Skip to content

Commit 5f393a2

Browse files
committed
[hooks] [native_toolchain_c] Publish
1 parent fb88e4a commit 5f393a2

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

pkgs/hooks/CHANGELOG.md

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

33
- Deprecated `recordedUsagesFile` in `LinkInput`.
44
- Added `recordedUses` getter to `LinkInput`.

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: 1.0.3-wip
6+
version: 1.0.3
77

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

pkgs/native_toolchain_c/CHANGELOG.md

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

33
- Made `CLinker.run` `Logger` argument optional. It now defaults to a logger
44
printing to stdout and stderr.

pkgs/native_toolchain_c/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: native_toolchain_c
22
description: >-
33
A library to invoke the native C compiler installed on the host machine.
4-
version: 0.17.7-wip
4+
version: 0.17.7
55
repository: https://github.com/dart-lang/native/tree/main/pkgs/native_toolchain_c
66

77
topics:

0 commit comments

Comments
 (0)