Skip to content

Commit

Permalink
chore: [skip ci] bump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
codesandbot[bot] committed Feb 12, 2024
1 parent 3fcd51d commit b63b1d1
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.12.1](https://github.com/codesandbox/sandpack/compare/v2.12.0...v2.12.1) (2024-02-12)

### Bug Fixes

- Theme state logic to account for non-prefers-color-scheme usage ([#1082](https://github.com/codesandbox/sandpack/issues/1082)) ([3fcd51d](https://github.com/codesandbox/sandpack/commit/3fcd51d1f1cae45030d1903a419fae3f7af0367d))

### Features

- Private NPM guidance update ([#1079](https://github.com/codesandbox/sandpack/issues/1079)) ([40ad726](https://github.com/codesandbox/sandpack/commit/40ad726a2016e2156b0030444ae9a91b749fdc42))

# [2.12.0](https://github.com/codesandbox/sandpack/compare/v2.11.3...v2.12.0) (2024-02-05)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"message": "chore: [skip ci] bump packages"
}
},
"version": "2.12.0"
"version": "2.12.1"
}
6 changes: 6 additions & 0 deletions sandpack-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.1](https://github.com/codesandbox/sandpack/compare/v2.12.0...v2.12.1) (2024-02-12)

### Bug Fixes

- Theme state logic to account for non-prefers-color-scheme usage ([#1082](https://github.com/codesandbox/sandpack/issues/1082)) ([3fcd51d](https://github.com/codesandbox/sandpack/commit/3fcd51d1f1cae45030d1903a419fae3f7af0367d))

# [2.12.0](https://github.com/codesandbox/sandpack/compare/v2.11.3...v2.12.0) (2024-02-05)

### Features
Expand Down
2 changes: 1 addition & 1 deletion sandpack-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codesandbox/sandpack-react",
"version": "2.12.0",
"version": "2.12.1",
"description": "",
"keywords": [],
"repository": {
Expand Down

0 comments on commit b63b1d1

Please sign in to comment.