Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"go": "0.2.0",
"java": "0.1.0",
"dart/dotprompt": "0.0.1",
"bazel/rules_dart": "0.1.0",
"bazel/rules_dart": "0.1.1",
"bazel/rules_flutter": "0.1.0",
"rs": "0.1.0",
"packages/vscode": "0.0.1",
Expand Down
8 changes: 6 additions & 2 deletions bazel/rules_dart/.bcr/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
"github": "google"
}
],
"repository": ["github:google/dotprompt"],
"versions": ["0.1.0"],
"repository": [
"github:google/dotprompt"
],
"versions": [
"0.1.0"
],
"yanked_versions": {}
}
11 changes: 11 additions & 0 deletions bazel/rules_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

## [0.1.1](https://github.com/google/dotprompt/compare/rules_dart-0.1.0...rules_dart-0.1.1) (2026-05-02)


### Features

* add rules_dart implementation ([#508](https://github.com/google/dotprompt/issues/508)) ([33a2562](https://github.com/google/dotprompt/commit/33a2562368bba58b86125090471d16c0f8068357))
* **dart:** add pub.dev publishing support ([#527](https://github.com/google/dotprompt/issues/527)) ([d70752b](https://github.com/google/dotprompt/commit/d70752b9dfbb86063f0b5cf0e4158d8cdd14bba7))
* **dart:** dotprompt and handlebars implementation ([#509](https://github.com/google/dotprompt/issues/509)) ([3b2982c](https://github.com/google/dotprompt/commit/3b2982c6f8dfaee84ca120da93a50bc92940ee69))
* **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))
* **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))

## [0.0.1] - 2026-01-30

### Added
Expand Down
Loading