Skip to content

Commit 1ea1228

Browse files
committed
chore(release): rules_flutter 0.1.1
1 parent bb87a74 commit 1ea1228

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"java": "0.1.0",
77
"dart/dotprompt": "0.0.1",
88
"bazel/rules_dart": "0.1.0",
9-
"bazel/rules_flutter": "0.1.0",
9+
"bazel/rules_flutter": "0.1.1",
1010
"rs": "0.1.0",
1111
"packages/vscode": "0.0.1",
1212
"packages/vim": "0.1.0",

bazel/rules_flutter/.bcr/metadata.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66
"github": "google"
77
}
88
],
9-
"repository": ["github:google/dotprompt"],
10-
"versions": ["0.1.0"],
9+
"repository": [
10+
"github:google/dotprompt"
11+
],
12+
"versions": [
13+
"0.1.0"
14+
],
1115
"yanked_versions": {}
1216
}

bazel/rules_flutter/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.1.1](https://github.com/google/dotprompt/compare/rules_flutter-0.1.0...rules_flutter-0.1.1) (2026-02-25)
4+
5+
6+
### Features
7+
8+
* **dart:** add pub.dev publishing support ([#527](https://github.com/google/dotprompt/issues/527)) ([d70752b](https://github.com/google/dotprompt/commit/d70752b9dfbb86063f0b5cf0e4158d8cdd14bba7))
9+
* **rules_dart,rules_flutter:** enhance Bazel rules with workers and linting fixes ([#513](https://github.com/google/dotprompt/issues/513)) ([5369b40](https://github.com/google/dotprompt/commit/5369b4046eea9805f7dbcf026434035d55e2b095))
10+
311
## [0.1.0](https://github.com/google/dotprompt/releases/tag/rules_flutter-0.1.0) (2026-02-01)
412

513
### Features

0 commit comments

Comments
 (0)