Skip to content

Commit ad157d1

Browse files
authored
[hooks] [code_assets] Update README part 2 (#2322)
We missed the big fat header in #2321.
1 parent b146611 commit ad157d1

File tree

53 files changed

+87
-87
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+87
-87
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.2
1+
## 0.19.3
22

33
* Mark this package as in preview.
44

pkgs/code_assets/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
A library to use in build hooks (`hook/build.dart`) for building and bundling
77
code assets.
88

9-
## Status: Experimental
9+
## Status: In Preview
1010

1111
**NOTE**: This package is currently in preview and published under the
1212
[labs.dart.dev](https://dart.dev/dart-team-packages) pub publisher in order to

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.2
6+
version: 0.19.3
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.19.2
24+
hooks: ^0.19.3
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.1
1+
## 0.19.2
22

33
* Bump the SDK constraint to at least the one from `package:hooks` to fix
44
dartdoc generation on https://pub.dev.

pkgs/data_assets/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ environment:
1717
sdk: '>=3.9.0-21.0.dev <4.0.0'
1818

1919
dependencies:
20-
hooks: ^0.19.2
20+
hooks: ^0.19.3
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.19.2
1+
## 0.19.3
22

33
* Mark this package as in preview.
44

pkgs/hooks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
A library to use in build hooks (`hook/build.dart`).
77

8-
## Status: Experimental
8+
## Status: In Preview
99

1010
**NOTE**: This package is currently in preview and published under the
1111
[labs.dart.dev](https://dart.dev/dart-team-packages) pub publisher in order to

pkgs/hooks/example/build/download_asset/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ environment:
1111
sdk: '>=3.8.0 <4.0.0'
1212

1313
dependencies:
14-
code_assets: ^0.19.2
14+
code_assets: ^0.19.3
1515
crypto: ^3.0.6
16-
hooks: ^0.19.2
16+
hooks: ^0.19.3
1717
logging: ^1.3.0
1818
native_toolchain_c: ^0.16.2
1919

pkgs/hooks/example/build/local_asset/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ environment:
1111
sdk: '>=3.8.0 <4.0.0'
1212

1313
dependencies:
14-
code_assets: ^0.19.2
15-
hooks: ^0.19.2
14+
code_assets: ^0.19.3
15+
hooks: ^0.19.3
1616
logging: ^1.3.0
1717

1818
dev_dependencies:

pkgs/hooks/example/build/native_add_library/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ environment:
1111
sdk: '>=3.8.0 <4.0.0'
1212

1313
dependencies:
14-
code_assets: ^0.19.2
15-
hooks: ^0.19.2
14+
code_assets: ^0.19.3
15+
hooks: ^0.19.3
1616
logging: ^1.3.0
1717
native_toolchain_c: ^0.16.2
1818

0 commit comments

Comments
 (0)