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 Dec 12, 2022
1 parent 3d12b6e commit 00d7b57
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.18.0](https://github.com/codesandbox/sandpack/compare/v1.17.2...v1.18.0) (2022-12-12)


### Bug Fixes

* **sandpack-react:** make entry field optional, as bundler relies on package.json ([#660](https://github.com/codesandbox/sandpack/issues/660)) ([3d12b6e](https://github.com/codesandbox/sandpack/commit/3d12b6e862ed0e5a87c7fc88d25cc929f99c1f13))


### Features

* add vue-ts vue3-ts template ([#650](https://github.com/codesandbox/sandpack/issues/650)) ([035d1b9](https://github.com/codesandbox/sandpack/commit/035d1b9dc1962f0c2d2fb22a31f4ab6d3637fb88))





## [1.17.2](https://github.com/codesandbox/sandpack/compare/v1.17.1...v1.17.2) (2022-12-06)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
"message": "chore: [skip ci] bump packages"
}
},
"version": "1.17.2"
"version": "1.18.0"
}
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.

# [1.18.0](https://github.com/codesandbox/sandpack/compare/v1.17.2...v1.18.0) (2022-12-12)


### Bug Fixes

* **sandpack-react:** make entry field optional, as bundler relies on package.json ([#660](https://github.com/codesandbox/sandpack/issues/660)) ([3d12b6e](https://github.com/codesandbox/sandpack/commit/3d12b6e862ed0e5a87c7fc88d25cc929f99c1f13))





## [1.17.1](https://github.com/codesandbox/sandpack/compare/v1.17.0...v1.17.1) (2022-11-30)


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": "1.17.1",
"version": "1.18.0",
"description": "",
"keywords": [],
"repository": {
Expand Down
16 changes: 16 additions & 0 deletions sandpack-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.18.0](https://github.com/codesandbox/sandpack/compare/v1.17.2...v1.18.0) (2022-12-12)


### Bug Fixes

* **sandpack-react:** make entry field optional, as bundler relies on package.json ([#660](https://github.com/codesandbox/sandpack/issues/660)) ([3d12b6e](https://github.com/codesandbox/sandpack/commit/3d12b6e862ed0e5a87c7fc88d25cc929f99c1f13))


### Features

* add vue-ts vue3-ts template ([#650](https://github.com/codesandbox/sandpack/issues/650)) ([035d1b9](https://github.com/codesandbox/sandpack/commit/035d1b9dc1962f0c2d2fb22a31f4ab6d3637fb88))





## [1.17.2](https://github.com/codesandbox/sandpack/compare/v1.17.1...v1.17.2) (2022-12-06)


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": "1.17.2",
"version": "1.18.0",
"description": "",
"keywords": [],
"repository": {
Expand Down Expand Up @@ -50,7 +50,7 @@
"@codemirror/matchbrackets": "^0.19.3",
"@codemirror/state": "^0.19.6",
"@codemirror/view": "^0.19.32",
"@codesandbox/sandpack-client": "^1.17.1",
"@codesandbox/sandpack-client": "^1.18.0",
"@react-hook/intersection-observer": "^3.1.1",
"@stitches/core": "^1.2.6",
"clean-set": "^1.1.2",
Expand Down

0 comments on commit 00d7b57

Please sign in to comment.