Skip to content

Commit

Permalink
[native_assets_builder] Publish 0.7.1 (#1265)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcharkes authored Jul 8, 2024
1 parent b065e13 commit cd8eddf
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 25 deletions.
2 changes: 1 addition & 1 deletion pkgs/native_assets_builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.7.1-wip
## 0.7.1

- Use `HookConfig.targetIosSdk` and `HookConfig.targetMacosSdk` optional
values, and add examples to fail builds based on this.
Expand Down
4 changes: 1 addition & 3 deletions pkgs/native_assets_builder/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: native_assets_builder
description: >-
This package is the backend that invokes build hooks.
version: 0.7.1-wip
version: 0.7.1
repository: https://github.com/dart-lang/native/tree/main/pkgs/native_assets_builder

publish_to: none

environment:
sdk: '>=3.3.0 <4.0.0'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ dependencies:
native_assets_cli: ^0.6.1
# native_assets_cli:
# path: ../../../native_assets_cli/
# native_toolchain_c: ^0.4.2
native_toolchain_c:
path: ../../../native_toolchain_c/
native_toolchain_c: ^0.5.0
# native_toolchain_c:
# path: ../../../native_toolchain_c/

dev_dependencies:
lints: ^3.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ dependencies:
native_assets_cli: ^0.6.1
# native_assets_cli:
# path: ../../../native_assets_cli/
# native_toolchain_c: ^0.4.2
native_toolchain_c:
path: ../../../native_toolchain_c/
native_toolchain_c: ^0.5.0
# native_toolchain_c:
# path: ../../../native_toolchain_c/

dev_dependencies:
lints: ^3.0.0
Expand Down
6 changes: 3 additions & 3 deletions pkgs/native_assets_builder/test_data/native_add/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ dependencies:
native_assets_cli: ^0.6.1
# native_assets_cli:
# path: ../../../native_assets_cli/
# native_toolchain_c: ^0.4.2
native_toolchain_c:
path: ../../../native_toolchain_c/
native_toolchain_c: ^0.5.0
# native_toolchain_c:
# path: ../../../native_toolchain_c/

dev_dependencies:
ffigen: ^8.0.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ dependencies:
native_assets_cli: ^0.6.1
# native_assets_cli:
# path: ../../../native_assets_cli/
# native_toolchain_c: ^0.4.2
native_toolchain_c:
path: ../../../native_toolchain_c/
native_toolchain_c: ^0.5.0
# native_toolchain_c:
# path: ../../../native_toolchain_c/

dev_dependencies:
ffigen: ^8.0.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ dependencies:
native_assets_cli: ^0.6.1
# native_assets_cli:
# path: ../../../native_assets_cli/
# native_toolchain_c: ^0.4.2
native_toolchain_c:
path: ../../../native_toolchain_c/
native_toolchain_c: ^0.5.0
# native_toolchain_c:
# path: ../../../native_toolchain_c/

dev_dependencies:
ffigen: ^8.0.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ dependencies:
native_assets_cli: ^0.6.1
# native_assets_cli:
# path: ../../../../native_assets_cli/
# native_toolchain_c: ^0.4.2
native_toolchain_c:
path: ../../../../native_toolchain_c/
native_toolchain_c: ^0.5.0
# native_toolchain_c:
# path: ../../../../native_toolchain_c/

dev_dependencies:
ffigen: ^8.0.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ dependencies:
native_assets_cli: ^0.6.1
# native_assets_cli:
# path: ../../../../native_assets_cli/
# native_toolchain_c: ^0.4.2
native_toolchain_c:
path: ../../../../native_toolchain_c/
native_toolchain_c: ^0.5.0
# native_toolchain_c:
# path: ../../../../native_toolchain_c/

dev_dependencies:
ffigen: ^10.0.0
Expand Down

0 comments on commit cd8eddf

Please sign in to comment.