Skip to content

Commit 0ae65cc

Browse files
author
codesandbot[bot]
committed
chore: [skip ci] bump packages
1 parent 4563646 commit 0ae65cc

File tree

6 files changed

+22
-4
lines changed

6 files changed

+22
-4
lines changed

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.19.4](https://github.com/codesandbox/sandpack/compare/v2.19.3...v2.19.4) (2024-09-10)
7+
8+
### Bug Fixes
9+
10+
- **sw:** get transpiled files from bundler ([#1196](https://github.com/codesandbox/sandpack/issues/1196)) ([4563646](https://github.com/codesandbox/sandpack/commit/4563646a08d3b072dec14c0942af46f9755d2719))
11+
612
## [2.19.3](https://github.com/codesandbox/sandpack/compare/v2.19.2...v2.19.3) (2024-09-05)
713

814
### Bug Fixes

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.19.3"
20+
"version": "2.19.4"
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.19.4](https://github.com/codesandbox/sandpack/compare/v2.19.3...v2.19.4) (2024-09-10)
7+
8+
### Bug Fixes
9+
10+
- **sw:** get transpiled files from bundler ([#1196](https://github.com/codesandbox/sandpack/issues/1196)) ([4563646](https://github.com/codesandbox/sandpack/commit/4563646a08d3b072dec14c0942af46f9755d2719))
11+
612
# [2.19.0](https://github.com/codesandbox/sandpack/compare/v2.18.3...v2.19.0) (2024-08-22)
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.19.0",
3+
"version": "2.19.4",
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.19.4](https://github.com/codesandbox/sandpack/compare/v2.19.3...v2.19.4) (2024-09-10)
7+
8+
### Bug Fixes
9+
10+
- **sw:** get transpiled files from bundler ([#1196](https://github.com/codesandbox/sandpack/issues/1196)) ([4563646](https://github.com/codesandbox/sandpack/commit/4563646a08d3b072dec14c0942af46f9755d2719))
11+
612
## [2.19.3](https://github.com/codesandbox/sandpack/compare/v2.19.2...v2.19.3) (2024-09-05)
713

814
### Bug Fixes

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.19.3",
3+
"version": "2.19.4",
44
"description": "",
55
"keywords": [],
66
"repository": {
@@ -58,7 +58,7 @@
5858
"@codemirror/language": "^6.3.2",
5959
"@codemirror/state": "^6.2.0",
6060
"@codemirror/view": "^6.7.1",
61-
"@codesandbox/sandpack-client": "^2.19.0",
61+
"@codesandbox/sandpack-client": "^2.19.4",
6262
"@lezer/highlight": "^1.1.3",
6363
"@react-hook/intersection-observer": "^3.1.1",
6464
"@stitches/core": "^1.2.6",

0 commit comments

Comments
 (0)