Skip to content

Commit

Permalink
[native_assets_builder][native_toolchain_c] Bump dependencies (#891)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcharkes authored Jan 16, 2024
1 parent 8f3e4c2 commit f38afa2
Show file tree
Hide file tree
Showing 17 changed files with 26 additions and 22 deletions.
2 changes: 1 addition & 1 deletion pkgs/native_assets_builder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- Add support for `runPackageName` to avoid native assets for packages that
the root package depends on but the package being run doesn't.
- Bump `package:native_assets_cli` to 0.3.2.
- Bump `package:native_assets_cli` to 0.4.1.

## 0.3.0

Expand Down
2 changes: 1 addition & 1 deletion pkgs/native_assets_builder/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
dependencies:
graphs: ^2.3.1
logging: ^1.2.0
native_assets_cli: ^0.4.0
native_assets_cli: ^0.4.1
package_config: ^2.1.0
yaml: ^3.1.2
yaml_edit: ^2.1.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
cli_config: ^0.1.1
cyclic_package_2:
path: ../cyclic_package_2
native_assets_cli: ^0.4.0
native_assets_cli: ^0.4.1
yaml: ^3.1.1
yaml_edit: ^2.1.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
cli_config: ^0.1.1
cyclic_package_1:
path: ../cyclic_package_1
native_assets_cli: ^0.4.0
native_assets_cli: ^0.4.1
yaml: ^3.1.1
yaml_edit: ^2.1.0

Expand Down
4 changes: 2 additions & 2 deletions pkgs/native_assets_builder/test/data/native_add/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ environment:
dependencies:
cli_config: ^0.1.1
logging: ^1.1.1
native_assets_cli: ^0.4.0
native_toolchain_c: ^0.3.4
native_assets_cli: ^0.4.1
native_toolchain_c: ^0.3.4+1

dev_dependencies:
ffigen: ^8.0.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ environment:
dependencies:
cli_config: ^0.1.1
logging: ^1.1.1
native_assets_cli: ^0.4.0
native_toolchain_c: ^0.3.4
native_assets_cli: ^0.4.1
native_toolchain_c: ^0.3.4+1

dev_dependencies:
ffigen: ^8.0.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ environment:
dependencies:
cli_config: ^0.1.1
logging: ^1.1.1
native_assets_cli: ^0.4.0
native_toolchain_c: ^0.3.4
native_assets_cli: ^0.4.1
native_toolchain_c: ^0.3.4+1

dev_dependencies:
ffigen: ^8.0.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:

dependencies:
cli_config: ^0.1.1
native_assets_cli: ^0.4.0
native_assets_cli: ^0.4.1
package_with_metadata:
path: ../package_with_metadata/
yaml: ^3.1.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:

dependencies:
cli_config: ^0.1.1
native_assets_cli: ^0.4.0
native_assets_cli: ^0.4.1
yaml: ^3.1.1
yaml_edit: ^2.1.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:

dependencies:
cli_config: ^0.1.1
native_assets_cli: ^0.4.0
native_assets_cli: ^0.4.1
yaml: ^3.1.1
yaml_edit: ^2.1.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:

dependencies:
cli_config: ^0.1.1
native_assets_cli: ^0.4.0
native_assets_cli: ^0.4.1
yaml: ^3.1.1
yaml_edit: ^2.1.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:

dependencies:
cli_config: ^0.1.1
native_assets_cli: ^0.4.0
native_assets_cli: ^0.4.1
yaml: ^3.1.1
yaml_edit: ^2.1.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:

dependencies:
cli_config: ^0.1.1
native_assets_cli: ^0.4.0
native_assets_cli: ^0.4.1
yaml: ^3.1.1
yaml_edit: ^2.1.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ environment:
dependencies:
cli_config: ^0.1.1
logging: ^1.1.1
native_assets_cli: ^0.4.0
native_toolchain_c: ^0.3.4
native_assets_cli: ^0.4.1
native_toolchain_c: ^0.3.4+1

dev_dependencies:
ffigen: ^8.0.2
Expand Down
4 changes: 2 additions & 2 deletions pkgs/native_assets_cli/example/use_dart_api/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ environment:
dependencies:
cli_config: ^0.1.1
logging: ^1.1.1
native_assets_cli: ^0.4.0
native_toolchain_c: ^0.3.4
native_assets_cli: ^0.4.1
native_toolchain_c: ^0.3.4+1

dev_dependencies:
ffigen: ^10.0.0
Expand Down
4 changes: 4 additions & 0 deletions pkgs/native_toolchain_c/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.5-wip

- Bump `package:native_assets_cli` to 0.4.1.

## 0.3.4+1

- Stop depending on private `package:native_assets_cli` `CCompilerConfig` fields.
Expand Down
4 changes: 2 additions & 2 deletions 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.3.4+1
version: 0.3.5-wip
repository: https://github.com/dart-lang/native/tree/main/pkgs/native_toolchain_c

topics:
Expand All @@ -19,7 +19,7 @@ dependencies:
glob: ^2.1.1
logging: ^1.1.1
meta: ^1.9.1
native_assets_cli: ^0.4.0
native_assets_cli: ^0.4.1
pub_semver: ^2.1.3

dev_dependencies:
Expand Down

0 comments on commit f38afa2

Please sign in to comment.