From 5e56a8fbe05c8200a3f65944d0165470c4294269 Mon Sep 17 00:00:00 2001 From: Yesudeep Mangalapilly Date: Fri, 1 May 2026 18:37:51 -0700 Subject: [PATCH] chore(release): rules_dart 0.1.1 --- .release-please-manifest.json | 2 +- bazel/rules_dart/.bcr/metadata.json | 8 ++++++-- bazel/rules_dart/CHANGELOG.md | 11 +++++++++++ 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b413e0767..0397199c3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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", diff --git a/bazel/rules_dart/.bcr/metadata.json b/bazel/rules_dart/.bcr/metadata.json index a205a4050..3b8cc00a4 100644 --- a/bazel/rules_dart/.bcr/metadata.json +++ b/bazel/rules_dart/.bcr/metadata.json @@ -6,7 +6,11 @@ "github": "google" } ], - "repository": ["github:google/dotprompt"], - "versions": ["0.1.0"], + "repository": [ + "github:google/dotprompt" + ], + "versions": [ + "0.1.0" + ], "yanked_versions": {} } diff --git a/bazel/rules_dart/CHANGELOG.md b/bazel/rules_dart/CHANGELOG.md index de97a0098..04fe1b4d9 100644 --- a/bazel/rules_dart/CHANGELOG.md +++ b/bazel/rules_dart/CHANGELOG.md @@ -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