From e3bd9e749bb0ce46c23bcfa1d3161be841505043 Mon Sep 17 00:00:00 2001 From: "codesandbot[bot]" Date: Wed, 11 Sep 2024 13:41:41 +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 654361ff..072c0086 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.19.7](https://github.com/codesandbox/sandpack/compare/v2.19.6...v2.19.7) (2024-09-11) + +### Bug Fixes + +- **client:** postcss transpile to angular template ([#1201](https://github.com/codesandbox/sandpack/issues/1201)) ([0b57de6](https://github.com/codesandbox/sandpack/commit/0b57de653d3bea38917c2665aae3942c87a212ff)) + ## [2.19.6](https://github.com/codesandbox/sandpack/compare/v2.19.5...v2.19.6) (2024-09-11) ### Bug Fixes diff --git a/lerna.json b/lerna.json index bcc637ed..ef66caa3 100644 --- a/lerna.json +++ b/lerna.json @@ -17,5 +17,5 @@ "message": "chore: [skip ci] bump packages" } }, - "version": "2.19.6" + "version": "2.19.7" } diff --git a/sandpack-client/CHANGELOG.md b/sandpack-client/CHANGELOG.md index a5543952..73cd09a0 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.19.7](https://github.com/codesandbox/sandpack/compare/v2.19.6...v2.19.7) (2024-09-11) + +### Bug Fixes + +- **client:** postcss transpile to angular template ([#1201](https://github.com/codesandbox/sandpack/issues/1201)) ([0b57de6](https://github.com/codesandbox/sandpack/commit/0b57de653d3bea38917c2665aae3942c87a212ff)) + ## [2.19.4](https://github.com/codesandbox/sandpack/compare/v2.19.3...v2.19.4) (2024-09-10) ### Bug Fixes diff --git a/sandpack-client/package.json b/sandpack-client/package.json index a54afa89..bd221292 100644 --- a/sandpack-client/package.json +++ b/sandpack-client/package.json @@ -1,6 +1,6 @@ { "name": "@codesandbox/sandpack-client", - "version": "2.19.4", + "version": "2.19.7", "description": "", "keywords": [], "repository": { diff --git a/sandpack-react/CHANGELOG.md b/sandpack-react/CHANGELOG.md index e37f850f..6bef4b85 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.19.7](https://github.com/codesandbox/sandpack/compare/v2.19.6...v2.19.7) (2024-09-11) + +**Note:** Version bump only for package @codesandbox/sandpack-react + ## [2.19.6](https://github.com/codesandbox/sandpack/compare/v2.19.5...v2.19.6) (2024-09-11) ### Bug Fixes diff --git a/sandpack-react/package.json b/sandpack-react/package.json index b9352190..50abde0d 100644 --- a/sandpack-react/package.json +++ b/sandpack-react/package.json @@ -1,6 +1,6 @@ { "name": "@codesandbox/sandpack-react", - "version": "2.19.6", + "version": "2.19.7", "description": "", "keywords": [], "repository": { @@ -58,7 +58,7 @@ "@codemirror/language": "^6.3.2", "@codemirror/state": "^6.2.0", "@codemirror/view": "^6.7.1", - "@codesandbox/sandpack-client": "^2.19.4", + "@codesandbox/sandpack-client": "^2.19.7", "@lezer/highlight": "^1.1.3", "@react-hook/intersection-observer": "^3.1.1", "@stitches/core": "^1.2.6",