Skip to content

Commit dc91792

Browse files
authored
[hooks_runner] [hooks] [native_toolchain_c] Publish (#2303)
1 parent 0f9c63c commit dc91792

File tree

51 files changed

+70
-70
lines changed

Some content is hidden

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

51 files changed

+70
-70
lines changed

pkgs/code_assets/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ environment:
2121

2222
dependencies:
2323
collection: ^1.19.1
24-
hooks: ^0.19.0
24+
hooks: ^0.19.1
2525

2626
dev_dependencies:
2727
custom_lint: ^0.7.5

pkgs/data_assets/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ environment:
1717
sdk: '>=3.7.0 <4.0.0'
1818

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

2222
dev_dependencies:
2323
custom_lint: ^0.7.5

pkgs/hooks/CHANGELOG.md

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

33
- Added links to the `build` and `link` methods as primary entry points.
44
- Added failure outputs and documented exit codes.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ environment:
1313
dependencies:
1414
code_assets: ^0.19.0
1515
crypto: ^3.0.6
16-
hooks: ^0.19.0
16+
hooks: ^0.19.1
1717
logging: ^1.3.0
18-
native_toolchain_c: ^0.16.1-wip
18+
native_toolchain_c: ^0.16.1
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
@@ -12,7 +12,7 @@ environment:
1212

1313
dependencies:
1414
code_assets: ^0.19.0
15-
hooks: ^0.19.0
15+
hooks: ^0.19.1
1616
logging: ^1.3.0
1717

1818
dev_dependencies:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ environment:
1212

1313
dependencies:
1414
code_assets: ^0.19.0
15-
hooks: ^0.19.0
15+
hooks: ^0.19.1
1616
logging: ^1.3.0
17-
native_toolchain_c: ^0.16.1-wip
17+
native_toolchain_c: ^0.16.1
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
@@ -12,9 +12,9 @@ environment:
1212

1313
dependencies:
1414
code_assets: ^0.19.0
15-
hooks: ^0.19.0
15+
hooks: ^0.19.1
1616
logging: ^1.3.0
17-
native_toolchain_c: ^0.16.1-wip
17+
native_toolchain_c: ^0.16.1
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
@@ -11,9 +11,9 @@ environment:
1111

1212
dependencies:
1313
code_assets: ^0.19.0
14-
hooks: ^0.19.0
14+
hooks: ^0.19.1
1515
logging: ^1.3.0
16-
native_toolchain_c: ^0.16.1-wip
16+
native_toolchain_c: ^0.16.1
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
@@ -11,9 +11,9 @@ environment:
1111

1212
dependencies:
1313
code_assets: ^0.19.0
14-
hooks: ^0.19.0
14+
hooks: ^0.19.1
1515
logging: ^1.3.0
16-
native_toolchain_c: ^0.16.1-wip
16+
native_toolchain_c: ^0.16.1
1717

1818
dev_dependencies:
1919
ffigen: ^18.0.0

pkgs/hooks/example/link/package_with_assets/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ environment:
1111

1212
dependencies:
1313
data_assets: ^0.19.0
14-
hooks: ^0.19.0
14+
hooks: ^0.19.1
1515
logging: ^1.3.0
1616
meta: ^1.16.0
1717
record_use: ^0.3.0

0 commit comments

Comments
 (0)