diff --git a/CHANGELOG.md b/CHANGELOG.md index ee4fa319e..fab7c488a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.3](https://github.com/codesandbox/sandpack/compare/v2.4.2...v2.4.3) (2023-04-07) + +**Note:** Version bump only for package sandpack + + + + + ## [2.4.2](https://github.com/codesandbox/sandpack/compare/v2.4.1...v2.4.2) (2023-04-06) diff --git a/lerna.json b/lerna.json index 52037d533..e482f80c9 100644 --- a/lerna.json +++ b/lerna.json @@ -21,5 +21,5 @@ "message": "chore: [skip ci] bump packages" } }, - "version": "2.4.2" + "version": "2.4.3" } diff --git a/sandpack-client/CHANGELOG.md b/sandpack-client/CHANGELOG.md index f47b40578..ab7522fe6 100644 --- a/sandpack-client/CHANGELOG.md +++ b/sandpack-client/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.3](https://github.com/codesandbox/sandpack/compare/v2.4.2...v2.4.3) (2023-04-07) + +**Note:** Version bump only for package @codesandbox/sandpack-client + + + + + # [2.4.0](https://github.com/codesandbox/sandpack/compare/v2.3.2...v2.4.0) (2023-04-06) diff --git a/sandpack-client/package.json b/sandpack-client/package.json index d5ba12030..d16d8af1b 100644 --- a/sandpack-client/package.json +++ b/sandpack-client/package.json @@ -1,6 +1,6 @@ { "name": "@codesandbox/sandpack-client", - "version": "2.4.0", + "version": "2.4.3", "description": "", "keywords": [], "repository": { diff --git a/sandpack-react/CHANGELOG.md b/sandpack-react/CHANGELOG.md index 206b144db..1c2a7b7b8 100644 --- a/sandpack-react/CHANGELOG.md +++ b/sandpack-react/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.3](https://github.com/codesandbox/sandpack/compare/v2.4.2...v2.4.3) (2023-04-07) + +**Note:** Version bump only for package @codesandbox/sandpack-react + + + + + ## [2.4.2](https://github.com/codesandbox/sandpack/compare/v2.4.1...v2.4.2) (2023-04-06) diff --git a/sandpack-react/package.json b/sandpack-react/package.json index 6aebdfd35..34cd82972 100644 --- a/sandpack-react/package.json +++ b/sandpack-react/package.json @@ -1,6 +1,6 @@ { "name": "@codesandbox/sandpack-react", - "version": "2.4.2", + "version": "2.4.3", "description": "", "keywords": [], "repository": { @@ -60,7 +60,7 @@ "@codemirror/language": "^6.3.2", "@codemirror/state": "^6.2.0", "@codemirror/view": "^6.7.1", - "@codesandbox/sandpack-client": "^2.4.0", + "@codesandbox/sandpack-client": "^2.4.3", "@lezer/highlight": "^1.1.3", "@react-hook/intersection-observer": "^3.1.1", "@stitches/core": "^1.2.6",