Skip to content

Commit 0e7789d

Browse files
authored
[hooks] [code_assets] [hooks_runner] Publish 1.0.0 (#2758)
1 parent a088147 commit 0e7789d

File tree

14 files changed

+35
-48
lines changed

14 files changed

+35
-48
lines changed

pkgs/code_assets/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.0
2+
3+
- Stable release.
4+
15
## 0.19.10
26

37
- Document `input.packageRoot` in more places.

pkgs/code_assets/README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -111,23 +111,3 @@ See the full example in [example/host_name/](example/host_name/).
111111

112112
For more information see [dart.dev/tools/hooks](https://dart.dev/tools/hooks).
113113

114-
## Status: In Preview
115-
116-
**NOTE**: This package is currently in preview and published under the
117-
[labs.dart.dev](https://dart.dev/dart-team-packages) pub publisher in order to
118-
solicit feedback.
119-
120-
For packages in the labs.dart.dev publisher we generally plan to either graduate
121-
the package into a supported publisher (dart.dev, tools.dart.dev) after a period
122-
of feedback and iteration, or discontinue the package. These packages have a
123-
much higher expected rate of API and breaking changes.
124-
125-
Your feedback is valuable and will help us evolve this package.
126-
For bugs, please file an issue in the
127-
[bug tracker](https://github.com/dart-lang/native/issues).
128-
For general feedback and suggestions for the native assets feature in Dart and
129-
Flutter, please comment in [dart-lang#50565] or [flutter#129757].
130-
131-
[dart-lang#50565]: https://github.com/dart-lang/sdk/issues/50565
132-
[flutter#129757]: https://github.com/flutter/flutter/issues/129757
133-

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.10
6+
version: 1.0.0
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
24+
hooks: ^1.0.0
2525

2626
dev_dependencies:
2727
custom_lint: ^0.7.5

pkgs/data_assets/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.19.6
2+
3+
- Bump `package:hooks` to 1.0.0.
4+
15
## 0.19.5
26

37
- Document `input.packageRoot` in more places.

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.5
6+
version: 0.19.6
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
20+
hooks: ^1.0.0
2121

2222
dev_dependencies:
2323
custom_lint: ^0.7.5

pkgs/hooks/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.0
2+
3+
- Stable release.
4+
15
## 0.20.6-wip
26

37
- Fix `testBuildHook` to emit output validation errors if there are any.

pkgs/hooks/README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -84,17 +84,3 @@ For more information see [dart.dev/tools/hooks](https://dart.dev/tools/hooks).
8484
For detailed documentation on debugging and the configuration schema, see the
8585
[documentation](./doc/README.md).
8686

87-
## Status: In Preview
88-
89-
**NOTE**: This package is currently in preview and published under the
90-
[labs.dart.dev](https://dart.dev/dart-team-packages) pub publisher in order to
91-
solicit feedback.
92-
93-
For packages in the labs.dart.dev publisher we generally plan to either graduate
94-
the package into a supported publisher (dart.dev, tools.dart.dev) after a period
95-
of feedback and iteration, or discontinue the package. These packages have a
96-
much higher expected rate of API and breaking changes.
97-
98-
Your feedback is valuable and will help us evolve this package.
99-
For bugs, please file an issue in the
100-
[bug tracker](https://github.com/dart-lang/native/issues).

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.6-wip
6+
version: 1.0.0
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.7 # Used for running tests with real asset types.
32+
code_assets: ^1.0.0 # 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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.0
2+
3+
- Stable release.
4+
15
## 0.23.2
26

37
- Add `LIBCLANG_PATH` to the environment variables allowlist.

pkgs/hooks_runner/pubspec.yaml

Lines changed: 3 additions & 3 deletions
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.23.2
5+
version: 1.0.0
66

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

@@ -12,12 +12,12 @@ environment:
1212
sdk: '>=3.9.0 <4.0.0'
1313

1414
dependencies:
15-
code_assets: ^0.19.4 # Needed for OS for Target for KernelAssets.
15+
code_assets: ^1.0.0 # Needed for OS for Target for KernelAssets.
1616
collection: ^1.19.1
1717
crypto: ^3.0.6
1818
file: ^7.0.1
1919
graphs: ^2.3.2
20-
hooks: ^0.20.0
20+
hooks: ^1.0.0
2121
logging: ^1.3.0
2222
meta: ^1.16.0
2323
package_config: ^2.1.0

0 commit comments

Comments
 (0)