From 620b2e8d09e7ab6ff7472c5498e15105674f1f60 Mon Sep 17 00:00:00 2001 From: "codesandbot[bot]" Date: Tue, 9 Jul 2024 10:15:32 +0000 Subject: [PATCH] chore: [skip ci] bump packages --- CHANGELOG.md | 6 ++++++ lerna.json | 2 +- sandpack-client/CHANGELOG.md | 6 ++++++ sandpack-client/package.json | 2 +- sandpack-react/CHANGELOG.md | 4 ++++ sandpack-react/package.json | 4 ++-- 6 files changed, 20 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c4a6792..47b9b592 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.17.0](https://github.com/codesandbox/sandpack/compare/v2.16.1...v2.17.0) (2024-07-09) + +### Features + +- **client:** enable SW in the bundler ([#1159](https://github.com/codesandbox/sandpack/issues/1159)) ([36e580b](https://github.com/codesandbox/sandpack/commit/36e580b5b76ee34bb722027b35302fa6c75e521e)) + ## [2.16.1](https://github.com/codesandbox/sandpack/compare/v2.16.0...v2.16.1) (2024-07-08) ### Bug Fixes diff --git a/lerna.json b/lerna.json index d0f3a359..23dc131a 100644 --- a/lerna.json +++ b/lerna.json @@ -17,5 +17,5 @@ "message": "chore: [skip ci] bump packages" } }, - "version": "2.16.1" + "version": "2.17.0" } diff --git a/sandpack-client/CHANGELOG.md b/sandpack-client/CHANGELOG.md index 3a1d6707..bc7d7dcc 100644 --- a/sandpack-client/CHANGELOG.md +++ b/sandpack-client/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.17.0](https://github.com/codesandbox/sandpack/compare/v2.16.1...v2.17.0) (2024-07-09) + +### Features + +- **client:** enable SW in the bundler ([#1159](https://github.com/codesandbox/sandpack/issues/1159)) ([36e580b](https://github.com/codesandbox/sandpack/commit/36e580b5b76ee34bb722027b35302fa6c75e521e)) + ## [2.16.1](https://github.com/codesandbox/sandpack/compare/v2.16.0...v2.16.1) (2024-07-08) ### Bug Fixes diff --git a/sandpack-client/package.json b/sandpack-client/package.json index cbadb83d..d213172a 100644 --- a/sandpack-client/package.json +++ b/sandpack-client/package.json @@ -1,6 +1,6 @@ { "name": "@codesandbox/sandpack-client", - "version": "2.16.1", + "version": "2.17.0", "description": "", "keywords": [], "repository": { diff --git a/sandpack-react/CHANGELOG.md b/sandpack-react/CHANGELOG.md index c9da65cf..004fedd1 100644 --- a/sandpack-react/CHANGELOG.md +++ b/sandpack-react/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.17.0](https://github.com/codesandbox/sandpack/compare/v2.16.1...v2.17.0) (2024-07-09) + +**Note:** Version bump only for package @codesandbox/sandpack-react + ## [2.16.1](https://github.com/codesandbox/sandpack/compare/v2.16.0...v2.16.1) (2024-07-08) **Note:** Version bump only for package @codesandbox/sandpack-react diff --git a/sandpack-react/package.json b/sandpack-react/package.json index c25bcfdb..2d6e0cf7 100644 --- a/sandpack-react/package.json +++ b/sandpack-react/package.json @@ -1,6 +1,6 @@ { "name": "@codesandbox/sandpack-react", - "version": "2.16.1", + "version": "2.17.0", "description": "", "keywords": [], "repository": { @@ -59,7 +59,7 @@ "@codemirror/language": "^6.3.2", "@codemirror/state": "^6.2.0", "@codemirror/view": "^6.7.1", - "@codesandbox/sandpack-client": "^2.16.1", + "@codesandbox/sandpack-client": "^2.17.0", "@lezer/highlight": "^1.1.3", "@react-hook/intersection-observer": "^3.1.1", "@stitches/core": "^1.2.6",