Skip to content

Commit d293d78

Browse files
authored
[native_assets_builder] Publish 0.8.2 (#1497)
1 parent 83e38fe commit d293d78

File tree

9 files changed

+24
-25
lines changed

9 files changed

+24
-25
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.8.2-wip
1+
## 0.8.2
22

33
- Fix some more cases of: `BuildConfig.dependencies` and
44
`LinkConfig.dependencies` no longer have to specify Dart sources.
55
- `DataAsset` test projects report all assets from `assets/` dir and default the
66
asset names to the path inside the package.
77
- Automatically locks build directories to prevent concurrency issues with
88
multiple concurrent `dart` and or `flutter` invocations.
9+
- Bump `package:native_assets_cli` to 0.7.3.
910

1011
## 0.8.1
1112

pkgs/native_assets_builder/pubspec.yaml

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

7-
publish_to: none
8-
97
environment:
108
sdk: '>=3.3.0 <4.0.0'
119

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.7.3
1414
# native_assets_cli:
1515
# path: ../../../native_assets_cli/
16-
# native_toolchain_c: ^0.5.2
17-
native_toolchain_c:
18-
path: ../../../native_toolchain_c/
16+
native_toolchain_c: ^0.5.3
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
@@ -13,9 +13,9 @@ dependencies:
1313
native_assets_cli: ^0.7.3
1414
# native_assets_cli:
1515
# path: ../../../native_assets_cli/
16-
# native_toolchain_c: ^0.5.2
17-
native_toolchain_c:
18-
path: ../../../native_toolchain_c/
16+
native_toolchain_c: ^0.5.3
17+
# native_toolchain_c:
18+
# path: ../../../native_toolchain_c/
1919

2020
dev_dependencies:
2121
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.7.3
1313
# native_assets_cli:
1414
# path: ../../../native_assets_cli/
15-
# native_toolchain_c: ^0.5.2
16-
native_toolchain_c:
17-
path: ../../../native_toolchain_c/
15+
native_toolchain_c: ^0.5.3
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.7.3
1313
# native_assets_cli:
1414
# path: ../../../native_assets_cli/
15-
# native_toolchain_c: ^0.5.2
16-
native_toolchain_c:
17-
path: ../../../native_toolchain_c/
15+
native_toolchain_c: ^0.5.3
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_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.7.3
1313
# native_assets_cli:
1414
# path: ../../../native_assets_cli/
15-
# native_toolchain_c: ^0.5.2
16-
native_toolchain_c:
17-
path: ../../../native_toolchain_c/
15+
native_toolchain_c: ^0.5.3
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.7.3
1313
# native_assets_cli:
1414
# path: ../../../native_assets_cli/
15-
# native_toolchain_c: ^0.5.2
16-
native_toolchain_c:
17-
path: ../../../native_toolchain_c/
15+
native_toolchain_c: ^0.5.3
16+
# native_toolchain_c:
17+
# path: ../../../native_toolchain_c/
1818

1919
dev_dependencies:
2020
ffigen: ^8.0.2

pkgs/native_assets_cli/example/build/native_add_library/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.7.3
1414
# native_assets_cli:
1515
# path: ../../../../native_assets_cli/
16-
# native_toolchain_c: ^0.5.2
17-
native_toolchain_c:
18-
path: ../../../../native_toolchain_c/
16+
native_toolchain_c: ^0.5.3
17+
# native_toolchain_c:
18+
# path: ../../../../native_toolchain_c/
1919

2020
dev_dependencies:
2121
ffigen: ^8.0.2

0 commit comments

Comments
 (0)