Skip to content

Commit

Permalink
[c_compiler][native_assets_builder] Bump to version v0.1.0 (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcharkes authored Jul 11, 2023
1 parent 319bede commit b9ca30c
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 53 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ building and bundling.

| Package | Description | Version |
| -------------------------------------------- | ------------------------------------------------------------------------------------------- | ------- |
| [c_compiler](pkgs/c_compiler/) | A library to invoke the native C compiler installed on the host machine. | |
| [native_assets_builder](pkgs/native_assets_builder/) | A library that contains the logic for building native assets. This should not be used by users, and is used as shared implementation between dartdev and flutter_tools. | |
| [native_assets_cli](pkgs/native_assets_cli/) | A library that contains the argument and file formats for implementing a native assets CLI. | |
| [c_compiler](pkgs/c_compiler/) | A library to invoke the native C compiler installed on the host machine. | [![pub package](https://img.shields.io/pub/v/c_compiler.svg)](https://pub.dev/packages/c_compiler) |
| [native_assets_builder](pkgs/native_assets_builder/) | A library that contains the logic for building native assets. This should not be used by users, and is used as shared implementation between dartdev and flutter_tools. | [![pub package](https://img.shields.io/pub/v/native_assets_builder.svg)](https://pub.dev/packages/native_assets_builder) |
| [native_assets_cli](pkgs/native_assets_cli/) | A library that contains the argument and file formats for implementing a native assets CLI. | [![pub package](https://img.shields.io/pub/v/native_assets_cli.svg)](https://pub.dev/packages/native_assets_cli) |

<!-- ## Publishing automation
Expand Down
2 changes: 1 addition & 1 deletion pkgs/c_compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 0.1.0-dev
## 0.1.0

- Initial version.
7 changes: 2 additions & 5 deletions pkgs/c_compiler/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
name: c_compiler
description: >-
A library to invoke the native C compiler installed on the host machine.
version: 0.1.0-dev
version: 0.1.0
repository: https://github.com/dart-lang/native/tree/main/pkgs/c_compiler

environment:
sdk: '>=3.0.0 <4.0.0'

publish_to: none

dependencies:
cli_config: ^0.1.1
glob: ^2.1.1
logging: ^1.1.1
meta: ^1.9.1
# TODO(dacoharkes): Publish native_assets_cli first.
native_assets_cli: ^0.1.0-dev
native_assets_cli: ^0.1.0
pub_semver: ^2.1.3

dev_dependencies:
Expand Down
3 changes: 0 additions & 3 deletions pkgs/c_compiler/pubspec_overrides.yaml

This file was deleted.

3 changes: 3 additions & 0 deletions pkgs/native_assets_builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 0.1.0

- Initial version.
8 changes: 3 additions & 5 deletions pkgs/native_assets_builder/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
name: native_assets_builder
description: >-
This package is the backend that invokes top-level `build.dart` scripts.
version: 0.1.0-dev

publish_to: none
version: 0.1.0
repository: https://github.com/dart-lang/native/tree/main/pkgs/native_assets_builder

environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
graphs: ^2.3.1
logging: ^1.2.0
# TODO(dacoharkes): Publish native_assets_cli first.
native_assets_cli: ^0.1.0-dev
native_assets_cli: ^0.1.0
package_config: ^2.1.0

dev_dependencies:
Expand Down
3 changes: 0 additions & 3 deletions pkgs/native_assets_builder/pubspec_overrides.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions pkgs/native_assets_builder/test/data/dart_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,3 @@ dependencies:
path: ../native_add
native_subtract:
path: ../native_subtract

dependency_overrides:
native_assets_cli:
path: ../../../../native_assets_cli/
7 changes: 1 addition & 6 deletions pkgs/native_assets_builder/test/data/native_add/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,9 @@ dependencies:
path: ../../../../c_compiler/
cli_config: ^0.1.1
logging: ^1.1.1
native_assets_cli:
path: ../../../../native_assets_cli/
native_assets_cli: ^0.1.0

dev_dependencies:
ffigen: ^8.0.2
lints: ^2.0.0
test: ^1.23.1

dependency_overrides:
native_assets_cli:
path: ../../../../native_assets_cli/
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,9 @@ dependencies:
path: ../../../../c_compiler/
cli_config: ^0.1.1
logging: ^1.1.1
native_assets_cli:
path: ../../../../native_assets_cli/
native_assets_cli: ^0.1.0

dev_dependencies:
ffigen: ^8.0.2
lints: ^2.0.0
test: ^1.23.1

dependency_overrides:
native_assets_cli:
path: ../../../../native_assets_cli/
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,9 @@ dependencies:
path: ../../../../c_compiler/
cli_config: ^0.1.1
logging: ^1.1.1
native_assets_cli:
path: ../../../../native_assets_cli/
native_assets_cli: ^0.1.0

dev_dependencies:
ffigen: ^8.0.2
lints: ^2.0.0
test: ^1.23.1

dependency_overrides:
native_assets_cli:
path: ../../../../native_assets_cli/
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ environment:

dependencies:
cli_config: ^0.1.1
native_assets_cli:
path: ../../../../native_assets_cli/
native_assets_cli: ^0.1.0
package_with_metadata:
path: ../package_with_metadata/
yaml: ^3.1.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ environment:

dependencies:
cli_config: ^0.1.1
native_assets_cli:
path: ../../../../native_assets_cli/
native_assets_cli: ^0.1.0
yaml: ^3.1.1
yaml_edit: ^2.1.0

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ dependencies:
path: ../../../c_compiler/
cli_config: ^0.1.1
logging: ^1.1.1
native_assets_cli:
path: ../../
native_assets_cli: ^0.1.0

dev_dependencies:
ffigen: ^8.0.2
Expand All @@ -24,5 +23,3 @@ dev_dependencies:
dependency_overrides:
c_compiler:
path: ../../../c_compiler/
native_assets_cli:
path: ../../

0 comments on commit b9ca30c

Please sign in to comment.