From 44b05ecc5a2d322473f06e8eef8ad49afe3c2d20 Mon Sep 17 00:00:00 2001 From: Nick Randall Date: Mon, 20 Feb 2023 06:00:38 -0700 Subject: [PATCH 1/2] fix: Invalid esm package exports (#725) Fixes #724 --- sandpack-client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandpack-client/package.json b/sandpack-client/package.json index d1d405b75..bba7ba3ef 100644 --- a/sandpack-client/package.json +++ b/sandpack-client/package.json @@ -18,7 +18,7 @@ "require": "./dist/clients/node/index.js" }, ".": { - "import": "./dist", + "import": "./dist/index.mjs", "require": "./dist/index.js" } }, From e91679587c289d15083126df849855ec4870d742 Mon Sep 17 00:00:00 2001 From: DeMoorJasper Date: Mon, 20 Feb 2023 13:16:39 +0000 Subject: [PATCH 2/2] 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 30835571a..a7a2898ca 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.7](https://github.com/codesandbox/sandpack/compare/v2.0.6...v2.0.7) (2023-02-20) + + +### Bug Fixes + +* Invalid esm package exports ([#725](https://github.com/codesandbox/sandpack/issues/725)) ([44b05ec](https://github.com/codesandbox/sandpack/commit/44b05ecc5a2d322473f06e8eef8ad49afe3c2d20)), closes [#724](https://github.com/codesandbox/sandpack/issues/724) + + + + + ## [2.0.6](https://github.com/codesandbox/sandpack/compare/v2.0.5...v2.0.6) (2023-02-17) diff --git a/lerna.json b/lerna.json index de0182052..e4b7075b8 100644 --- a/lerna.json +++ b/lerna.json @@ -21,5 +21,5 @@ "message": "chore: [skip ci] bump packages" } }, - "version": "2.0.6" + "version": "2.0.7" } diff --git a/sandpack-client/CHANGELOG.md b/sandpack-client/CHANGELOG.md index 776300984..8dba843f2 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.7](https://github.com/codesandbox/sandpack/compare/v2.0.6...v2.0.7) (2023-02-20) + + +### Bug Fixes + +* Invalid esm package exports ([#725](https://github.com/codesandbox/sandpack/issues/725)) ([44b05ec](https://github.com/codesandbox/sandpack/commit/44b05ecc5a2d322473f06e8eef8ad49afe3c2d20)), closes [#724](https://github.com/codesandbox/sandpack/issues/724) + + + + + ## [2.0.1](https://github.com/codesandbox/sandpack/compare/v1.20.9...v2.0.1) (2023-02-16) **Note:** Version bump only for package @codesandbox/sandpack-client diff --git a/sandpack-client/package.json b/sandpack-client/package.json index bba7ba3ef..d6c503f5c 100644 --- a/sandpack-client/package.json +++ b/sandpack-client/package.json @@ -1,6 +1,6 @@ { "name": "@codesandbox/sandpack-client", - "version": "2.0.1", + "version": "2.0.7", "description": "", "keywords": [], "repository": { diff --git a/sandpack-react/CHANGELOG.md b/sandpack-react/CHANGELOG.md index 258679972..2c7e842d6 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.7](https://github.com/codesandbox/sandpack/compare/v2.0.6...v2.0.7) (2023-02-20) + +**Note:** Version bump only for package @codesandbox/sandpack-react + + + + + ## [2.0.6](https://github.com/codesandbox/sandpack/compare/v2.0.5...v2.0.6) (2023-02-17) diff --git a/sandpack-react/package.json b/sandpack-react/package.json index f3323e207..11a178e98 100644 --- a/sandpack-react/package.json +++ b/sandpack-react/package.json @@ -1,6 +1,6 @@ { "name": "@codesandbox/sandpack-react", - "version": "2.0.6", + "version": "2.0.7", "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.1", + "@codesandbox/sandpack-client": "^2.0.7", "@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 58295e136..474eb8963 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.7](https://github.com/shuding/nextra/compare/v2.0.6...v2.0.7) (2023-02-20) + +**Note:** Version bump only for package codesandbox-theme-docs + + + + + ## [2.0.6](https://github.com/shuding/nextra/compare/v2.0.5...v2.0.6) (2023-02-17) **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 e35c79b26..504ade79e 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.6", + "version": "2.0.7", "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.6", + "@codesandbox/sandpack-react": "^2.0.7", "@codesandbox/sandpack-themes": "^2.0.1", "@headlessui/react": "^1.6.6", "@mdx-js/react": "^2.1.2",