From 683773f92b35147d689d6c87b4a276c01eff9753 Mon Sep 17 00:00:00 2001 From: "codesandbot[bot]" Date: Wed, 29 May 2024 09:06:51 +0000 Subject: [PATCH] chore: [skip ci] bump packages --- CHANGELOG.md | 10 ++++++++++ lerna.json | 2 +- sandpack-react/CHANGELOG.md | 6 ++++++ sandpack-react/package.json | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd330ccd9..5b226756b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.14.0](https://github.com/codesandbox/sandpack/compare/v2.13.10...v2.14.0) (2024-05-29) + +### Bug Fixes + +- **docs:** Change Layout to Provider for accepting theme prop ([#1133](https://github.com/codesandbox/sandpack/issues/1133)) ([e07adc0](https://github.com/codesandbox/sandpack/commit/e07adc0331eba90855df0cff3989914e05f2155a)) + +### Features + +- **export:** support private sandboxes in workspace ([#1136](https://github.com/codesandbox/sandpack/issues/1136)) ([1c7907e](https://github.com/codesandbox/sandpack/commit/1c7907e9219a7cf8bb5fd48e7f22048f900179da)) + ## [2.13.10](https://github.com/codesandbox/sandpack/compare/v2.13.9...v2.13.10) (2024-04-26) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 1dd88fc19..eb60afbc6 100644 --- a/lerna.json +++ b/lerna.json @@ -17,5 +17,5 @@ "message": "chore: [skip ci] bump packages" } }, - "version": "2.13.10" + "version": "2.14.0" } diff --git a/sandpack-react/CHANGELOG.md b/sandpack-react/CHANGELOG.md index da1551a72..0667af65c 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.14.0](https://github.com/codesandbox/sandpack/compare/v2.13.10...v2.14.0) (2024-05-29) + +### Features + +- **export:** support private sandboxes in workspace ([#1136](https://github.com/codesandbox/sandpack/issues/1136)) ([1c7907e](https://github.com/codesandbox/sandpack/commit/1c7907e9219a7cf8bb5fd48e7f22048f900179da)) + ## [2.13.10](https://github.com/codesandbox/sandpack/compare/v2.13.9...v2.13.10) (2024-04-26) ### Bug Fixes diff --git a/sandpack-react/package.json b/sandpack-react/package.json index 565df09a6..fb3ffc0a3 100644 --- a/sandpack-react/package.json +++ b/sandpack-react/package.json @@ -1,6 +1,6 @@ { "name": "@codesandbox/sandpack-react", - "version": "2.13.10", + "version": "2.14.0", "description": "", "keywords": [], "repository": {