diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bd619f13..e17fbe946 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.11.0](https://github.com/codesandbox/sandpack/compare/v2.10.0...v2.11.0) (2024-01-03) + +### Bug Fixes + +- Update git user configuration ([#1051](https://github.com/codesandbox/sandpack/issues/1051)) ([7144ed4](https://github.com/codesandbox/sandpack/commit/7144ed46370c6f0b6740c4fb2be0e2a0a3781c0b)) +- Update git user settings ([#1052](https://github.com/codesandbox/sandpack/issues/1052)) ([cc88156](https://github.com/codesandbox/sandpack/commit/cc8815624a9505747ee66a8aa2c0dc46eae8f4ee)) + +### Features + +- Added showResetButton prop ([#1044](https://github.com/codesandbox/sandpack/issues/1044)) ([d7c2679](https://github.com/codesandbox/sandpack/commit/d7c2679fbc61dee6d486cb6d4ec33a77a8f30589)) +- improve system color scheme support and documentation ([#1050](https://github.com/codesandbox/sandpack/issues/1050)) ([23d513c](https://github.com/codesandbox/sandpack/commit/23d513cf9f81e240053768084178ce2e850711b3)) + # [2.10.0](https://github.com/codesandbox/sandpack/compare/v2.9.0...v2.10.0) (2023-11-15) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 23cad2efb..ff5f114bf 100644 --- a/lerna.json +++ b/lerna.json @@ -17,5 +17,5 @@ "message": "chore: [skip ci] bump packages" } }, - "version": "2.10.0" + "version": "2.11.0" } diff --git a/sandpack-react/CHANGELOG.md b/sandpack-react/CHANGELOG.md index 35aebcc85..e13f2c46e 100644 --- a/sandpack-react/CHANGELOG.md +++ b/sandpack-react/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.11.0](https://github.com/codesandbox/sandpack/compare/v2.10.0...v2.11.0) (2024-01-03) + +### Features + +- Added showResetButton prop ([#1044](https://github.com/codesandbox/sandpack/issues/1044)) ([d7c2679](https://github.com/codesandbox/sandpack/commit/d7c2679fbc61dee6d486cb6d4ec33a77a8f30589)) +- improve system color scheme support and documentation ([#1050](https://github.com/codesandbox/sandpack/issues/1050)) ([23d513c](https://github.com/codesandbox/sandpack/commit/23d513cf9f81e240053768084178ce2e850711b3)) + # [2.10.0](https://github.com/codesandbox/sandpack/compare/v2.9.0...v2.10.0) (2023-11-15) ### Features diff --git a/sandpack-react/package.json b/sandpack-react/package.json index 9b90244d4..305a36e82 100644 --- a/sandpack-react/package.json +++ b/sandpack-react/package.json @@ -1,6 +1,6 @@ { "name": "@codesandbox/sandpack-react", - "version": "2.10.0", + "version": "2.11.0", "description": "", "keywords": [], "repository": {