Skip to content

Commit

Permalink
chore: [skip ci] bump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
danilowoz committed Sep 13, 2023
1 parent c457a53 commit a9a8d98
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.7.1](https://github.com/codesandbox/sandpack/compare/v2.7.0...v2.7.1) (2023-09-13)


### Bug Fixes

* **node:** fix issue with undefined startRoute in iframePreviewUrl ([#1002](https://github.com/codesandbox/sandpack/issues/1002)) ([c457a53](https://github.com/codesandbox/sandpack/commit/c457a5330d4c0eb9bf4bf35ab4af7c9171a5680e))





# [2.7.0](https://github.com/codesandbox/sandpack/compare/v2.6.9...v2.7.0) (2023-09-11)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"message": "chore: [skip ci] bump packages"
}
},
"version": "2.7.0"
"version": "2.7.1"
}
11 changes: 11 additions & 0 deletions sandpack-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.7.1](https://github.com/codesandbox/sandpack/compare/v2.7.0...v2.7.1) (2023-09-13)


### Bug Fixes

* **node:** fix issue with undefined startRoute in iframePreviewUrl ([#1002](https://github.com/codesandbox/sandpack/issues/1002)) ([c457a53](https://github.com/codesandbox/sandpack/commit/c457a5330d4c0eb9bf4bf35ab4af7c9171a5680e))





# [2.7.0](https://github.com/codesandbox/sandpack/compare/v2.6.9...v2.7.0) (2023-09-11)


Expand Down
2 changes: 1 addition & 1 deletion sandpack-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codesandbox/sandpack-client",
"version": "2.7.0",
"version": "2.7.1",
"description": "",
"keywords": [],
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions sandpack-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.7.1](https://github.com/codesandbox/sandpack/compare/v2.7.0...v2.7.1) (2023-09-13)

**Note:** Version bump only for package @codesandbox/sandpack-react





# [2.7.0](https://github.com/codesandbox/sandpack/compare/v2.6.9...v2.7.0) (2023-09-11)


Expand Down
4 changes: 2 additions & 2 deletions sandpack-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codesandbox/sandpack-react",
"version": "2.7.0",
"version": "2.7.1",
"description": "",
"keywords": [],
"repository": {
Expand Down Expand Up @@ -59,7 +59,7 @@
"@codemirror/language": "^6.3.2",
"@codemirror/state": "^6.2.0",
"@codemirror/view": "^6.7.1",
"@codesandbox/sandpack-client": "^2.7.0",
"@codesandbox/sandpack-client": "^2.7.1",
"@lezer/highlight": "^1.1.3",
"@react-hook/intersection-observer": "^3.1.1",
"@stitches/core": "^1.2.6",
Expand Down

1 comment on commit a9a8d98

@vercel
Copy link

@vercel vercel bot commented on a9a8d98 Sep 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.