From 9a8d6d3642bd948cd8cf36d7067154970cec58d8 Mon Sep 17 00:00:00 2001 From: Malcolm Kee Date: Thu, 6 Jan 2022 14:22:44 +0800 Subject: [PATCH] 1.21.2 --- .changeset/long-buckets-melt.md | 6 ------ 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/react-showroom/CHANGELOG.md | 8 ++++++++ packages/react-showroom/package.json | 2 +- packages/ui/CHANGELOG.md | 6 ++++++ packages/ui/package.json | 2 +- 13 files changed, 48 insertions(+), 12 deletions(-) delete mode 100644 .changeset/long-buckets-melt.md diff --git a/.changeset/long-buckets-melt.md b/.changeset/long-buckets-melt.md deleted file mode 100644 index a45e4f3b..00000000 --- a/.changeset/long-buckets-melt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'react-showroom': patch -'@showroomjs/ui': patch ---- - -Fix standalone view styling diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 39c17cbf..5a4ffa23 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,12 @@ # react-showroom-docs +## 1.1.23 + +### Patch Changes + +- Updated dependencies [2d13a2f] + - react-showroom@1.21.2 + ## 1.1.22 ### Patch Changes diff --git a/docs/package.json b/docs/package.json index b6760eec..8da684c2 100644 --- a/docs/package.json +++ b/docs/package.json @@ -2,7 +2,7 @@ "name": "react-showroom-docs", "private": true, "license": "MIT", - "version": "1.1.22", + "version": "1.1.23", "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 462b39d7..a68faee3 100644 --- a/examples/client-only-example/CHANGELOG.md +++ b/examples/client-only-example/CHANGELOG.md @@ -1,5 +1,12 @@ # client-only-example +## 1.1.23 + +### Patch Changes + +- Updated dependencies [2d13a2f] + - react-showroom@1.21.2 + ## 1.1.22 ### Patch Changes diff --git a/examples/client-only-example/package.json b/examples/client-only-example/package.json index 4492a5cf..65ac6e32 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.22", + "version": "1.1.23", "license": "MIT", "private": true, "scripts": { diff --git a/examples/react-example/CHANGELOG.md b/examples/react-example/CHANGELOG.md index 8709e1a6..5e8ed71a 100644 --- a/examples/react-example/CHANGELOG.md +++ b/examples/react-example/CHANGELOG.md @@ -1,5 +1,12 @@ # react-example +## 1.1.23 + +### Patch Changes + +- Updated dependencies [2d13a2f] + - react-showroom@1.21.2 + ## 1.1.22 ### Patch Changes diff --git a/examples/react-example/package.json b/examples/react-example/package.json index 13219320..699a5a33 100644 --- a/examples/react-example/package.json +++ b/examples/react-example/package.json @@ -1,6 +1,6 @@ { "name": "react-example", - "version": "1.1.22", + "version": "1.1.23", "license": "MIT", "main": "index.js", "private": true, diff --git a/examples/subpath-example/CHANGELOG.md b/examples/subpath-example/CHANGELOG.md index c38ac11e..068fc081 100644 --- a/examples/subpath-example/CHANGELOG.md +++ b/examples/subpath-example/CHANGELOG.md @@ -1,5 +1,12 @@ # subpath-example +## 1.1.23 + +### Patch Changes + +- Updated dependencies [2d13a2f] + - react-showroom@1.21.2 + ## 1.1.22 ### Patch Changes diff --git a/examples/subpath-example/package.json b/examples/subpath-example/package.json index d3b45d9e..fdeee738 100644 --- a/examples/subpath-example/package.json +++ b/examples/subpath-example/package.json @@ -1,6 +1,6 @@ { "name": "subpath-example", - "version": "1.1.22", + "version": "1.1.23", "license": "MIT", "main": "index.js", "private": true, diff --git a/packages/react-showroom/CHANGELOG.md b/packages/react-showroom/CHANGELOG.md index 54f3f9ef..c09421aa 100644 --- a/packages/react-showroom/CHANGELOG.md +++ b/packages/react-showroom/CHANGELOG.md @@ -1,5 +1,13 @@ # react-showroom +## 1.21.2 + +### Patch Changes + +- 2d13a2f: Fix standalone view styling +- Updated dependencies [2d13a2f] + - @showroomjs/ui@1.12.4 + ## 1.21.1 ### Patch Changes diff --git a/packages/react-showroom/package.json b/packages/react-showroom/package.json index 71e9428f..55348793 100644 --- a/packages/react-showroom/package.json +++ b/packages/react-showroom/package.json @@ -1,6 +1,6 @@ { "name": "react-showroom", - "version": "1.21.1", + "version": "1.21.2", "license": "MIT", "bin": { "react-showroom": "react-showroom.js" diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 72592797..9120b159 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @showroomjs/ui +## 1.12.4 + +### Patch Changes + +- 2d13a2f: Fix standalone view styling + ## 1.12.3 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 42d17990..1335fd7d 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@showroomjs/ui", - "version": "1.12.3", + "version": "1.12.4", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts",