Skip to content

Commit 19e617b

Browse files
author
codesandbot[bot]
committed
chore: [skip ci] bump packages
1 parent 2d92bea commit 19e617b

File tree

6 files changed

+23
-4
lines changed

6 files changed

+23
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.18.1](https://github.com/codesandbox/sandpack/compare/v2.18.0...v2.18.1) (2024-07-25)
7+
8+
### Bug Fixes
9+
10+
- **docs:** update sandpack version ([#1162](https://github.com/codesandbox/sandpack/issues/1162)) ([55cb609](https://github.com/codesandbox/sandpack/commit/55cb6092b7436351f9adcc18ea0f966a1e416c28))
11+
- **sw:** assign new channel port on reload ([#1166](https://github.com/codesandbox/sandpack/issues/1166)) ([2d92bea](https://github.com/codesandbox/sandpack/commit/2d92bea4a9754373027455494050110d91bd13fc))
12+
613
# [2.18.0](https://github.com/codesandbox/sandpack/compare/v2.17.1...v2.18.0) (2024-07-11)
714

815
### Features

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
"message": "chore: [skip ci] bump packages"
1818
}
1919
},
20-
"version": "2.18.0"
20+
"version": "2.18.1"
2121
}

sandpack-client/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.18.1](https://github.com/codesandbox/sandpack/compare/v2.18.0...v2.18.1) (2024-07-25)
7+
8+
### Bug Fixes
9+
10+
- **sw:** assign new channel port on reload ([#1166](https://github.com/codesandbox/sandpack/issues/1166)) ([2d92bea](https://github.com/codesandbox/sandpack/commit/2d92bea4a9754373027455494050110d91bd13fc))
11+
612
# [2.18.0](https://github.com/codesandbox/sandpack/compare/v2.17.1...v2.18.0) (2024-07-11)
713

814
### Features

sandpack-client/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-client",
3-
"version": "2.18.0",
3+
"version": "2.18.1",
44
"description": "",
55
"keywords": [],
66
"repository": {

sandpack-react/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.18.1](https://github.com/codesandbox/sandpack/compare/v2.18.0...v2.18.1) (2024-07-25)
7+
8+
### Bug Fixes
9+
10+
- **sw:** assign new channel port on reload ([#1166](https://github.com/codesandbox/sandpack/issues/1166)) ([2d92bea](https://github.com/codesandbox/sandpack/commit/2d92bea4a9754373027455494050110d91bd13fc))
11+
612
# [2.18.0](https://github.com/codesandbox/sandpack/compare/v2.17.1...v2.18.0) (2024-07-11)
713

814
### Features

sandpack-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codesandbox/sandpack-react",
3-
"version": "2.18.0",
3+
"version": "2.18.1",
44
"description": "",
55
"keywords": [],
66
"repository": {
@@ -59,7 +59,7 @@
5959
"@codemirror/language": "^6.3.2",
6060
"@codemirror/state": "^6.2.0",
6161
"@codemirror/view": "^6.7.1",
62-
"@codesandbox/sandpack-client": "^2.18.0",
62+
"@codesandbox/sandpack-client": "^2.18.1",
6363
"@lezer/highlight": "^1.1.3",
6464
"@react-hook/intersection-observer": "^3.1.1",
6565
"@stitches/core": "^1.2.6",

0 commit comments

Comments
 (0)