diff --git a/CHANGELOG.md b/CHANGELOG.md index 8638c2f0..c2893824 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.18.1](https://github.com/codesandbox/sandpack/compare/v2.18.0...v2.18.1) (2024-07-25) + +### Bug Fixes + +- **docs:** update sandpack version ([#1162](https://github.com/codesandbox/sandpack/issues/1162)) ([55cb609](https://github.com/codesandbox/sandpack/commit/55cb6092b7436351f9adcc18ea0f966a1e416c28)) +- **sw:** assign new channel port on reload ([#1166](https://github.com/codesandbox/sandpack/issues/1166)) ([2d92bea](https://github.com/codesandbox/sandpack/commit/2d92bea4a9754373027455494050110d91bd13fc)) + # [2.18.0](https://github.com/codesandbox/sandpack/compare/v2.17.1...v2.18.0) (2024-07-11) ### Features diff --git a/lerna.json b/lerna.json index 40317c5e..7a69cca2 100644 --- a/lerna.json +++ b/lerna.json @@ -17,5 +17,5 @@ "message": "chore: [skip ci] bump packages" } }, - "version": "2.18.0" + "version": "2.18.1" } diff --git a/sandpack-client/CHANGELOG.md b/sandpack-client/CHANGELOG.md index 79185ba6..744864f9 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.18.1](https://github.com/codesandbox/sandpack/compare/v2.18.0...v2.18.1) (2024-07-25) + +### Bug Fixes + +- **sw:** assign new channel port on reload ([#1166](https://github.com/codesandbox/sandpack/issues/1166)) ([2d92bea](https://github.com/codesandbox/sandpack/commit/2d92bea4a9754373027455494050110d91bd13fc)) + # [2.18.0](https://github.com/codesandbox/sandpack/compare/v2.17.1...v2.18.0) (2024-07-11) ### Features diff --git a/sandpack-client/package.json b/sandpack-client/package.json index 226bb34b..62736b8e 100644 --- a/sandpack-client/package.json +++ b/sandpack-client/package.json @@ -1,6 +1,6 @@ { "name": "@codesandbox/sandpack-client", - "version": "2.18.0", + "version": "2.18.1", "description": "", "keywords": [], "repository": { diff --git a/sandpack-react/CHANGELOG.md b/sandpack-react/CHANGELOG.md index ec222ffb..01406d97 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.18.1](https://github.com/codesandbox/sandpack/compare/v2.18.0...v2.18.1) (2024-07-25) + +### Bug Fixes + +- **sw:** assign new channel port on reload ([#1166](https://github.com/codesandbox/sandpack/issues/1166)) ([2d92bea](https://github.com/codesandbox/sandpack/commit/2d92bea4a9754373027455494050110d91bd13fc)) + # [2.18.0](https://github.com/codesandbox/sandpack/compare/v2.17.1...v2.18.0) (2024-07-11) ### Features diff --git a/sandpack-react/package.json b/sandpack-react/package.json index c0b36b44..5508f4ef 100644 --- a/sandpack-react/package.json +++ b/sandpack-react/package.json @@ -1,6 +1,6 @@ { "name": "@codesandbox/sandpack-react", - "version": "2.18.0", + "version": "2.18.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.18.0", + "@codesandbox/sandpack-client": "^2.18.1", "@lezer/highlight": "^1.1.3", "@react-hook/intersection-observer": "^3.1.1", "@stitches/core": "^1.2.6",