Skip to content

Commit 8f50bb1

Browse files
committed
chore: [skip ci] bump packages
1 parent 273dc73 commit 8f50bb1

File tree

4 files changed

+25
-2
lines changed

4 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
## [1.20.5](https://github.com/codesandbox/sandpack/compare/v1.20.4...v1.20.5) (2023-01-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **docs:** resizable panels documentation ([#690](https://github.com/codesandbox/sandpack/issues/690)) ([a480138](https://github.com/codesandbox/sandpack/commit/a48013867d6f64c0625a74bafa25093a6d0ddc64))
12+
* **sandpack preset:** don't pass invalid props to React.Fragment ([#691](https://github.com/codesandbox/sandpack/issues/691)) ([273dc73](https://github.com/codesandbox/sandpack/commit/273dc73a28685f0727dde6baecd6780a5d90d353))
13+
14+
15+
16+
17+
618
## [1.20.4](https://github.com/codesandbox/sandpack/compare/v1.20.3...v1.20.4) (2023-01-18)
719

820

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": "1.20.4"
24+
"version": "1.20.5"
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+
## [1.20.5](https://github.com/codesandbox/sandpack/compare/v1.20.4...v1.20.5) (2023-01-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **sandpack preset:** don't pass invalid props to React.Fragment ([#691](https://github.com/codesandbox/sandpack/issues/691)) ([273dc73](https://github.com/codesandbox/sandpack/commit/273dc73a28685f0727dde6baecd6780a5d90d353))
12+
13+
14+
15+
16+
617
## [1.20.4](https://github.com/codesandbox/sandpack/compare/v1.20.3...v1.20.4) (2023-01-18)
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": "1.20.4",
3+
"version": "1.20.5",
44
"description": "",
55
"keywords": [],
66
"repository": {

0 commit comments

Comments
 (0)