Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkgs/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.1.0-wip
## 2.1.0

- Graduate `LinkInput.recordedUses` out of experimental.

Expand Down
4 changes: 2 additions & 2 deletions pkgs/hooks/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: >-
A library that contains a Dart API for the JSON-based protocol for
`hook/build.dart` and `hook/link.dart`.

version: 2.1.0-wip
version: 2.1.0

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

Expand All @@ -25,7 +25,7 @@ dependencies:
logging: ^1.3.0
meta: ^1.19.0
pub_semver: ^2.2.0
record_use: ^1.0.0-wip
record_use: ^1.0.0
yaml: ^3.1.3 # Used for reading pubspec.yaml to obtain the package name.

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion pkgs/hooks_runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.6.0-wip
## 1.6.0

- Fix record_use path changing caching issue.
- Fix hook invocation when the Dart executable or an argument path contains a
Expand Down
4 changes: 2 additions & 2 deletions pkgs/hooks_runner/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: hooks_runner
description: >-
This package is the backend that invokes build hooks.

version: 1.6.0-wip
version: 1.6.0

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

Expand All @@ -22,7 +22,7 @@ dependencies:
meta: ^1.19.0
package_config: ^2.1.0
pub_semver: ^2.2.0
record_use: ^1.0.0-wip
record_use: ^1.0.0
yaml: ^3.1.3

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion pkgs/native_toolchain_c/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.19.3-wip
## 0.19.3

- Fixed building with MSVC on Windows when a source, include, or output path
contains a space (e.g. a user name with a space in the default pub cache
Expand Down
2 changes: 1 addition & 1 deletion pkgs/native_toolchain_c/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: native_toolchain_c
description: >-
A library to invoke the native C compiler installed on the host machine.
version: 0.19.3-wip
version: 0.19.3
repository: https://github.com/dart-lang/native/tree/main/pkgs/native_toolchain_c

topics:
Expand Down
2 changes: 1 addition & 1 deletion pkgs/record_use/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.0.0-wip
## 1.0.0

- Stable release.

Expand Down
2 changes: 1 addition & 1 deletion pkgs/record_use/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: record_use
description: >
Dart API to access `@RecordUse()` recorded usages in link hooks.
version: 1.0.0-wip
version: 1.0.0
repository: https://github.com/dart-lang/native/tree/main/pkgs/record_use

environment:
Expand Down
Loading