From fe5fd2e603b8407539e9431bc1538e859b107c72 Mon Sep 17 00:00:00 2001 From: Malcolm Kee Date: Sat, 15 Jan 2022 01:01:42 +0800 Subject: [PATCH] 1.23.0 --- .changeset/fuzzy-trains-study.md | 8 -------- docs/CHANGELOG.md | 7 +++++++ docs/package.json | 2 +- examples/client-only-example/CHANGELOG.md | 7 +++++++ examples/client-only-example/package.json | 2 +- examples/react-example/CHANGELOG.md | 7 +++++++ examples/react-example/package.json | 2 +- examples/subpath-example/CHANGELOG.md | 7 +++++++ examples/subpath-example/package.json | 2 +- packages/bundles/CHANGELOG.md | 6 ++++++ packages/bundles/package.json | 2 +- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- packages/react-showroom/CHANGELOG.md | 13 +++++++++++++ packages/react-showroom/package.json | 2 +- packages/ui/CHANGELOG.md | 12 ++++++++++++ packages/ui/package.json | 2 +- 17 files changed, 73 insertions(+), 16 deletions(-) delete mode 100644 .changeset/fuzzy-trains-study.md diff --git a/.changeset/fuzzy-trains-study.md b/.changeset/fuzzy-trains-study.md deleted file mode 100644 index f8dd67c0..00000000 --- a/.changeset/fuzzy-trains-study.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@showroomjs/bundles': minor -'@showroomjs/core': minor -'react-showroom': minor -'@showroomjs/ui': minor ---- - -Optimization by delegate search to worker diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index ac99b064..32c1c82c 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,12 @@ # react-showroom-docs +## 1.1.26 + +### Patch Changes + +- Updated dependencies [2d465aa] + - react-showroom@1.23.0 + ## 1.1.25 ### Patch Changes diff --git a/docs/package.json b/docs/package.json index 3fe51c24..30925c71 100644 --- a/docs/package.json +++ b/docs/package.json @@ -2,7 +2,7 @@ "name": "react-showroom-docs", "private": true, "license": "MIT", - "version": "1.1.25", + "version": "1.1.26", "dependencies": { "@babel/runtime": "^7.16.7", "@heroicons/react": "^1.0.5", diff --git a/examples/client-only-example/CHANGELOG.md b/examples/client-only-example/CHANGELOG.md index 0773926b..b76baf13 100644 --- a/examples/client-only-example/CHANGELOG.md +++ b/examples/client-only-example/CHANGELOG.md @@ -1,5 +1,12 @@ # client-only-example +## 1.1.26 + +### Patch Changes + +- Updated dependencies [2d465aa] + - react-showroom@1.23.0 + ## 1.1.25 ### Patch Changes diff --git a/examples/client-only-example/package.json b/examples/client-only-example/package.json index c33841c5..4fa89016 100644 --- a/examples/client-only-example/package.json +++ b/examples/client-only-example/package.json @@ -1,6 +1,6 @@ { "name": "client-only-example", - "version": "1.1.25", + "version": "1.1.26", "license": "MIT", "private": true, "scripts": { diff --git a/examples/react-example/CHANGELOG.md b/examples/react-example/CHANGELOG.md index e40032c7..c4d14c39 100644 --- a/examples/react-example/CHANGELOG.md +++ b/examples/react-example/CHANGELOG.md @@ -1,5 +1,12 @@ # react-example +## 1.1.26 + +### Patch Changes + +- Updated dependencies [2d465aa] + - react-showroom@1.23.0 + ## 1.1.25 ### Patch Changes diff --git a/examples/react-example/package.json b/examples/react-example/package.json index 7c018ec1..4b5f2576 100644 --- a/examples/react-example/package.json +++ b/examples/react-example/package.json @@ -1,6 +1,6 @@ { "name": "react-example", - "version": "1.1.25", + "version": "1.1.26", "license": "MIT", "main": "index.js", "private": true, diff --git a/examples/subpath-example/CHANGELOG.md b/examples/subpath-example/CHANGELOG.md index a9211fab..aeb73d6f 100644 --- a/examples/subpath-example/CHANGELOG.md +++ b/examples/subpath-example/CHANGELOG.md @@ -1,5 +1,12 @@ # subpath-example +## 1.1.26 + +### Patch Changes + +- Updated dependencies [2d465aa] + - react-showroom@1.23.0 + ## 1.1.25 ### Patch Changes diff --git a/examples/subpath-example/package.json b/examples/subpath-example/package.json index d015de22..e9a34708 100644 --- a/examples/subpath-example/package.json +++ b/examples/subpath-example/package.json @@ -1,6 +1,6 @@ { "name": "subpath-example", - "version": "1.1.25", + "version": "1.1.26", "license": "MIT", "main": "index.js", "private": true, diff --git a/packages/bundles/CHANGELOG.md b/packages/bundles/CHANGELOG.md index 7b5ed89c..f1fe0e58 100644 --- a/packages/bundles/CHANGELOG.md +++ b/packages/bundles/CHANGELOG.md @@ -1,5 +1,11 @@ # @showroomjs/bundles +## 1.10.0 + +### Minor Changes + +- 2d465aa: Optimization by delegate search to worker + ## 1.9.0 ### Minor Changes diff --git a/packages/bundles/package.json b/packages/bundles/package.json index 4cad9594..e1d388f1 100644 --- a/packages/bundles/package.json +++ b/packages/bundles/package.json @@ -1,6 +1,6 @@ { "name": "@showroomjs/bundles", - "version": "1.9.0", + "version": "1.10.0", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index ca0ce969..61eecfdc 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @showroomjs/core +## 1.16.0 + +### Minor Changes + +- 2d465aa: Optimization by delegate search to worker + ## 1.15.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 5fd29efb..1b9901c2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@showroomjs/core", - "version": "1.15.1", + "version": "1.16.0", "license": "MIT", "main": "dist/index.js", "module": "dist-esm/index.js", diff --git a/packages/react-showroom/CHANGELOG.md b/packages/react-showroom/CHANGELOG.md index aaa1902d..5e3d4bd3 100644 --- a/packages/react-showroom/CHANGELOG.md +++ b/packages/react-showroom/CHANGELOG.md @@ -1,5 +1,18 @@ # react-showroom +## 1.23.0 + +### Minor Changes + +- 2d465aa: Optimization by delegate search to worker + +### Patch Changes + +- Updated dependencies [2d465aa] + - @showroomjs/bundles@1.10.0 + - @showroomjs/core@1.16.0 + - @showroomjs/ui@1.14.0 + ## 1.22.1 ### Patch Changes diff --git a/packages/react-showroom/package.json b/packages/react-showroom/package.json index ab552aa4..26971e77 100644 --- a/packages/react-showroom/package.json +++ b/packages/react-showroom/package.json @@ -1,6 +1,6 @@ { "name": "react-showroom", - "version": "1.22.1", + "version": "1.23.0", "license": "MIT", "bin": { "react-showroom": "react-showroom.js" diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 3f32cd99..1f7c8b47 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,17 @@ # @showroomjs/ui +## 1.14.0 + +### Minor Changes + +- 2d465aa: Optimization by delegate search to worker + +### Patch Changes + +- Updated dependencies [2d465aa] + - @showroomjs/bundles@1.10.0 + - @showroomjs/core@1.16.0 + ## 1.13.1 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 400fe8de..d95eeca0 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@showroomjs/ui", - "version": "1.13.1", + "version": "1.14.0", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts",