Skip to content

Commit 979d61c

Browse files
committed
chore: [skip ci] bump packages
1 parent 987814f commit 979d61c

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.19](https://github.com/codesandbox/sandpack/compare/v2.0.18...v2.0.19) (2023-02-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **use-files:** watch prop keys changes ([#776](https://github.com/codesandbox/sandpack/issues/776)) ([987814f](https://github.com/codesandbox/sandpack/commit/987814f9ec0f7e455a645e69c1b51bda6aec7521))
12+
13+
14+
15+
16+
617
## [2.0.18](https://github.com/codesandbox/sandpack/compare/v2.0.17...v2.0.18) (2023-02-28)
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.18"
24+
"version": "2.0.19"
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.19](https://github.com/codesandbox/sandpack/compare/v2.0.18...v2.0.19) (2023-02-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **use-files:** watch prop keys changes ([#776](https://github.com/codesandbox/sandpack/issues/776)) ([987814f](https://github.com/codesandbox/sandpack/commit/987814f9ec0f7e455a645e69c1b51bda6aec7521))
12+
13+
14+
15+
16+
617
## [2.0.18](https://github.com/codesandbox/sandpack/compare/v2.0.17...v2.0.18) (2023-02-28)
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.18",
3+
"version": "2.0.19",
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.19](https://github.com/shuding/nextra/compare/v2.0.18...v2.0.19) (2023-02-28)
7+
8+
**Note:** Version bump only for package codesandbox-theme-docs
9+
10+
11+
12+
13+
614
## [2.0.18](https://github.com/shuding/nextra/compare/v2.0.17...v2.0.18) (2023-02-28)
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.18",
3+
"version": "2.0.19",
44
"description": "A Nextra theme for documentation sites.",
55
"repository": "https://github.com/shuding/nextra",
66
"author": "Shu Ding <g@shud.in>",
@@ -44,7 +44,7 @@
4444
},
4545
"dependencies": {
4646
"@codemirror/legacy-modes": "^6.3.1",
47-
"@codesandbox/sandpack-react": "^2.0.18",
47+
"@codesandbox/sandpack-react": "^2.0.19",
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)