From bee225f18bc2742536557688866849b10ab67a45 Mon Sep 17 00:00:00 2001 From: danilowoz Date: Wed, 22 Feb 2023 10:09:39 +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 ++-- website/codesandbox-theme-docs/CHANGELOG.md | 8 ++++++++ website/codesandbox-theme-docs/package.json | 4 ++-- 8 files changed, 44 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e27049576..dee323cf5 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.0.11](https://github.com/codesandbox/sandpack/compare/v2.0.10...v2.0.11) (2023-02-22) + + +### Bug Fixes + +* **sandpack-client:** move console-feed to dev deps ([#747](https://github.com/codesandbox/sandpack/issues/747)) ([bdd1bb7](https://github.com/codesandbox/sandpack/commit/bdd1bb7925f2511aaea594593e3f7f3b7b9c3613)) + + + + + ## [2.0.10](https://github.com/codesandbox/sandpack/compare/v2.0.9...v2.0.10) (2023-02-21) diff --git a/lerna.json b/lerna.json index 72dfb53d4..6db883bfa 100644 --- a/lerna.json +++ b/lerna.json @@ -21,5 +21,5 @@ "message": "chore: [skip ci] bump packages" } }, - "version": "2.0.10" + "version": "2.0.11" } diff --git a/sandpack-client/CHANGELOG.md b/sandpack-client/CHANGELOG.md index 25d8d2ca2..72ed1c781 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.0.11](https://github.com/codesandbox/sandpack/compare/v2.0.10...v2.0.11) (2023-02-22) + + +### Bug Fixes + +* **sandpack-client:** move console-feed to dev deps ([#747](https://github.com/codesandbox/sandpack/issues/747)) ([bdd1bb7](https://github.com/codesandbox/sandpack/commit/bdd1bb7925f2511aaea594593e3f7f3b7b9c3613)) + + + + + ## [2.0.10](https://github.com/codesandbox/sandpack/compare/v2.0.9...v2.0.10) (2023-02-21) diff --git a/sandpack-client/package.json b/sandpack-client/package.json index e3d663aef..e82c8912e 100644 --- a/sandpack-client/package.json +++ b/sandpack-client/package.json @@ -1,6 +1,6 @@ { "name": "@codesandbox/sandpack-client", - "version": "2.0.10", + "version": "2.0.11", "description": "", "keywords": [], "repository": { diff --git a/sandpack-react/CHANGELOG.md b/sandpack-react/CHANGELOG.md index 0bc5f469f..4f3e2fa4b 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.0.11](https://github.com/codesandbox/sandpack/compare/v2.0.10...v2.0.11) (2023-02-22) + +**Note:** Version bump only for package @codesandbox/sandpack-react + + + + + ## [2.0.10](https://github.com/codesandbox/sandpack/compare/v2.0.9...v2.0.10) (2023-02-21) **Note:** Version bump only for package @codesandbox/sandpack-react diff --git a/sandpack-react/package.json b/sandpack-react/package.json index b3902920c..752ab5fd1 100644 --- a/sandpack-react/package.json +++ b/sandpack-react/package.json @@ -1,6 +1,6 @@ { "name": "@codesandbox/sandpack-react", - "version": "2.0.10", + "version": "2.0.11", "description": "", "keywords": [], "repository": { @@ -44,7 +44,7 @@ "@codemirror/language": "^6.3.2", "@codemirror/state": "^6.2.0", "@codemirror/view": "^6.7.1", - "@codesandbox/sandpack-client": "^2.0.10", + "@codesandbox/sandpack-client": "^2.0.11", "@lezer/highlight": "^1.1.3", "@react-hook/intersection-observer": "^3.1.1", "@stitches/core": "^1.2.6", diff --git a/website/codesandbox-theme-docs/CHANGELOG.md b/website/codesandbox-theme-docs/CHANGELOG.md index 85312385a..400bf39c2 100644 --- a/website/codesandbox-theme-docs/CHANGELOG.md +++ b/website/codesandbox-theme-docs/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.0.11](https://github.com/shuding/nextra/compare/v2.0.10...v2.0.11) (2023-02-22) + +**Note:** Version bump only for package codesandbox-theme-docs + + + + + ## [2.0.10](https://github.com/shuding/nextra/compare/v2.0.9...v2.0.10) (2023-02-21) **Note:** Version bump only for package codesandbox-theme-docs diff --git a/website/codesandbox-theme-docs/package.json b/website/codesandbox-theme-docs/package.json index 02e13b276..b296b1e47 100644 --- a/website/codesandbox-theme-docs/package.json +++ b/website/codesandbox-theme-docs/package.json @@ -1,6 +1,6 @@ { "name": "codesandbox-theme-docs", - "version": "2.0.10", + "version": "2.0.11", "description": "A Nextra theme for documentation sites.", "repository": "https://github.com/shuding/nextra", "author": "Shu Ding ", @@ -44,7 +44,7 @@ }, "dependencies": { "@codemirror/legacy-modes": "^6.3.1", - "@codesandbox/sandpack-react": "^2.0.10", + "@codesandbox/sandpack-react": "^2.0.11", "@codesandbox/sandpack-themes": "^2.0.1", "@headlessui/react": "^1.6.6", "@mdx-js/react": "^2.1.2",