Skip to content

Commit ad43614

Browse files
committed
chore(release): rules_flutter 0.1.1
1 parent 37d539c commit ad43614

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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-10)
4+
5+
6+
### Features
7+
8+
* **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))
9+
310
## [0.1.0](https://github.com/google/dotprompt/releases/tag/rules_flutter-0.1.0) (2026-02-01)
411

512
### Features

0 commit comments

Comments
 (0)