Skip to content

Commit d0310a1

Browse files
committed
chore(release): tree-sitter-dotprompt 0.1.1
1 parent d70752b commit d0310a1

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"packages/monaco": "0.1.0",
1515
"packages/codemirror": "0.1.0",
1616
"packages/jetbrains": "0.2.0",
17-
"packages/treesitter": "0.1.0",
17+
"packages/treesitter": "0.1.1",
1818
"packages/promptly": "0.1.0"
1919
}

packages/treesitter/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/google/dotprompt/compare/tree-sitter-dotprompt-0.1.0...tree-sitter-dotprompt-0.1.1) (2026-02-19)
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+
* **ide:** add Monaco and CodeMirror packages and update CI config ([#440](https://github.com/google/dotprompt/issues/440)) ([c724070](https://github.com/google/dotprompt/commit/c7240701bcea9b8176f22b531fe5c3123775bbd2))
10+
* **ide:** complete Phase 2 IDE integrations for all major editors ([#439](https://github.com/google/dotprompt/issues/439)) ([95eeb73](https://github.com/google/dotprompt/commit/95eeb73974ffa95f22c7bc4cc31785f4a95ef168))
11+
* **promptly:** add lsp, fmt, and check implementations ([#438](https://github.com/google/dotprompt/issues/438)) ([27fd3d4](https://github.com/google/dotprompt/commit/27fd3d4c7aa96e09c46cb54546da1783be2f6a6e))
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+
14+
15+
### Bug Fixes
16+
17+
* add Apache-2.0 license metadata to all packages ([#528](https://github.com/google/dotprompt/issues/528)) ([c76c663](https://github.com/google/dotprompt/commit/c76c6639fb77b39ef5b45a1a8dbebacc4c9bd422))

packages/treesitter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tree-sitter-dotprompt",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Tree-sitter grammar for Dotprompt files",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)