Skip to content

Commit dd0b8f0

Browse files
authored
[infra] Publish packages (#2260)
1 parent b324678 commit dd0b8f0

File tree

53 files changed

+124
-124
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

+124
-124
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.0-wip
1+
## 0.19.0
22

33
- Split up `package:native_assets_cli` in `package:hooks`,
44
`package:code_assets`, and `package:data_assets`.

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.0-wip
6+
version: 0.19.0
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.0-wip
24+
hooks: ^0.19.0
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.0-wip
1+
## 0.19.0
22

33
- Split up `package:native_assets_cli` in `package:hooks`,
44
`package:code_assets`, and `package:data_assets`.

pkgs/data_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 data assets
44
with Dart packages.
55
6-
version: 0.19.0-wip
6+
version: 0.19.0
77

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

@@ -17,7 +17,7 @@ environment:
1717
sdk: '>=3.7.0 <4.0.0'
1818

1919
dependencies:
20-
hooks: ^0.19.0-wip
20+
hooks: ^0.19.0
2121

2222
dev_dependencies:
2323
custom_lint: ^0.7.5

pkgs/hooks/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.19.0-wip
1+
## 0.19.0
22

33
- Split up `package:native_assets_cli` in `package:hooks`,
44
`package:code_assets`, and `package:data_assets`.
@@ -19,7 +19,7 @@
1919

2020
- Support relative paths in user-defines to be loaded as absolute paths.
2121

22-
## 0.16.0-wip
22+
## 0.15.0
2323

2424
- **Breaking change** JSON encoding migration: change written asset type to the
2525
namespaced one. Still keep reading the old one. (Old build hooks will keep

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

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

1313
dependencies:
14-
code_assets: ^0.19.0-wip
14+
code_assets: ^0.19.0
1515
crypto: ^3.0.6
16-
hooks: ^0.19.0-wip
16+
hooks: ^0.19.0
1717
logging: ^1.3.0
18-
native_toolchain_c: ^0.16.0-wip
18+
native_toolchain_c: ^0.16.0
1919

2020
dev_dependencies:
2121
args: ^2.6.0

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.7.0 <4.0.0'
1212

1313
dependencies:
14-
code_assets: ^0.19.0-wip
15-
hooks: ^0.19.0-wip
14+
code_assets: ^0.19.0
15+
hooks: ^0.19.0
1616
logging: ^1.3.0
1717

1818
dev_dependencies:

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

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

1313
dependencies:
14-
code_assets: ^0.19.0-wip
15-
hooks: ^0.19.0-wip
14+
code_assets: ^0.19.0
15+
hooks: ^0.19.0
1616
logging: ^1.3.0
17-
native_toolchain_c: ^0.16.0-wip
17+
native_toolchain_c: ^0.16.0
1818

1919
dev_dependencies:
2020
ffigen: ^18.0.0

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

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

1313
dependencies:
14-
code_assets: ^0.19.0-wip
15-
hooks: ^0.19.0-wip
14+
code_assets: ^0.19.0
15+
hooks: ^0.19.0
1616
logging: ^1.3.0
17-
native_toolchain_c: ^0.16.0-wip
17+
native_toolchain_c: ^0.16.0
1818

1919
dev_dependencies:
2020
ffigen: ^18.0.0

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ environment:
1010
sdk: '>=3.7.0 <4.0.0'
1111

1212
dependencies:
13-
code_assets: ^0.19.0-wip
14-
hooks: ^0.19.0-wip
13+
code_assets: ^0.19.0
14+
hooks: ^0.19.0
1515
logging: ^1.3.0
16-
native_toolchain_c: ^0.16.0-wip
16+
native_toolchain_c: ^0.16.0
1717

1818
dev_dependencies:
1919
ffigen: ^18.0.0

0 commit comments

Comments
 (0)