Skip to content

Commit 721ad28

Browse files
committed
chore: [skip ci] bump packages
1 parent 818d1b0 commit 721ad28

File tree

6 files changed

+34
-4
lines changed

6 files changed

+34
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.16](https://github.com/codesandbox/sandpack/compare/v2.0.15...v2.0.16) (2023-02-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **sandpack-react:** use automatic runtime for jsx ([#738](https://github.com/codesandbox/sandpack/issues/738)) ([818d1b0](https://github.com/codesandbox/sandpack/commit/818d1b03e61a89119560f26e17e5ae6e9c9a3878))
12+
13+
14+
15+
16+
617
## [2.0.15](https://github.com/codesandbox/sandpack/compare/v2.0.14...v2.0.15) (2023-02-22)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
"message": "chore: [skip ci] bump packages"
2222
}
2323
},
24-
"version": "2.0.15"
24+
"version": "2.0.16"
2525
}

sandpack-react/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.16](https://github.com/codesandbox/sandpack/compare/v2.0.15...v2.0.16) (2023-02-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **sandpack-react:** use automatic runtime for jsx ([#738](https://github.com/codesandbox/sandpack/issues/738)) ([818d1b0](https://github.com/codesandbox/sandpack/commit/818d1b03e61a89119560f26e17e5ae6e9c9a3878))
12+
13+
14+
15+
16+
617
## [2.0.15](https://github.com/codesandbox/sandpack/compare/v2.0.14...v2.0.15) (2023-02-22)
718

819

sandpack-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codesandbox/sandpack-react",
3-
"version": "2.0.15",
3+
"version": "2.0.16",
44
"description": "",
55
"keywords": [],
66
"repository": {

website/codesandbox-theme-docs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.16](https://github.com/shuding/nextra/compare/v2.0.15...v2.0.16) (2023-02-23)
7+
8+
**Note:** Version bump only for package codesandbox-theme-docs
9+
10+
11+
12+
13+
614
## [2.0.15](https://github.com/shuding/nextra/compare/v2.0.14...v2.0.15) (2023-02-22)
715

816
**Note:** Version bump only for package codesandbox-theme-docs

website/codesandbox-theme-docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codesandbox-theme-docs",
3-
"version": "2.0.15",
3+
"version": "2.0.16",
44
"description": "A Nextra theme for documentation sites.",
55
"repository": "https://github.com/shuding/nextra",
66
"author": "Shu Ding <[email protected]>",
@@ -44,7 +44,7 @@
4444
},
4545
"dependencies": {
4646
"@codemirror/legacy-modes": "^6.3.1",
47-
"@codesandbox/sandpack-react": "^2.0.15",
47+
"@codesandbox/sandpack-react": "^2.0.16",
4848
"@codesandbox/sandpack-themes": "^2.0.1",
4949
"@headlessui/react": "^1.6.6",
5050
"@mdx-js/react": "^2.1.2",

0 commit comments

Comments
 (0)