From 00d7b570ad66cc66021f0841b5ff15c3142c7c3a Mon Sep 17 00:00:00 2001 From: danilowoz Date: Mon, 12 Dec 2022 13:40:46 +0000 Subject: [PATCH] chore: [skip ci] bump packages --- CHANGELOG.md | 16 ++++++++++++++++ lerna.json | 2 +- sandpack-client/CHANGELOG.md | 11 +++++++++++ sandpack-client/package.json | 2 +- sandpack-react/CHANGELOG.md | 16 ++++++++++++++++ sandpack-react/package.json | 4 ++-- 6 files changed, 47 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f9258b7a..5b2bc4e82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.18.0](https://github.com/codesandbox/sandpack/compare/v1.17.2...v1.18.0) (2022-12-12) + + +### Bug Fixes + +* **sandpack-react:** make entry field optional, as bundler relies on package.json ([#660](https://github.com/codesandbox/sandpack/issues/660)) ([3d12b6e](https://github.com/codesandbox/sandpack/commit/3d12b6e862ed0e5a87c7fc88d25cc929f99c1f13)) + + +### Features + +* add vue-ts vue3-ts template ([#650](https://github.com/codesandbox/sandpack/issues/650)) ([035d1b9](https://github.com/codesandbox/sandpack/commit/035d1b9dc1962f0c2d2fb22a31f4ab6d3637fb88)) + + + + + ## [1.17.2](https://github.com/codesandbox/sandpack/compare/v1.17.1...v1.17.2) (2022-12-06) diff --git a/lerna.json b/lerna.json index 84a32df98..c81815e0d 100644 --- a/lerna.json +++ b/lerna.json @@ -21,5 +21,5 @@ "message": "chore: [skip ci] bump packages" } }, - "version": "1.17.2" + "version": "1.18.0" } diff --git a/sandpack-client/CHANGELOG.md b/sandpack-client/CHANGELOG.md index 542777dde..e4d831e85 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. +# [1.18.0](https://github.com/codesandbox/sandpack/compare/v1.17.2...v1.18.0) (2022-12-12) + + +### Bug Fixes + +* **sandpack-react:** make entry field optional, as bundler relies on package.json ([#660](https://github.com/codesandbox/sandpack/issues/660)) ([3d12b6e](https://github.com/codesandbox/sandpack/commit/3d12b6e862ed0e5a87c7fc88d25cc929f99c1f13)) + + + + + ## [1.17.1](https://github.com/codesandbox/sandpack/compare/v1.17.0...v1.17.1) (2022-11-30) diff --git a/sandpack-client/package.json b/sandpack-client/package.json index 002a81d71..7f2bd87dd 100644 --- a/sandpack-client/package.json +++ b/sandpack-client/package.json @@ -1,6 +1,6 @@ { "name": "@codesandbox/sandpack-client", - "version": "1.17.1", + "version": "1.18.0", "description": "", "keywords": [], "repository": { diff --git a/sandpack-react/CHANGELOG.md b/sandpack-react/CHANGELOG.md index cd56e5800..d4261509c 100644 --- a/sandpack-react/CHANGELOG.md +++ b/sandpack-react/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.18.0](https://github.com/codesandbox/sandpack/compare/v1.17.2...v1.18.0) (2022-12-12) + + +### Bug Fixes + +* **sandpack-react:** make entry field optional, as bundler relies on package.json ([#660](https://github.com/codesandbox/sandpack/issues/660)) ([3d12b6e](https://github.com/codesandbox/sandpack/commit/3d12b6e862ed0e5a87c7fc88d25cc929f99c1f13)) + + +### Features + +* add vue-ts vue3-ts template ([#650](https://github.com/codesandbox/sandpack/issues/650)) ([035d1b9](https://github.com/codesandbox/sandpack/commit/035d1b9dc1962f0c2d2fb22a31f4ab6d3637fb88)) + + + + + ## [1.17.2](https://github.com/codesandbox/sandpack/compare/v1.17.1...v1.17.2) (2022-12-06) diff --git a/sandpack-react/package.json b/sandpack-react/package.json index 264a79bf7..435c15e32 100644 --- a/sandpack-react/package.json +++ b/sandpack-react/package.json @@ -1,6 +1,6 @@ { "name": "@codesandbox/sandpack-react", - "version": "1.17.2", + "version": "1.18.0", "description": "", "keywords": [], "repository": { @@ -50,7 +50,7 @@ "@codemirror/matchbrackets": "^0.19.3", "@codemirror/state": "^0.19.6", "@codemirror/view": "^0.19.32", - "@codesandbox/sandpack-client": "^1.17.1", + "@codesandbox/sandpack-client": "^1.18.0", "@react-hook/intersection-observer": "^3.1.1", "@stitches/core": "^1.2.6", "clean-set": "^1.1.2",