Skip to content

Commit

Permalink
[native_assets_builder] Publish v0.4.0 (#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcharkes authored Feb 14, 2024
1 parent 0901a33 commit f0c96cc
Show file tree
Hide file tree
Showing 16 changed files with 6 additions and 24 deletions.
3 changes: 1 addition & 2 deletions pkgs/native_assets_builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## 0.4.0-wip
## 0.4.0

- **Breaking change**: Split out the `KernelAsset`s from normal `Asset`s.
- Bump `package:native_assets_cli` to path dependency.

## 0.3.2

Expand Down
10 changes: 4 additions & 6 deletions pkgs/native_assets_builder/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
name: native_assets_builder
description: >-
This package is the backend that invokes top-level `build.dart` scripts.
version: 0.4.0-wip
version: 0.4.0
repository: https://github.com/dart-lang/native/tree/main/pkgs/native_assets_builder

environment:
sdk: '>=3.0.0 <4.0.0'

publish_to: none

dependencies:
graphs: ^2.3.1
logging: ^1.2.0
# native_assets_cli: ^0.4.1
native_assets_cli:
path: ../native_assets_cli/
native_assets_cli: ^0.4.2
# native_assets_cli:
# path: ../native_assets_cli/
package_config: ^2.1.0
yaml: ^3.1.2
yaml_edit: ^2.1.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ dependencies:
cli_config: ^0.1.1
cyclic_package_2:
path: ../cyclic_package_2
# native_assets_cli: ^0.4.1
native_assets_cli:
path: ../../../native_assets_cli/
yaml: ^3.1.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ dependencies:
cli_config: ^0.1.1
cyclic_package_1:
path: ../cyclic_package_1
# native_assets_cli: ^0.4.1
native_assets_cli:
path: ../../../native_assets_cli/
yaml: ^3.1.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ environment:
dependencies:
cli_config: ^0.1.1
logging: ^1.1.1
# native_assets_cli: ^0.4.1
native_assets_cli:
path: ../../../native_assets_cli/
# native_toolchain_c: ^0.3.4+1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ environment:
dependencies:
cli_config: ^0.1.1
logging: ^1.1.1
# native_assets_cli: ^0.4.1
native_assets_cli:
path: ../../../native_assets_cli/
# native_toolchain_c: ^0.3.4+1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ environment:
dependencies:
cli_config: ^0.1.1
logging: ^1.1.1
# native_assets_cli: ^0.4.1
native_assets_cli:
path: ../../../native_assets_cli/
# native_toolchain_c: ^0.3.4+1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ environment:

dependencies:
cli_config: ^0.1.1
# native_assets_cli: ^0.4.1
native_assets_cli:
path: ../../../native_assets_cli/
package_with_metadata:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ environment:

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

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

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

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

dependencies:
cli_config: ^0.1.1
# native_assets_cli: ^0.4.1
native_assets_cli:
path: ../../../native_assets_cli/
yaml: ^3.1.1
Expand Down
2 changes: 1 addition & 1 deletion pkgs/native_assets_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 0.4.3-wip

- Bump examples dependencies to path dependencies.
- Bump examples dependencies to path dependencies. (2x)

## 0.4.2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ environment:
dependencies:
cli_config: ^0.1.1
logging: ^1.1.1
# native_assets_cli: ^0.4.1
native_assets_cli:
path: ../../../native_assets_cli/
# native_toolchain_c: ^0.3.4+1
native_toolchain_c:
path: ../../../native_toolchain_c/

Expand Down
2 changes: 0 additions & 2 deletions pkgs/native_assets_cli/example/use_dart_api/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ environment:
dependencies:
cli_config: ^0.1.1
logging: ^1.1.1
# native_assets_cli: ^0.4.1
native_assets_cli:
path: ../../../native_assets_cli/
# native_toolchain_c: ^0.3.4+1
native_toolchain_c:
path: ../../../native_toolchain_c/

Expand Down

0 comments on commit f0c96cc

Please sign in to comment.