Skip to content

Commit 2920d34

Browse files
committed
chore(release): dotprompt-codemirror 0.1.1
1 parent fce691c commit 2920d34

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"packages/vim": "0.1.0",
1313
"packages/emacs": "0.1.0",
1414
"packages/monaco": "0.1.0",
15-
"packages/codemirror": "0.1.0",
15+
"packages/codemirror": "0.1.1",
1616
"packages/jetbrains": "0.2.0",
1717
"packages/treesitter": "0.1.0",
1818
"packages/promptly": "0.1.0"

packages/codemirror/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/google/dotprompt/compare/dotprompt-codemirror-0.1.0...dotprompt-codemirror-0.1.1) (2026-02-24)
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+
* **monaco,codemirror:** add Storybook demos with sample prompts ([#522](https://github.com/google/dotprompt/issues/522)) ([e863a79](https://github.com/google/dotprompt/commit/e863a7955e2cfd8a51e2f69a600b17d652ffb5f7))
11+
12+
13+
### Bug Fixes
14+
15+
* **docs:** update deprecated model references to Gemini 2.5/3 ([#541](https://github.com/google/dotprompt/issues/541)) ([fce691c](https://github.com/google/dotprompt/commit/fce691c831abddfcfc8bcdeee79d564c141298d0))

packages/codemirror/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dotprompt/codemirror",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "CodeMirror 6 language support for Dotprompt (.prompt) files",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)