Skip to content

Commit 6f1b358

Browse files
committed
chore(release): rules_dart 0.1.1
1 parent 95bad71 commit 6f1b358

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"go": "0.2.0",
66
"java": "0.1.0",
77
"dart/dotprompt": "0.0.1",
8-
"bazel/rules_dart": "0.1.0",
8+
"bazel/rules_dart": "0.1.1",
99
"bazel/rules_flutter": "0.1.0",
1010
"rs": "0.1.0",
1111
"packages/vscode": "0.0.1",

bazel/rules_dart/.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_dart/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to rules_dart will be documented in this file.
44

5+
## [0.1.1](https://github.com/google/dotprompt/compare/rules_dart-0.1.0...rules_dart-0.1.1) (2026-02-09)
6+
7+
8+
### Features
9+
10+
* add rules_dart implementation ([#508](https://github.com/google/dotprompt/issues/508)) ([33a2562](https://github.com/google/dotprompt/commit/33a2562368bba58b86125090471d16c0f8068357))
11+
* **dart:** dotprompt and handlebars implementation ([#509](https://github.com/google/dotprompt/issues/509)) ([3b2982c](https://github.com/google/dotprompt/commit/3b2982c6f8dfaee84ca120da93a50bc92940ee69))
12+
* **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))
13+
* **rules_dart:** first-class Bazel ruleset with RBE, IDE aspects, and version conflict detection ([#512](https://github.com/google/dotprompt/issues/512)) ([1624c75](https://github.com/google/dotprompt/commit/1624c7546deac1969a836dc83d2c3531a8e66ef0))
14+
515
## [0.0.1] - 2026-01-30
616

717
### Added

0 commit comments

Comments
 (0)