From b6696cfc4c4143782a6ca2a33040bf8178a19e54 Mon Sep 17 00:00:00 2001 From: "codesandbot[bot]" Date: Thu, 21 Nov 2024 12:04:28 +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 1518c1f3..d7c05c57 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.10](https://github.com/codesandbox/sandpack/compare/v2.19.9...v2.19.10) (2024-11-21) + +### Bug Fixes + +- replace eval with globalThis to comply with CSP policies ([#1232](https://github.com/codesandbox/sandpack/issues/1232)) ([515488d](https://github.com/codesandbox/sandpack/commit/515488da9dcbf4cf062527347b46adc7d7dba08f)) + ## [2.19.9](https://github.com/codesandbox/sandpack/compare/v2.19.8...v2.19.9) (2024-09-23) ### Bug Fixes diff --git a/lerna.json b/lerna.json index f47d3a43..f70d2211 100644 --- a/lerna.json +++ b/lerna.json @@ -17,5 +17,5 @@ "message": "chore: [skip ci] bump packages" } }, - "version": "2.19.9" + "version": "2.19.10" } diff --git a/sandpack-react/CHANGELOG.md b/sandpack-react/CHANGELOG.md index 6dda48cd..d6d95db8 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.10](https://github.com/codesandbox/sandpack/compare/v2.19.9...v2.19.10) (2024-11-21) + +### Bug Fixes + +- replace eval with globalThis to comply with CSP policies ([#1232](https://github.com/codesandbox/sandpack/issues/1232)) ([515488d](https://github.com/codesandbox/sandpack/commit/515488da9dcbf4cf062527347b46adc7d7dba08f)) + ## [2.19.9](https://github.com/codesandbox/sandpack/compare/v2.19.8...v2.19.9) (2024-09-23) ### Bug Fixes diff --git a/sandpack-react/package.json b/sandpack-react/package.json index 74b513ce..02cf9849 100644 --- a/sandpack-react/package.json +++ b/sandpack-react/package.json @@ -1,6 +1,6 @@ { "name": "@codesandbox/sandpack-react", - "version": "2.19.9", + "version": "2.19.10", "description": "", "keywords": [], "repository": {