Skip to content

Commit c4b4950

Browse files
authored
[hooks] [code_assets] Publish new docs (#2692)
1 parent 7fea048 commit c4b4950

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
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.8
2+
3+
- Polished README.md, Dartdocs, and examples.
4+
15
## 0.19.7
26

37
- Bump examples to use `package:ffigen` 20.0.0-dev.0.

pkgs/code_assets/pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.7
6+
version: 0.19.8
77

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

pkgs/hooks/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.20.3
2+
3+
- Polished README.md, Dartdocs, and examples.
4+
15
## 0.20.2
26

37
- Change the length of the checksum used for `outputDirectory` to 10 hexadecimal

pkgs/hooks/pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.2
6+
version: 0.20.3
77

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

0 commit comments

Comments
 (0)