From e5c32a48f46473d3058afdfbf1e2a4947807e19f Mon Sep 17 00:00:00 2001 From: "codesandbot[bot]" Date: Tue, 18 Jun 2024 12:14:44 +0000 Subject: [PATCH] chore: [skip ci] bump packages --- CHANGELOG.md | 6 ++++++ lerna.json | 2 +- sandpack-client/CHANGELOG.md | 6 ++++++ sandpack-client/package.json | 2 +- sandpack-react/CHANGELOG.md | 4 ++++ sandpack-react/package.json | 4 ++-- 6 files changed, 20 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb83c4be6..781d28bf7 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.14.3](https://github.com/codesandbox/sandpack/compare/v2.14.2...v2.14.3) (2024-06-18) + +### Bug Fixes + +- **preview:** allows clipboard api ([#1149](https://github.com/codesandbox/sandpack/issues/1149)) ([7350364](https://github.com/codesandbox/sandpack/commit/7350364b3dbf933ac04686be284222994335c001)) + ## [2.14.2](https://github.com/codesandbox/sandpack/compare/v2.14.1...v2.14.2) (2024-06-06) ### Bug Fixes diff --git a/lerna.json b/lerna.json index b971e76cb..3750cf69e 100644 --- a/lerna.json +++ b/lerna.json @@ -17,5 +17,5 @@ "message": "chore: [skip ci] bump packages" } }, - "version": "2.14.2" + "version": "2.14.3" } diff --git a/sandpack-client/CHANGELOG.md b/sandpack-client/CHANGELOG.md index 5121c369e..b8fe0511f 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.14.3](https://github.com/codesandbox/sandpack/compare/v2.14.2...v2.14.3) (2024-06-18) + +### Bug Fixes + +- **preview:** allows clipboard api ([#1149](https://github.com/codesandbox/sandpack/issues/1149)) ([7350364](https://github.com/codesandbox/sandpack/commit/7350364b3dbf933ac04686be284222994335c001)) + ## [2.13.8](https://github.com/codesandbox/sandpack/compare/v2.13.7...v2.13.8) (2024-04-11) ### Bug Fixes diff --git a/sandpack-client/package.json b/sandpack-client/package.json index f57c052ab..95c6b1330 100644 --- a/sandpack-client/package.json +++ b/sandpack-client/package.json @@ -1,6 +1,6 @@ { "name": "@codesandbox/sandpack-client", - "version": "2.13.8", + "version": "2.14.3", "description": "", "keywords": [], "repository": { diff --git a/sandpack-react/CHANGELOG.md b/sandpack-react/CHANGELOG.md index 1086319fd..300b6cf8c 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.14.3](https://github.com/codesandbox/sandpack/compare/v2.14.2...v2.14.3) (2024-06-18) + +**Note:** Version bump only for package @codesandbox/sandpack-react + ## [2.14.2](https://github.com/codesandbox/sandpack/compare/v2.14.1...v2.14.2) (2024-06-06) ### Bug Fixes diff --git a/sandpack-react/package.json b/sandpack-react/package.json index d84dd717f..5938c2549 100644 --- a/sandpack-react/package.json +++ b/sandpack-react/package.json @@ -1,6 +1,6 @@ { "name": "@codesandbox/sandpack-react", - "version": "2.14.2", + "version": "2.14.3", "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.13.8", + "@codesandbox/sandpack-client": "^2.14.3", "@lezer/highlight": "^1.1.3", "@react-hook/intersection-observer": "^3.1.1", "@stitches/core": "^1.2.6",