Skip to content

Commit b8c9dfa

Browse files
authored
[code_assets] [hooks] [hooks_runner] [data_assets] Publish (#2546)
1 parent e2aed4f commit b8c9dfa

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

pkgs/code_assets/CHANGELOG.md

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

33
- Added a library comment detailing how to use the package.
44
- Fixed duplicate asset id detection with assets coming from both build and

pkgs/code_assets/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: >-
33
This library contains the hook protocol specification for bundling native code
44
with Dart packages.
55
6-
version: 0.19.6-wip
6+
version: 0.19.6
77

88
repository: https://github.com/dart-lang/native/tree/main/pkgs/code_assets
99

@@ -21,7 +21,7 @@ environment:
2121

2222
dependencies:
2323
collection: ^1.19.1
24-
hooks: ^0.20.1-wip
24+
hooks: ^0.20.1
2525

2626
dev_dependencies:
2727
custom_lint: ^0.7.5

pkgs/data_assets/CHANGELOG.md

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

33
- Added a library comment detailing how to use the package.
44

pkgs/data_assets/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: >-
33
This library contains the hook protocol specification for bundling data assets
44
with Dart packages.
55
6-
version: 0.19.3-wip
6+
version: 0.19.3
77

88
repository: https://github.com/dart-lang/native/tree/main/pkgs/data_assets
99

@@ -17,7 +17,7 @@ environment:
1717
sdk: '>=3.9.0 <4.0.0'
1818

1919
dependencies:
20-
hooks: ^0.20.1-wip
20+
hooks: ^0.20.1
2121

2222
dev_dependencies:
2323
custom_lint: ^0.7.5

pkgs/hooks/CHANGELOG.md

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

33
- Update outdated documentation.
44
- Deprecate `HookOutputBuilder.addDependency` and

pkgs/hooks/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: >-
33
A library that contains a Dart API for the JSON-based protocol for
44
`hook/build.dart` and `hook/link.dart`.
55
6-
version: 0.20.1-wip
6+
version: 0.20.1
77

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

@@ -29,7 +29,7 @@ dependencies:
2929

3030
dev_dependencies:
3131
args: ^2.6.0
32-
code_assets: ^0.19.6-wip # Used for running tests with real asset types.
32+
code_assets: ^0.19.6 # Used for running tests with real asset types.
3333
custom_lint: ^0.7.5
3434
dart_flutter_team_lints: ^3.5.2
3535
data_assets: any # Used for running tests with real asset types.

pkgs/hooks_runner/CHANGELOG.md

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

33
* Fix caches not being invalidated on (1) user-defines changing, (2) metadata
44
changing, and (3) assets sent to link hooks.

pkgs/hooks_runner/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: hooks_runner
22
description: >-
33
This package is the backend that invokes build hooks.
44
5-
version: 0.22.1-wip
5+
version: 0.22.1
66

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

0 commit comments

Comments
 (0)