diff --git a/CHANGELOG.md b/CHANGELOG.md index ae107902..31effebe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.19.1](https://github.com/codesandbox/sandpack/compare/v2.19.0...v2.19.1) (2024-08-27) + +### Bug Fixes + +- **read only:** use codemirror instance with decorators ([#1186](https://github.com/codesandbox/sandpack/issues/1186)) ([623a346](https://github.com/codesandbox/sandpack/commit/623a34648ece5667768b4f0de75a581e9d348470)) + # [2.19.0](https://github.com/codesandbox/sandpack/compare/v2.18.3...v2.19.0) (2024-08-22) ### Features diff --git a/lerna.json b/lerna.json index 32c210e4..a0045833 100644 --- a/lerna.json +++ b/lerna.json @@ -17,5 +17,5 @@ "message": "chore: [skip ci] bump packages" } }, - "version": "2.19.0" + "version": "2.19.1" } diff --git a/sandpack-react/CHANGELOG.md b/sandpack-react/CHANGELOG.md index d56c8a82..8fe61e17 100644 --- a/sandpack-react/CHANGELOG.md +++ b/sandpack-react/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.19.1](https://github.com/codesandbox/sandpack/compare/v2.19.0...v2.19.1) (2024-08-27) + +### Bug Fixes + +- **read only:** use codemirror instance with decorators ([#1186](https://github.com/codesandbox/sandpack/issues/1186)) ([623a346](https://github.com/codesandbox/sandpack/commit/623a34648ece5667768b4f0de75a581e9d348470)) + # [2.19.0](https://github.com/codesandbox/sandpack/compare/v2.18.3...v2.19.0) (2024-08-22) **Note:** Version bump only for package @codesandbox/sandpack-react diff --git a/sandpack-react/package.json b/sandpack-react/package.json index 85ad13bd..bb2fa551 100644 --- a/sandpack-react/package.json +++ b/sandpack-react/package.json @@ -1,6 +1,6 @@ { "name": "@codesandbox/sandpack-react", - "version": "2.19.0", + "version": "2.19.1", "description": "", "keywords": [], "repository": {