Skip to content

Commit 23a42e0

Browse files
authored
[native_assets_builder] Publish 0.10.0 (#1842)
1 parent 0cce9a6 commit 23a42e0

File tree

13 files changed

+37
-36
lines changed

13 files changed

+37
-36
lines changed

pkgs/native_assets_builder/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
## 0.10.0-wip
1+
## 0.10.0
22

33
- Removed support for dry run (Flutter no long requires it).
44
- Various fixes to caching.
55
- **Breaking change** `BuildConfig.targetOS` is now only provided if
66
`buildAssetTypes` contains the code asset.
77
- **Breaking change** `NativeAssetsBuildRunner` and `PackageLayout` now take a
88
`FileSystem` from `package:file/file.dart`s.
9+
- Bump `package:native_assets_cli` to 0.10.0.
910

1011
## 0.9.0
1112

pkgs/native_assets_builder/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: native_assets_builder
22
description: >-
33
This package is the backend that invokes build hooks.
4-
version: 0.10.0-wip
4+
version: 0.10.0
55
repository: https://github.com/dart-lang/native/tree/main/pkgs/native_assets_builder
66

7-
publish_to: none
7+
# publish_to: none
88

99
environment:
1010
sdk: '>=3.5.0 <4.0.0'

pkgs/native_assets_builder/test_data/add_asset_link/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ dependencies:
1313
native_assets_cli: ^0.10.0
1414
# native_assets_cli:
1515
# path: ../../../native_assets_cli/
16-
# native_toolchain_c: ^0.5.4
17-
native_toolchain_c:
18-
path: ../../../native_toolchain_c/
16+
native_toolchain_c: ^0.7.0
17+
# native_toolchain_c:
18+
# path: ../../../native_toolchain_c/
1919

2020
dev_dependencies:
2121
lints: ^3.0.0

pkgs/native_assets_builder/test_data/drop_dylib_link/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ dependencies:
1212
native_assets_cli: ^0.10.0
1313
# native_assets_cli:
1414
# path: ../../../native_assets_cli/
15-
# native_toolchain_c: ^0.5.4
16-
native_toolchain_c:
17-
path: ../../../native_toolchain_c/
15+
native_toolchain_c: ^0.7.0
16+
# native_toolchain_c:
17+
# path: ../../../native_toolchain_c/
1818

1919
dev_dependencies:
2020
lints: ^3.0.0

pkgs/native_assets_builder/test_data/native_add/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ dependencies:
1212
native_assets_cli: ^0.10.0
1313
# native_assets_cli:
1414
# path: ../../../native_assets_cli/
15-
# native_toolchain_c: ^0.5.4
16-
native_toolchain_c:
17-
path: ../../../native_toolchain_c/
15+
native_toolchain_c: ^0.7.0
16+
# native_toolchain_c:
17+
# path: ../../../native_toolchain_c/
1818

1919
dev_dependencies:
2020
ffigen: ^8.0.2

pkgs/native_assets_builder/test_data/native_add_add_source/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ dependencies:
1212
native_assets_cli: ^0.10.0
1313
# native_assets_cli:
1414
# path: ../../../native_assets_cli/
15-
# native_toolchain_c: ^0.5.4
16-
native_toolchain_c:
17-
path: ../../../native_toolchain_c/
15+
native_toolchain_c: ^0.7.0
16+
# native_toolchain_c:
17+
# path: ../../../native_toolchain_c/
1818

1919
dev_dependencies:
2020
ffigen: ^8.0.2

pkgs/native_assets_builder/test_data/native_add_duplicate/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ dependencies:
1414
native_assets_cli: ^0.10.0
1515
# native_assets_cli:
1616
# path: ../../../native_assets_cli/
17-
# native_toolchain_c: ^0.5.4
18-
native_toolchain_c:
19-
path: ../../../native_toolchain_c/
17+
native_toolchain_c: ^0.7.0
18+
# native_toolchain_c:
19+
# path: ../../../native_toolchain_c/
2020

2121
dev_dependencies:
2222
ffigen: ^8.0.2

pkgs/native_assets_builder/test_data/native_dynamic_linking/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ dependencies:
1313
native_assets_cli: ^0.10.0
1414
# native_assets_cli:
1515
# path: ../../../native_assets_cli/
16-
# native_toolchain_c: ^0.5.4
17-
native_toolchain_c:
18-
path: ../../../native_toolchain_c/
16+
native_toolchain_c: ^0.7.0
17+
# native_toolchain_c:
18+
# path: ../../../native_toolchain_c/
1919

2020
dev_dependencies:
2121
ffigen: ^8.0.2

pkgs/native_assets_builder/test_data/native_subtract/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ dependencies:
1212
native_assets_cli: ^0.10.0
1313
# native_assets_cli:
1414
# path: ../../../native_assets_cli/
15-
# native_toolchain_c: ^0.5.4
16-
native_toolchain_c:
17-
path: ../../../native_toolchain_c/
15+
native_toolchain_c: ^0.7.0
16+
# native_toolchain_c:
17+
# path: ../../../native_toolchain_c/
1818

1919
dev_dependencies:
2020
ffigen: ^8.0.2

pkgs/native_assets_builder/test_data/treeshaking_native_libs/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ dependencies:
1212
native_assets_cli: ^0.10.0
1313
# native_assets_cli:
1414
# path: ../../../native_assets_cli/
15-
# native_toolchain_c: ^0.5.4
16-
native_toolchain_c:
17-
path: ../../../native_toolchain_c/
15+
native_toolchain_c: ^0.7.0
16+
# native_toolchain_c:
17+
# path: ../../../native_toolchain_c/
1818

1919
dev_dependencies:
2020
ffigen: ^8.0.2

0 commit comments

Comments
 (0)