Skip to content

Commit 71741a4

Browse files
authored
[native_toolchain_c] [code_assets] [data_assets] Fix dartdoc on pub.dev (#2318)
1 parent f2cae97 commit 71741a4

File tree

48 files changed

+91
-71
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+91
-71
lines changed

pkgs/code_assets/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.19.1
2+
3+
* Bump the SDK constraint to at least the one from `package:hooks` to fix
4+
dartdoc generation on https://pub.dev.
5+
16
## 0.19.0
27

38
- Split up `package:native_assets_cli` in `package:hooks`,

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

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

@@ -17,7 +17,7 @@ topics:
1717
resolution: workspace
1818

1919
environment:
20-
sdk: '>=3.8.0 <4.0.0'
20+
sdk: '>=3.9.0-21.0.dev <4.0.0'
2121

2222
dependencies:
2323
collection: ^1.19.1

pkgs/data_assets/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.19.1
2+
3+
* Bump the SDK constraint to at least the one from `package:hooks` to fix
4+
dartdoc generation on https://pub.dev.
5+
16
## 0.19.0
27

38
- Split up `package:native_assets_cli` in `package:hooks`,

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

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

@@ -14,7 +14,7 @@ topics:
1414
resolution: workspace
1515

1616
environment:
17-
sdk: '>=3.8.0 <4.0.0'
17+
sdk: '>=3.9.0-21.0.dev <4.0.0'
1818

1919
dependencies:
2020
hooks: ^0.19.1

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

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

1313
dependencies:
14-
code_assets: ^0.19.0
14+
code_assets: ^0.19.1
1515
crypto: ^3.0.6
1616
hooks: ^0.19.1
1717
logging: ^1.3.0
18-
native_toolchain_c: ^0.16.1
18+
native_toolchain_c: ^0.16.2
1919

2020
dev_dependencies:
2121
args: ^2.6.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ environment:
1111
sdk: '>=3.8.0 <4.0.0'
1212

1313
dependencies:
14-
code_assets: ^0.19.0
14+
code_assets: ^0.19.1
1515
hooks: ^0.19.1
1616
logging: ^1.3.0
1717

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

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

1313
dependencies:
14-
code_assets: ^0.19.0
14+
code_assets: ^0.19.1
1515
hooks: ^0.19.1
1616
logging: ^1.3.0
17-
native_toolchain_c: ^0.16.1
17+
native_toolchain_c: ^0.16.2
1818

1919
dev_dependencies:
2020
ffigen: ^18.0.0

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

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

1313
dependencies:
14-
code_assets: ^0.19.0
14+
code_assets: ^0.19.1
1515
hooks: ^0.19.1
1616
logging: ^1.3.0
17-
native_toolchain_c: ^0.16.1
17+
native_toolchain_c: ^0.16.2
1818

1919
dev_dependencies:
2020
ffigen: ^18.0.0

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

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

1212
dependencies:
13-
code_assets: ^0.19.0
13+
code_assets: ^0.19.1
1414
hooks: ^0.19.1
1515
logging: ^1.3.0
16-
native_toolchain_c: ^0.16.1
16+
native_toolchain_c: ^0.16.2
1717

1818
dev_dependencies:
1919
ffigen: ^18.0.0

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

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

1212
dependencies:
13-
code_assets: ^0.19.0
13+
code_assets: ^0.19.1
1414
hooks: ^0.19.1
1515
logging: ^1.3.0
16-
native_toolchain_c: ^0.16.1
16+
native_toolchain_c: ^0.16.2
1717

1818
dev_dependencies:
1919
ffigen: ^18.0.0

0 commit comments

Comments
 (0)