From c0d47f54426f59144e9af3f952893068ac963cc1 Mon Sep 17 00:00:00 2001 From: "codesandbot[bot]" Date: Thu, 5 Sep 2024 14:07:09 +0000 Subject: [PATCH] chore: [skip ci] bump packages --- CHANGELOG.md | 6 ++++++ lerna.json | 2 +- sandpack-react/CHANGELOG.md | 6 ++++++ sandpack-react/package.json | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 221ea412..7a431d8c 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.3](https://github.com/codesandbox/sandpack/compare/v2.19.2...v2.19.3) (2024-09-05) + +### Bug Fixes + +- **client:** remove non-letter chart from random id ([#1193](https://github.com/codesandbox/sandpack/issues/1193)) ([c7d4113](https://github.com/codesandbox/sandpack/commit/c7d4113ba4704fe4d1a5c25c3735bbadd77d980b)) + ## [2.19.2](https://github.com/codesandbox/sandpack/compare/v2.19.1...v2.19.2) (2024-09-04) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 967637c9..6b440491 100644 --- a/lerna.json +++ b/lerna.json @@ -17,5 +17,5 @@ "message": "chore: [skip ci] bump packages" } }, - "version": "2.19.2" + "version": "2.19.3" } diff --git a/sandpack-react/CHANGELOG.md b/sandpack-react/CHANGELOG.md index 83de232c..fcb247f9 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.19.3](https://github.com/codesandbox/sandpack/compare/v2.19.2...v2.19.3) (2024-09-05) + +### Bug Fixes + +- **client:** remove non-letter chart from random id ([#1193](https://github.com/codesandbox/sandpack/issues/1193)) ([c7d4113](https://github.com/codesandbox/sandpack/commit/c7d4113ba4704fe4d1a5c25c3735bbadd77d980b)) + ## [2.19.2](https://github.com/codesandbox/sandpack/compare/v2.19.1...v2.19.2) (2024-09-04) ### Bug Fixes diff --git a/sandpack-react/package.json b/sandpack-react/package.json index 2c7eac64..b75423c9 100644 --- a/sandpack-react/package.json +++ b/sandpack-react/package.json @@ -1,6 +1,6 @@ { "name": "@codesandbox/sandpack-react", - "version": "2.19.2", + "version": "2.19.3", "description": "", "keywords": [], "repository": {