Skip to content

Commit

Permalink
[native_assets_builder] Make hook environment configurable - fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dcharkes committed Jan 2, 2025
1 parent 2251646 commit 556429e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions pkgs/native_assets_builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.10.2

- Export types (fix for 0.10.1).

## 0.10.1

- Pass in the environment for hook invocations.
Expand Down
2 changes: 2 additions & 0 deletions pkgs/native_assets_builder/lib/native_assets_builder.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
export 'package:native_assets_builder/src/build_runner/build_runner.dart'
show
ApplicationAssetValidator,
BuildConfigCreator,
BuildConfigValidator,
BuildValidator,
LinkConfigCreator,
LinkConfigValidator,
LinkValidator,
NativeAssetsBuildRunner;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/native_assets_builder/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: native_assets_builder
description: >-
This package is the backend that invokes build hooks.
version: 0.10.1
version: 0.10.2
repository: https://github.com/dart-lang/native/tree/main/pkgs/native_assets_builder

# publish_to: none
Expand Down

0 comments on commit 556429e

Please sign in to comment.