From c8da242d09c3aa38981a9367def466459b28187e Mon Sep 17 00:00:00 2001 From: danilowoz Date: Wed, 8 Dec 2021 11:00:35 +0000 Subject: [PATCH] chore: [skip ci] bump packages --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- sandpack-client/CHANGELOG.md | 11 +++++++++++ sandpack-client/package.json | 2 +- sandpack-react/CHANGELOG.md | 8 ++++++++ sandpack-react/package.json | 4 ++-- 6 files changed, 34 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 787831ca9..cc613cd7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [0.9.13](https://github.com/codesandbox/sandpack/compare/v0.9.12...v0.9.13) (2021-12-08) + + +### Bug Fixes + +* **client:** support reactdevtools ([7f0373f](https://github.com/codesandbox/sandpack/commit/7f0373f328d60229904bbebab0329718616b59bb)) + + + + + ## [0.9.12](https://github.com/codesandbox/sandpack/compare/v0.9.11...v0.9.12) (2021-12-08) diff --git a/lerna.json b/lerna.json index 59dce8627..a7e7ee90b 100644 --- a/lerna.json +++ b/lerna.json @@ -21,5 +21,5 @@ "message": "chore: [skip ci] bump packages" } }, - "version": "0.9.12" + "version": "0.9.13" } diff --git a/sandpack-client/CHANGELOG.md b/sandpack-client/CHANGELOG.md index 2d6a6ff1c..2b1860b17 100644 --- a/sandpack-client/CHANGELOG.md +++ b/sandpack-client/CHANGELOG.md @@ -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. +## [0.9.13](https://github.com/codesandbox/sandpack/compare/v0.9.12...v0.9.13) (2021-12-08) + + +### Bug Fixes + +* **client:** support reactdevtools ([7f0373f](https://github.com/codesandbox/sandpack/commit/7f0373f328d60229904bbebab0329718616b59bb)) + + + + + ## [0.9.9](https://github.com/codesandbox/sandpack/compare/v0.9.8...v0.9.9) (2021-12-03) **Note:** Version bump only for package @codesandbox/sandpack-client diff --git a/sandpack-client/package.json b/sandpack-client/package.json index 53680e64f..f59ca0476 100644 --- a/sandpack-client/package.json +++ b/sandpack-client/package.json @@ -1,6 +1,6 @@ { "name": "@codesandbox/sandpack-client", - "version": "0.9.9", + "version": "0.9.13", "description": "", "keywords": [], "repository": { diff --git a/sandpack-react/CHANGELOG.md b/sandpack-react/CHANGELOG.md index 0f14726b0..c26c77677 100644 --- a/sandpack-react/CHANGELOG.md +++ b/sandpack-react/CHANGELOG.md @@ -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. +## [0.9.13](https://github.com/codesandbox/sandpack/compare/v0.9.12...v0.9.13) (2021-12-08) + +**Note:** Version bump only for package @codesandbox/sandpack-react + + + + + ## [0.9.12](https://github.com/codesandbox/sandpack/compare/v0.9.11...v0.9.12) (2021-12-08) diff --git a/sandpack-react/package.json b/sandpack-react/package.json index b090b19a0..6eef3cdc7 100644 --- a/sandpack-react/package.json +++ b/sandpack-react/package.json @@ -1,6 +1,6 @@ { "name": "@codesandbox/sandpack-react", - "version": "0.9.12", + "version": "0.9.13", "description": "", "keywords": [], "repository": { @@ -45,7 +45,7 @@ "@codemirror/matchbrackets": "^0.19.3", "@codemirror/state": "^0.19.5", "@codemirror/view": "^0.19.16", - "@codesandbox/sandpack-client": "^0.9.9", + "@codesandbox/sandpack-client": "^0.9.13", "@react-hook/intersection-observer": "^3.1.1", "codesandbox-import-util-types": "^2.2.3", "codesandbox-import-utils": "^2.2.3"