Skip to content

Commit 8c54373

Browse files
authored
[native_assets_cli] Publish 0.11.0 (#1926)
1 parent fe6ba55 commit 8c54373

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

pkgs/native_assets_cli/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.11.0-wip
1+
## 0.11.0
22

33
- **Breaking change** Complete overhaul of the API used in build and link hooks.
44
The `BuildConfig` is now split in `BuildInput` and `BuildConfig`. The input is

pkgs/native_assets_cli/lib/native_assets_cli.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,14 @@ export 'src/api/link.dart' show link;
1212
export 'src/api/linker.dart' show Linker;
1313
export 'src/config.dart'
1414
show
15+
BuildConfig,
16+
BuildConfigBuilder,
1517
BuildInput,
1618
BuildOutputBuilder,
1719
EncodedAssetBuildOutputBuilder,
1820
EncodedAssetLinkOutputBuilder,
21+
HookConfig,
22+
HookConfigBuilder,
1923
HookInput,
2024
LinkInput,
2125
LinkOutputBuilder;

pkgs/native_assets_cli/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ description: >-
44
native assets CLI.
55
66
# Note: Bump BuildConfig.version and BuildOutput.version on breaking changes!
7-
version: 0.11.0-wip
7+
version: 0.11.0
88
repository: https://github.com/dart-lang/native/tree/main/pkgs/native_assets_cli
99

10-
publish_to: none
10+
# publish_to: none
1111

1212
topics:
1313
- ffi

0 commit comments

Comments
 (0)