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 @@ -12,7 +12,7 @@
"packages/vim": "0.1.0",
"packages/emacs": "0.1.0",
"packages/monaco": "0.1.0",
"packages/codemirror": "0.1.0",
"packages/codemirror": "0.1.1",
"packages/jetbrains": "0.2.0",
"packages/treesitter": "0.1.0",
"packages/promptly": "0.1.0"
Expand Down
15 changes: 15 additions & 0 deletions packages/codemirror/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

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


### Features

* **dart:** add pub.dev publishing support ([#527](https://github.com/google/dotprompt/issues/527)) ([d70752b](https://github.com/google/dotprompt/commit/d70752b9dfbb86063f0b5cf0e4158d8cdd14bba7))
* **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))
* **monaco,codemirror:** add Storybook demos with sample prompts ([#522](https://github.com/google/dotprompt/issues/522)) ([e863a79](https://github.com/google/dotprompt/commit/e863a7955e2cfd8a51e2f69a600b17d652ffb5f7))


### Bug Fixes

* **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))
2 changes: 1 addition & 1 deletion packages/codemirror/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotprompt/codemirror",
"version": "0.1.0",
"version": "0.1.1",
"description": "CodeMirror 6 language support for Dotprompt (.prompt) files",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
Loading