From 292a63ce750f7b6bc6ddc6bb9b7ed4d7467d617f Mon Sep 17 00:00:00 2001 From: "codesandbot[bot]" Date: Tue, 10 Sep 2024 10:15:18 +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 d095b01f..b85c2c8d 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.5](https://github.com/codesandbox/sandpack/compare/v2.19.4...v2.19.5) (2024-09-10) + +### Bug Fixes + +- **sw:** support fixed id value ([#1197](https://github.com/codesandbox/sandpack/issues/1197)) ([1fb5a56](https://github.com/codesandbox/sandpack/commit/1fb5a56ec1359c09e2e6671a9885368c52f460af)) + ## [2.19.4](https://github.com/codesandbox/sandpack/compare/v2.19.3...v2.19.4) (2024-09-10) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 9a4098b9..d0e868c2 100644 --- a/lerna.json +++ b/lerna.json @@ -17,5 +17,5 @@ "message": "chore: [skip ci] bump packages" } }, - "version": "2.19.4" + "version": "2.19.5" } diff --git a/sandpack-react/CHANGELOG.md b/sandpack-react/CHANGELOG.md index e370d7ec..51ef4d45 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.5](https://github.com/codesandbox/sandpack/compare/v2.19.4...v2.19.5) (2024-09-10) + +### Bug Fixes + +- **sw:** support fixed id value ([#1197](https://github.com/codesandbox/sandpack/issues/1197)) ([1fb5a56](https://github.com/codesandbox/sandpack/commit/1fb5a56ec1359c09e2e6671a9885368c52f460af)) + ## [2.19.4](https://github.com/codesandbox/sandpack/compare/v2.19.3...v2.19.4) (2024-09-10) ### Bug Fixes diff --git a/sandpack-react/package.json b/sandpack-react/package.json index c8ed4acf..b4f73d85 100644 --- a/sandpack-react/package.json +++ b/sandpack-react/package.json @@ -1,6 +1,6 @@ { "name": "@codesandbox/sandpack-react", - "version": "2.19.4", + "version": "2.19.5", "description": "", "keywords": [], "repository": {