From e9151f5502b3bf66f2ba5fcef866595eacab88ff Mon Sep 17 00:00:00 2001 From: Malcolm Kee Date: Tue, 15 Mar 2022 01:42:45 +0800 Subject: [PATCH] 1.29.0 --- .changeset/hot-hounds-scream.md | 5 ----- .changeset/silver-plants-smile.md | 5 ----- .changeset/stale-parents-do.md | 10 ---------- docs/CHANGELOG.md | 9 +++++++++ docs/package.json | 2 +- examples/client-only-example/CHANGELOG.md | 9 +++++++++ examples/client-only-example/package.json | 2 +- examples/react-example/CHANGELOG.md | 9 +++++++++ examples/react-example/package.json | 2 +- examples/subpath-example/CHANGELOG.md | 9 +++++++++ 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/device-frames/CHANGELOG.md | 6 ++++++ packages/device-frames/package.json | 2 +- packages/measure/CHANGELOG.md | 6 ++++++ packages/measure/package.json | 2 +- packages/react-showroom/CHANGELOG.md | 17 +++++++++++++++++ packages/react-showroom/package.json | 2 +- packages/ui/CHANGELOG.md | 9 +++++++++ packages/ui/package.json | 2 +- 23 files changed, 96 insertions(+), 30 deletions(-) delete mode 100644 .changeset/hot-hounds-scream.md delete mode 100644 .changeset/silver-plants-smile.md delete mode 100644 .changeset/stale-parents-do.md diff --git a/.changeset/hot-hounds-scream.md b/.changeset/hot-hounds-scream.md deleted file mode 100644 index 5cdbb01d..00000000 --- a/.changeset/hot-hounds-scream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-showroom': patch ---- - -Refactor component doc parsing to improve performance diff --git a/.changeset/silver-plants-smile.md b/.changeset/silver-plants-smile.md deleted file mode 100644 index 4296e596..00000000 --- a/.changeset/silver-plants-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-showroom': minor ---- - -Add measure options for dev and build command diff --git a/.changeset/stale-parents-do.md b/.changeset/stale-parents-do.md deleted file mode 100644 index eb4d7e4e..00000000 --- a/.changeset/stale-parents-do.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@showroomjs/bundles': patch -'@showroomjs/core': patch -'@showroomjs/device-frames': patch -'@showroomjs/measure': patch -'react-showroom': patch -'@showroomjs/ui': patch ---- - -Bump dependencies diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 50b21fe3..fbe43eb9 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,14 @@ # react-showroom-docs +## 1.1.34 + +### Patch Changes + +- Updated dependencies [c2ed97d] +- Updated dependencies [c2ed97d] +- Updated dependencies [c2ed97d] + - react-showroom@1.29.0 + ## 1.1.33 ### Patch Changes diff --git a/docs/package.json b/docs/package.json index a380ef5c..46620960 100644 --- a/docs/package.json +++ b/docs/package.json @@ -2,7 +2,7 @@ "name": "react-showroom-docs", "private": true, "license": "MIT", - "version": "1.1.33", + "version": "1.1.34", "dependencies": { "@babel/runtime": "^7.17.2", "@heroicons/react": "^1.0.6", diff --git a/examples/client-only-example/CHANGELOG.md b/examples/client-only-example/CHANGELOG.md index ef7d5412..2a3df100 100644 --- a/examples/client-only-example/CHANGELOG.md +++ b/examples/client-only-example/CHANGELOG.md @@ -1,5 +1,14 @@ # client-only-example +## 1.1.34 + +### Patch Changes + +- Updated dependencies [c2ed97d] +- Updated dependencies [c2ed97d] +- Updated dependencies [c2ed97d] + - react-showroom@1.29.0 + ## 1.1.33 ### Patch Changes diff --git a/examples/client-only-example/package.json b/examples/client-only-example/package.json index ccd2a4fe..ea0364fb 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.33", + "version": "1.1.34", "license": "MIT", "private": true, "scripts": { diff --git a/examples/react-example/CHANGELOG.md b/examples/react-example/CHANGELOG.md index c48ee3a1..c5df83c7 100644 --- a/examples/react-example/CHANGELOG.md +++ b/examples/react-example/CHANGELOG.md @@ -1,5 +1,14 @@ # react-example +## 1.1.34 + +### Patch Changes + +- Updated dependencies [c2ed97d] +- Updated dependencies [c2ed97d] +- Updated dependencies [c2ed97d] + - react-showroom@1.29.0 + ## 1.1.33 ### Patch Changes diff --git a/examples/react-example/package.json b/examples/react-example/package.json index 75c83a1b..488c252e 100644 --- a/examples/react-example/package.json +++ b/examples/react-example/package.json @@ -1,6 +1,6 @@ { "name": "react-example", - "version": "1.1.33", + "version": "1.1.34", "license": "MIT", "main": "index.js", "private": true, diff --git a/examples/subpath-example/CHANGELOG.md b/examples/subpath-example/CHANGELOG.md index e4d507df..15ab7b45 100644 --- a/examples/subpath-example/CHANGELOG.md +++ b/examples/subpath-example/CHANGELOG.md @@ -1,5 +1,14 @@ # subpath-example +## 1.1.34 + +### Patch Changes + +- Updated dependencies [c2ed97d] +- Updated dependencies [c2ed97d] +- Updated dependencies [c2ed97d] + - react-showroom@1.29.0 + ## 1.1.33 ### Patch Changes diff --git a/examples/subpath-example/package.json b/examples/subpath-example/package.json index 8e4f936f..0ee79552 100644 --- a/examples/subpath-example/package.json +++ b/examples/subpath-example/package.json @@ -1,6 +1,6 @@ { "name": "subpath-example", - "version": "1.1.33", + "version": "1.1.34", "license": "MIT", "main": "index.js", "private": true, diff --git a/packages/bundles/CHANGELOG.md b/packages/bundles/CHANGELOG.md index 567a4ca8..0f07366b 100644 --- a/packages/bundles/CHANGELOG.md +++ b/packages/bundles/CHANGELOG.md @@ -1,5 +1,11 @@ # @showroomjs/bundles +## 1.11.1 + +### Patch Changes + +- c2ed97d: Bump dependencies + ## 1.11.0 ### Minor Changes diff --git a/packages/bundles/package.json b/packages/bundles/package.json index 00c1f1d3..f5a5bc04 100644 --- a/packages/bundles/package.json +++ b/packages/bundles/package.json @@ -1,6 +1,6 @@ { "name": "@showroomjs/bundles", - "version": "1.11.0", + "version": "1.11.1", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 7c433f83..1b85cd88 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @showroomjs/core +## 1.20.1 + +### Patch Changes + +- c2ed97d: Bump dependencies + ## 1.20.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 4544b968..11ab8493 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@showroomjs/core", - "version": "1.20.0", + "version": "1.20.1", "license": "MIT", "main": "dist/index.js", "module": "dist-esm/index.js", diff --git a/packages/device-frames/CHANGELOG.md b/packages/device-frames/CHANGELOG.md index 7feea4b1..acacdeec 100644 --- a/packages/device-frames/CHANGELOG.md +++ b/packages/device-frames/CHANGELOG.md @@ -1,5 +1,11 @@ # @showroomjs/device-frames +## 0.4.1 + +### Patch Changes + +- c2ed97d: Bump dependencies + ## 0.4.0 ### Minor Changes diff --git a/packages/device-frames/package.json b/packages/device-frames/package.json index 82456937..761d16b5 100644 --- a/packages/device-frames/package.json +++ b/packages/device-frames/package.json @@ -1,6 +1,6 @@ { "name": "@showroomjs/device-frames", - "version": "0.4.0", + "version": "0.4.1", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/measure/CHANGELOG.md b/packages/measure/CHANGELOG.md index f0425c70..91dd93b0 100644 --- a/packages/measure/CHANGELOG.md +++ b/packages/measure/CHANGELOG.md @@ -1,5 +1,11 @@ # @showroomjs/measure +## 0.2.1 + +### Patch Changes + +- c2ed97d: Bump dependencies + ## 0.2.0 ### Minor Changes diff --git a/packages/measure/package.json b/packages/measure/package.json index 74a02b78..1df56e23 100644 --- a/packages/measure/package.json +++ b/packages/measure/package.json @@ -1,6 +1,6 @@ { "name": "@showroomjs/measure", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "main": "dist/measure.js", "types": "dist/measure.d.ts", diff --git a/packages/react-showroom/CHANGELOG.md b/packages/react-showroom/CHANGELOG.md index c3aa2d3d..c5f045c5 100644 --- a/packages/react-showroom/CHANGELOG.md +++ b/packages/react-showroom/CHANGELOG.md @@ -1,5 +1,22 @@ # react-showroom +## 1.29.0 + +### Minor Changes + +- c2ed97d: Add measure options for dev and build command + +### Patch Changes + +- c2ed97d: Refactor component doc parsing to improve performance +- c2ed97d: Bump dependencies +- Updated dependencies [c2ed97d] + - @showroomjs/bundles@1.11.1 + - @showroomjs/core@1.20.1 + - @showroomjs/device-frames@0.4.1 + - @showroomjs/measure@0.2.1 + - @showroomjs/ui@1.15.3 + ## 1.28.0 ### Minor Changes diff --git a/packages/react-showroom/package.json b/packages/react-showroom/package.json index 05258472..dcfd1e35 100644 --- a/packages/react-showroom/package.json +++ b/packages/react-showroom/package.json @@ -1,6 +1,6 @@ { "name": "react-showroom", - "version": "1.28.0", + "version": "1.29.0", "license": "MIT", "bin": { "react-showroom": "react-showroom.js" diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 3f725a22..3ca78e2a 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,14 @@ # @showroomjs/ui +## 1.15.3 + +### Patch Changes + +- c2ed97d: Bump dependencies +- Updated dependencies [c2ed97d] + - @showroomjs/bundles@1.11.1 + - @showroomjs/core@1.20.1 + ## 1.15.2 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 1800671a..54710b1b 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@showroomjs/ui", - "version": "1.15.2", + "version": "1.15.3", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts",