From be105b85a861d6945bb6facea199deea13fa64c2 Mon Sep 17 00:00:00 2001 From: danilowoz Date: Tue, 20 Jun 2023 10:43:17 +0000 Subject: [PATCH] chore: [skip ci] bump packages --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- sandpack-client/CHANGELOG.md | 11 +++++++++++ sandpack-client/package.json | 2 +- sandpack-react/CHANGELOG.md | 8 ++++++++ sandpack-react/package.json | 4 ++-- 6 files changed, 34 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0ed30175..d4c9e7044 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.6.8](https://github.com/codesandbox/sandpack/compare/v2.6.7...v2.6.8) (2023-06-20) + + +### Bug Fixes + +* **client:** hard reload on module removal ([d5dfdd1](https://github.com/codesandbox/sandpack/commit/d5dfdd126d1061d63e1f1b086f30cbe7077ca30b)) + + + + + ## [2.6.7](https://github.com/codesandbox/sandpack/compare/v2.6.6...v2.6.7) (2023-05-26) diff --git a/lerna.json b/lerna.json index afdf2383d..e14531bb4 100644 --- a/lerna.json +++ b/lerna.json @@ -21,5 +21,5 @@ "message": "chore: [skip ci] bump packages" } }, - "version": "2.6.7" + "version": "2.6.8" } diff --git a/sandpack-client/CHANGELOG.md b/sandpack-client/CHANGELOG.md index f88813f00..06c340f27 100644 --- a/sandpack-client/CHANGELOG.md +++ b/sandpack-client/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.6.8](https://github.com/codesandbox/sandpack/compare/v2.6.7...v2.6.8) (2023-06-20) + + +### Bug Fixes + +* **client:** hard reload on module removal ([d5dfdd1](https://github.com/codesandbox/sandpack/commit/d5dfdd126d1061d63e1f1b086f30cbe7077ca30b)) + + + + + ## [2.6.7](https://github.com/codesandbox/sandpack/compare/v2.6.6...v2.6.7) (2023-05-26) diff --git a/sandpack-client/package.json b/sandpack-client/package.json index 951254664..0ff1b5505 100644 --- a/sandpack-client/package.json +++ b/sandpack-client/package.json @@ -1,6 +1,6 @@ { "name": "@codesandbox/sandpack-client", - "version": "2.6.7", + "version": "2.6.8", "description": "", "keywords": [], "repository": { diff --git a/sandpack-react/CHANGELOG.md b/sandpack-react/CHANGELOG.md index 05b50ae0f..d5a0cb40c 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.6.8](https://github.com/codesandbox/sandpack/compare/v2.6.7...v2.6.8) (2023-06-20) + +**Note:** Version bump only for package @codesandbox/sandpack-react + + + + + ## [2.6.7](https://github.com/codesandbox/sandpack/compare/v2.6.6...v2.6.7) (2023-05-26) diff --git a/sandpack-react/package.json b/sandpack-react/package.json index d30739659..ff79498d5 100644 --- a/sandpack-react/package.json +++ b/sandpack-react/package.json @@ -1,6 +1,6 @@ { "name": "@codesandbox/sandpack-react", - "version": "2.6.7", + "version": "2.6.8", "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.6.7", + "@codesandbox/sandpack-client": "^2.6.8", "@lezer/highlight": "^1.1.3", "@react-hook/intersection-observer": "^3.1.1", "@stitches/core": "^1.2.6",