Skip to content

[hooks_runner] [hooks] [native_toolchain_c] Publish #2303

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkgs/code_assets/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ environment:

dependencies:
collection: ^1.19.1
hooks: ^0.19.0
hooks: ^0.19.1

dev_dependencies:
custom_lint: ^0.7.5
Expand Down
2 changes: 1 addition & 1 deletion pkgs/data_assets/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ environment:
sdk: '>=3.7.0 <4.0.0'

dependencies:
hooks: ^0.19.0
hooks: ^0.19.1

dev_dependencies:
custom_lint: ^0.7.5
Expand Down
2 changes: 1 addition & 1 deletion pkgs/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.19.1-wip
## 0.19.1

- Added links to the `build` and `link` methods as primary entry points.
- Added failure outputs and documented exit codes.
Expand Down
4 changes: 2 additions & 2 deletions pkgs/hooks/example/build/download_asset/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ environment:
dependencies:
code_assets: ^0.19.0
crypto: ^3.0.6
hooks: ^0.19.0
hooks: ^0.19.1
logging: ^1.3.0
native_toolchain_c: ^0.16.1-wip
native_toolchain_c: ^0.16.1

dev_dependencies:
args: ^2.6.0
Expand Down
2 changes: 1 addition & 1 deletion pkgs/hooks/example/build/local_asset/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ environment:

dependencies:
code_assets: ^0.19.0
hooks: ^0.19.0
hooks: ^0.19.1
logging: ^1.3.0

dev_dependencies:
Expand Down
4 changes: 2 additions & 2 deletions pkgs/hooks/example/build/native_add_library/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ environment:

dependencies:
code_assets: ^0.19.0
hooks: ^0.19.0
hooks: ^0.19.1
logging: ^1.3.0
native_toolchain_c: ^0.16.1-wip
native_toolchain_c: ^0.16.1

dev_dependencies:
ffigen: ^18.0.0
Expand Down
4 changes: 2 additions & 2 deletions pkgs/hooks/example/build/native_dynamic_linking/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ environment:

dependencies:
code_assets: ^0.19.0
hooks: ^0.19.0
hooks: ^0.19.1
logging: ^1.3.0
native_toolchain_c: ^0.16.1-wip
native_toolchain_c: ^0.16.1

dev_dependencies:
ffigen: ^18.0.0
Expand Down
4 changes: 2 additions & 2 deletions pkgs/hooks/example/build/system_library/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ environment:

dependencies:
code_assets: ^0.19.0
hooks: ^0.19.0
hooks: ^0.19.1
logging: ^1.3.0
native_toolchain_c: ^0.16.1-wip
native_toolchain_c: ^0.16.1

dev_dependencies:
ffigen: ^18.0.0
Expand Down
4 changes: 2 additions & 2 deletions pkgs/hooks/example/build/use_dart_api/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ environment:

dependencies:
code_assets: ^0.19.0
hooks: ^0.19.0
hooks: ^0.19.1
logging: ^1.3.0
native_toolchain_c: ^0.16.1-wip
native_toolchain_c: ^0.16.1

dev_dependencies:
ffigen: ^18.0.0
Expand Down
2 changes: 1 addition & 1 deletion pkgs/hooks/example/link/package_with_assets/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:

dependencies:
data_assets: ^0.19.0
hooks: ^0.19.0
hooks: ^0.19.1
logging: ^1.3.0
meta: ^1.16.0
record_use: ^0.3.0
Expand Down
2 changes: 1 addition & 1 deletion pkgs/hooks/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: >-
A library that contains a Dart API for the JSON-based protocol for
`hook/build.dart` and `hook/link.dart`.

version: 0.19.1-wip
version: 0.19.1

repository: https://github.com/dart-lang/native/tree/main/pkgs/hooks

Expand Down
2 changes: 1 addition & 1 deletion pkgs/hooks_runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.20.0-wip
## 0.20.0

- **Breaking change** Refactored error handling to use a `Result` type for more
explicit success/failure states.
Expand Down
4 changes: 2 additions & 2 deletions pkgs/hooks_runner/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: hooks_runner
description: >-
This package is the backend that invokes build hooks.

version: 0.20.0-wip
version: 0.20.0

repository: https://github.com/dart-lang/native/tree/main/pkgs/hooks_runner

Expand All @@ -17,7 +17,7 @@ dependencies:
crypto: ^3.0.6
file: ^7.0.1
graphs: ^2.3.2
hooks: ^0.19.0
hooks: ^0.19.1
logging: ^1.3.0
meta: ^1.16.0
package_config: ^2.1.0
Expand Down
4 changes: 2 additions & 2 deletions pkgs/hooks_runner/test_data/add_asset_link/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ environment:

dependencies:
code_assets: ^0.19.0
hooks: ^0.19.0
hooks: ^0.19.1
logging: ^1.3.0
meta: ^1.16.0
native_toolchain_c: ^0.16.1-wip
native_toolchain_c: ^0.16.1

dev_dependencies:
lints: ^5.1.1
Expand Down
2 changes: 1 addition & 1 deletion pkgs/hooks_runner/test_data/complex_link/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
complex_link_helper:
path: ../complex_link_helper/
data_assets: ^0.19.0
hooks: ^0.19.0
hooks: ^0.19.1
logging: ^1.3.0

dev_dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ environment:
dependencies:
cli_config: ^0.2.0
data_assets: ^0.19.0
hooks: ^0.19.0
hooks: ^0.19.1
logging: ^1.3.0

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion pkgs/hooks_runner/test_data/cyclic_package_1/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ environment:
dependencies:
cyclic_package_2:
path: ../cyclic_package_2
hooks: ^0.19.0
hooks: ^0.19.1

dev_dependencies:
lints: ^5.1.1
2 changes: 1 addition & 1 deletion pkgs/hooks_runner/test_data/cyclic_package_2/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ environment:
dependencies:
cyclic_package_1:
path: ../cyclic_package_1
hooks: ^0.19.0
hooks: ^0.19.1

dev_dependencies:
lints: ^5.1.1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ environment:
dependencies:
fail_build:
path: ../fail_build/
hooks: ^0.19.0
hooks: ^0.19.1

dev_dependencies:
ffigen: ^18.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ environment:
dependencies:
depend_on_fail_build:
path: ../depend_on_fail_build/
hooks: ^0.19.0
hooks: ^0.19.1

dev_dependencies:
ffigen: ^18.0.0
Expand Down
4 changes: 2 additions & 2 deletions pkgs/hooks_runner/test_data/drop_dylib_link/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ environment:

dependencies:
code_assets: ^0.19.0
hooks: ^0.19.0
hooks: ^0.19.1
logging: ^1.3.0
native_toolchain_c: ^0.16.1-wip
native_toolchain_c: ^0.16.1

dev_dependencies:
lints: ^5.1.1
Expand Down
2 changes: 1 addition & 1 deletion pkgs/hooks_runner/test_data/fail_build/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:

dependencies:
code_assets: ^0.19.0
hooks: ^0.19.0
hooks: ^0.19.1

dev_dependencies:
ffigen: ^18.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:

dependencies:
code_assets: ^0.19.0
hooks: ^0.19.0
hooks: ^0.19.1

dev_dependencies:
ffigen: ^18.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
data_assets: ^0.19.0
fail_on_os_sdk_version_linker:
path: ../fail_on_os_sdk_version_linker/
hooks: ^0.19.0
hooks: ^0.19.1

dev_dependencies:
ffigen: ^18.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:

dependencies:
code_assets: ^0.19.0
hooks: ^0.19.0
hooks: ^0.19.1

dev_dependencies:
ffigen: ^18.0.0
Expand Down
4 changes: 2 additions & 2 deletions pkgs/hooks_runner/test_data/native_add/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ environment:

dependencies:
code_assets: ^0.19.0
hooks: ^0.19.0
hooks: ^0.19.1
logging: ^1.3.0
native_toolchain_c: ^0.16.1-wip
native_toolchain_c: ^0.16.1

dev_dependencies:
ffigen: ^18.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ environment:

dependencies:
code_assets: ^0.19.0
hooks: ^0.19.0
hooks: ^0.19.1
logging: ^1.3.0
native_toolchain_c: ^0.16.1-wip
native_toolchain_c: ^0.16.1

dev_dependencies:
ffigen: ^18.0.0
Expand Down
4 changes: 2 additions & 2 deletions pkgs/hooks_runner/test_data/native_add_duplicate/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ environment:

dependencies:
code_assets: ^0.19.0
hooks: ^0.19.0
hooks: ^0.19.1
logging: ^1.3.0
native_add:
path: ../native_add/
native_toolchain_c: ^0.16.1-wip
native_toolchain_c: ^0.16.1

dev_dependencies:
ffigen: ^18.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ environment:

dependencies:
code_assets: ^0.19.0
hooks: ^0.19.0
hooks: ^0.19.1
logging: ^1.3.0
native_toolchain_c: ^0.16.1-wip
native_toolchain_c: ^0.16.1

dev_dependencies:
ffigen: ^18.0.0
Expand Down
4 changes: 2 additions & 2 deletions pkgs/hooks_runner/test_data/native_subtract/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ environment:

dependencies:
code_assets: ^0.19.0
hooks: ^0.19.0
hooks: ^0.19.1
logging: ^1.3.0
native_toolchain_c: ^0.16.1-wip
native_toolchain_c: ^0.16.1

dev_dependencies:
ffigen: ^18.0.0
Expand Down
2 changes: 1 addition & 1 deletion pkgs/hooks_runner/test_data/no_asset_for_link/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ environment:
dependencies:
code_assets: ^0.19.0
data_assets: ^0.19.0
hooks: ^0.19.0
hooks: ^0.19.1
logging: ^1.3.0
meta: ^1.16.0

Expand Down
4 changes: 2 additions & 2 deletions pkgs/hooks_runner/test_data/no_hook/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ environment:

dependencies:
code_assets: ^0.19.0
hooks: ^0.19.0
hooks: ^0.19.1
logging: ^1.3.0
native_toolchain_c: ^0.16.1-wip
native_toolchain_c: ^0.16.1

dev_dependencies:
ffigen: ^18.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:

dependencies:
code_assets: ^0.19.0
hooks: ^0.19.0
hooks: ^0.19.1
package_with_metadata:
path: ../package_with_metadata/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:

dependencies:
code_assets: ^0.19.0
hooks: ^0.19.0
hooks: ^0.19.1

dev_dependencies:
lints: ^5.1.1
2 changes: 1 addition & 1 deletion pkgs/hooks_runner/test_data/relative_path/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:

dependencies:
data_assets: ^0.19.0
hooks: ^0.19.0
hooks: ^0.19.1
logging: ^1.3.0

dev_dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ environment:

dependencies:
code_assets: ^0.19.0
hooks: ^0.19.0
hooks: ^0.19.1
logging: ^1.3.0
native_toolchain_c: ^0.16.1-wip
native_toolchain_c: ^0.16.1

dev_dependencies:
ffigen: ^18.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ environment:

dependencies:
code_assets: ^0.19.0
hooks: ^0.19.0
hooks: ^0.19.1
logging: ^1.3.0
native_toolchain_c: ^0.16.1-wip
native_toolchain_c: ^0.16.1
reusable_dynamic_library:
path: ../reusable_dynamic_library/

Expand Down
2 changes: 1 addition & 1 deletion pkgs/hooks_runner/test_data/simple_data_asset/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:

dependencies:
data_assets: ^0.19.0
hooks: ^0.19.0
hooks: ^0.19.1
logging: ^1.3.0

dev_dependencies:
Expand Down
Loading
Loading