Skip to content

Commit b146611

Browse files
authored
[hooks] [code_assets] Update README (#2321)
1 parent 71741a4 commit b146611

File tree

53 files changed

+97
-89
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

+97
-89
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+
## 0.19.2
2+
3+
* Mark this package as in preview.
4+
15
## 0.19.1
26

37
* Bump the SDK constraint to at least the one from `package:hooks` to fix

pkgs/code_assets/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
[![pub package](https://img.shields.io/pub/v/code_assets.svg)](https://pub.dev/packages/code_assets)
44
[![package publisher](https://img.shields.io/pub/publisher/code_assets.svg)](https://pub.dev/packages/code_assets/publisher)
55

6-
This library contains the hook protocol specification for bundling native code
7-
with Dart packages.
6+
A library to use in build hooks (`hook/build.dart`) for building and bundling
7+
code assets.
88

99
## Status: Experimental
1010

11-
**NOTE**: This package is currently experimental and published under the
11+
**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
1313
solicit feedback.
1414

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

2626
dev_dependencies:
2727
custom_lint: ^0.7.5

pkgs/data_assets/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
[![pub package](https://img.shields.io/pub/v/data_assets.svg)](https://pub.dev/packages/data_assets)
44
[![package publisher](https://img.shields.io/pub/publisher/data_assets.svg)](https://pub.dev/packages/data_assets/publisher)
55

6-
This library contains the hook protocol specification for bundling data assets
7-
with Dart packages.
6+
A library to use in build hooks (`hook/build.dart`) for building and bundling
7+
data assets.
88

99
## Status: Experimental
1010

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.1
20+
hooks: ^0.19.2
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+
## 0.19.2
2+
3+
* Mark this package as in preview.
4+
15
## 0.19.1
26

37
- Added links to the `build` and `link` methods as primary entry points.

pkgs/hooks/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
[![pub package](https://img.shields.io/pub/v/hooks.svg)](https://pub.dev/packages/hooks)
44
[![package publisher](https://img.shields.io/pub/publisher/hooks.svg)](https://pub.dev/packages/hooks/publisher)
55

6-
A library to invoke the native C compiler installed on the host machine.
6+
A library to use in build hooks (`hook/build.dart`).
77

88
## Status: Experimental
99

10-
**NOTE**: This package is currently experimental and published under the
10+
**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
1212
solicit feedback.
1313

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.1
14+
code_assets: ^0.19.2
1515
crypto: ^3.0.6
16-
hooks: ^0.19.1
16+
hooks: ^0.19.2
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.1
15-
hooks: ^0.19.1
14+
code_assets: ^0.19.2
15+
hooks: ^0.19.2
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.1
15-
hooks: ^0.19.1
14+
code_assets: ^0.19.2
15+
hooks: ^0.19.2
1616
logging: ^1.3.0
1717
native_toolchain_c: ^0.16.2
1818

0 commit comments

Comments
 (0)