diff --git a/CHANGELOG.md b/CHANGELOG.md index 97c4ddb3d..6c4a67927 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.16.1](https://github.com/codesandbox/sandpack/compare/v2.16.0...v2.16.1) (2024-07-08) + +### Bug Fixes + +- **loading:** update bundler to consume the correct loading message ([#1157](https://github.com/codesandbox/sandpack/issues/1157)) ([7a70999](https://github.com/codesandbox/sandpack/commit/7a7099991e8831a5ca76b56cada5ec06b17aa339)) + # [2.16.0](https://github.com/codesandbox/sandpack/compare/v2.15.0...v2.16.0) (2024-07-08) ### Features diff --git a/lerna.json b/lerna.json index bfaff4cd9..d0f3a3592 100644 --- a/lerna.json +++ b/lerna.json @@ -17,5 +17,5 @@ "message": "chore: [skip ci] bump packages" } }, - "version": "2.16.0" + "version": "2.16.1" } diff --git a/sandpack-client/CHANGELOG.md b/sandpack-client/CHANGELOG.md index 236fa030d..3a1d6707b 100644 --- a/sandpack-client/CHANGELOG.md +++ b/sandpack-client/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.16.1](https://github.com/codesandbox/sandpack/compare/v2.16.0...v2.16.1) (2024-07-08) + +### Bug Fixes + +- **loading:** update bundler to consume the correct loading message ([#1157](https://github.com/codesandbox/sandpack/issues/1157)) ([7a70999](https://github.com/codesandbox/sandpack/commit/7a7099991e8831a5ca76b56cada5ec06b17aa339)) + # [2.16.0](https://github.com/codesandbox/sandpack/compare/v2.15.0...v2.16.0) (2024-07-08) ### Features diff --git a/sandpack-client/package.json b/sandpack-client/package.json index 23e639122..cbadb83d5 100644 --- a/sandpack-client/package.json +++ b/sandpack-client/package.json @@ -1,6 +1,6 @@ { "name": "@codesandbox/sandpack-client", - "version": "2.16.0", + "version": "2.16.1", "description": "", "keywords": [], "repository": { diff --git a/sandpack-react/CHANGELOG.md b/sandpack-react/CHANGELOG.md index 897b3d01d..c9da65cfc 100644 --- a/sandpack-react/CHANGELOG.md +++ b/sandpack-react/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.16.1](https://github.com/codesandbox/sandpack/compare/v2.16.0...v2.16.1) (2024-07-08) + +**Note:** Version bump only for package @codesandbox/sandpack-react + # [2.16.0](https://github.com/codesandbox/sandpack/compare/v2.15.0...v2.16.0) (2024-07-08) ### Features diff --git a/sandpack-react/package.json b/sandpack-react/package.json index 9bfc9315f..c25bcfdb8 100644 --- a/sandpack-react/package.json +++ b/sandpack-react/package.json @@ -1,6 +1,6 @@ { "name": "@codesandbox/sandpack-react", - "version": "2.16.0", + "version": "2.16.1", "description": "", "keywords": [], "repository": { @@ -59,7 +59,7 @@ "@codemirror/language": "^6.3.2", "@codemirror/state": "^6.2.0", "@codemirror/view": "^6.7.1", - "@codesandbox/sandpack-client": "^2.16.0", + "@codesandbox/sandpack-client": "^2.16.1", "@lezer/highlight": "^1.1.3", "@react-hook/intersection-observer": "^3.1.1", "@stitches/core": "^1.2.6",