Skip to content

Commit 85be813

Browse files
authored
[native_assets_builder] v0.3.1 (#937)
1 parent 31adb80 commit 85be813

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

pkgs/native_assets_builder/.pubignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Please keep consistent with .gitignore.
2+
3+
# https://dart.dev/guides/libraries/private-files
4+
# Created by `dart pub`
5+
.dart_tool/
6+
7+
# Avoid committing pubspec.lock for library packages; see
8+
# https://dart.dev/guides/libraries/private-files#pubspeclock.
9+
pubspec.lock
10+
11+
coverage/
12+
13+
# Additional pub ignores
14+
test_data/

pkgs/native_assets_builder/CHANGELOG.md

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

33
- Add support for `runPackageName` to avoid native assets for packages that
44
the root package depends on but the package being run doesn't.

pkgs/native_assets_builder/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: native_assets_builder
22
description: >-
33
This package is the backend that invokes top-level `build.dart` scripts.
4-
version: 0.3.1-wip
4+
version: 0.3.1
55
repository: https://github.com/dart-lang/native/tree/main/pkgs/native_assets_builder
66

77
environment:

0 commit comments

Comments
 (0)