Skip to content

Commit 127959f

Browse files
committed
chore: [skip ci] bump packages
1 parent a7334ad commit 127959f

File tree

6 files changed

+37
-4
lines changed

6 files changed

+37
-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.6.2](https://github.com/codesandbox/sandpack/compare/v2.6.1...v2.6.2) (2023-05-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **useClient:** track all clients and update clients on runSandpack ([#923](https://github.com/codesandbox/sandpack/issues/923)) ([a7334ad](https://github.com/codesandbox/sandpack/commit/a7334adfb712abd2342c3fa949f72f201c7ba2c4))
12+
13+
14+
15+
16+
617
## [2.6.1](https://github.com/codesandbox/sandpack/compare/v2.6.0...v2.6.1) (2023-04-17)
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.6.1"
24+
"version": "2.6.2"
2525
}

sandpack-client/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.6.2](https://github.com/codesandbox/sandpack/compare/v2.6.1...v2.6.2) (2023-05-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **useClient:** track all clients and update clients on runSandpack ([#923](https://github.com/codesandbox/sandpack/issues/923)) ([a7334ad](https://github.com/codesandbox/sandpack/commit/a7334adfb712abd2342c3fa949f72f201c7ba2c4))
12+
13+
14+
15+
16+
617
# [2.6.0](https://github.com/codesandbox/sandpack/compare/v2.5.0...v2.6.0) (2023-04-11)
718

819

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.6.0",
3+
"version": "2.6.2",
44
"description": "",
55
"keywords": [],
66
"repository": {

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.6.2](https://github.com/codesandbox/sandpack/compare/v2.6.1...v2.6.2) (2023-05-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **useClient:** track all clients and update clients on runSandpack ([#923](https://github.com/codesandbox/sandpack/issues/923)) ([a7334ad](https://github.com/codesandbox/sandpack/commit/a7334adfb712abd2342c3fa949f72f201c7ba2c4))
12+
13+
14+
15+
16+
617
## [2.6.1](https://github.com/codesandbox/sandpack/compare/v2.6.0...v2.6.1) (2023-04-17)
718

819

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.6.1",
3+
"version": "2.6.2",
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.6.0",
62+
"@codesandbox/sandpack-client": "^2.6.2",
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)