diff --git a/.changeset/calm-penguins-look.md b/.changeset/calm-penguins-look.md deleted file mode 100644 index a26bf685..00000000 --- a/.changeset/calm-penguins-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-showroom': minor ---- - -Support --basePath and --outDir options for build command diff --git a/.changeset/neat-pianos-tease.md b/.changeset/neat-pianos-tease.md deleted file mode 100644 index f2e3c08d..00000000 --- a/.changeset/neat-pianos-tease.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@showroomjs/core': patch -'@showroomjs/device-frames': patch -'@showroomjs/measure': patch -'react-showroom': patch ---- - -Bump dependencies diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index b3c9801a..e377ba24 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,13 @@ # react-showroom-docs +## 1.1.39 + +### Patch Changes + +- Updated dependencies [15c6da0] +- Updated dependencies [15c6da0] + - react-showroom@2.2.0 + ## 1.1.38 ### Patch Changes diff --git a/docs/package.json b/docs/package.json index 2e221b9b..20bcff9b 100644 --- a/docs/package.json +++ b/docs/package.json @@ -2,7 +2,7 @@ "name": "react-showroom-docs", "private": true, "license": "MIT", - "version": "1.1.38", + "version": "1.1.39", "dependencies": { "@babel/runtime": "^7.18.6", "@heroicons/react": "^1.0.6", diff --git a/examples/client-only-example/CHANGELOG.md b/examples/client-only-example/CHANGELOG.md index 5cd5a57a..99d71772 100644 --- a/examples/client-only-example/CHANGELOG.md +++ b/examples/client-only-example/CHANGELOG.md @@ -1,5 +1,13 @@ # client-only-example +## 1.1.39 + +### Patch Changes + +- Updated dependencies [15c6da0] +- Updated dependencies [15c6da0] + - react-showroom@2.2.0 + ## 1.1.38 ### Patch Changes diff --git a/examples/client-only-example/package.json b/examples/client-only-example/package.json index 83ac1e30..99ea61f3 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.38", + "version": "1.1.39", "license": "MIT", "private": true, "scripts": { diff --git a/examples/react-example/CHANGELOG.md b/examples/react-example/CHANGELOG.md index 9a0ed6f8..dae750df 100644 --- a/examples/react-example/CHANGELOG.md +++ b/examples/react-example/CHANGELOG.md @@ -1,5 +1,13 @@ # react-example +## 1.1.39 + +### Patch Changes + +- Updated dependencies [15c6da0] +- Updated dependencies [15c6da0] + - react-showroom@2.2.0 + ## 1.1.38 ### Patch Changes diff --git a/examples/react-example/package.json b/examples/react-example/package.json index 1d7de231..1b412ed1 100644 --- a/examples/react-example/package.json +++ b/examples/react-example/package.json @@ -1,6 +1,6 @@ { "name": "react-example", - "version": "1.1.38", + "version": "1.1.39", "license": "MIT", "main": "index.js", "private": true, diff --git a/examples/subpath-example/CHANGELOG.md b/examples/subpath-example/CHANGELOG.md index 7189d0e7..8c7affe1 100644 --- a/examples/subpath-example/CHANGELOG.md +++ b/examples/subpath-example/CHANGELOG.md @@ -1,5 +1,13 @@ # subpath-example +## 1.1.39 + +### Patch Changes + +- Updated dependencies [15c6da0] +- Updated dependencies [15c6da0] + - react-showroom@2.2.0 + ## 1.1.38 ### Patch Changes diff --git a/examples/subpath-example/package.json b/examples/subpath-example/package.json index 9e9a2204..c3d52d42 100644 --- a/examples/subpath-example/package.json +++ b/examples/subpath-example/package.json @@ -1,6 +1,6 @@ { "name": "subpath-example", - "version": "1.1.38", + "version": "1.1.39", "license": "MIT", "main": "index.js", "private": true, diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 0a651cbc..2b52816a 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @showroomjs/core +## 2.1.1 + +### Patch Changes + +- 15c6da0: Bump dependencies + ## 2.1.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index be77788e..e962d9eb 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@showroomjs/core", - "version": "2.1.0", + "version": "2.1.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 1cbbd016..4a76a641 100644 --- a/packages/device-frames/CHANGELOG.md +++ b/packages/device-frames/CHANGELOG.md @@ -1,5 +1,11 @@ # @showroomjs/device-frames +## 1.0.2 + +### Patch Changes + +- 15c6da0: Bump dependencies + ## 1.0.1 ### Patch Changes diff --git a/packages/device-frames/package.json b/packages/device-frames/package.json index 5b78e7c7..e25d249e 100644 --- a/packages/device-frames/package.json +++ b/packages/device-frames/package.json @@ -1,6 +1,6 @@ { "name": "@showroomjs/device-frames", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/measure/CHANGELOG.md b/packages/measure/CHANGELOG.md index 3b9d0731..72596b1c 100644 --- a/packages/measure/CHANGELOG.md +++ b/packages/measure/CHANGELOG.md @@ -1,5 +1,11 @@ # @showroomjs/measure +## 1.0.2 + +### Patch Changes + +- 15c6da0: Bump dependencies + ## 1.0.1 ### Patch Changes diff --git a/packages/measure/package.json b/packages/measure/package.json index c710f2a5..beb84bbc 100644 --- a/packages/measure/package.json +++ b/packages/measure/package.json @@ -1,6 +1,6 @@ { "name": "@showroomjs/measure", - "version": "1.0.1", + "version": "1.0.2", "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 6a5b80ea..15b33bb7 100644 --- a/packages/react-showroom/CHANGELOG.md +++ b/packages/react-showroom/CHANGELOG.md @@ -1,5 +1,20 @@ # react-showroom +## 2.2.0 + +### Minor Changes + +- 15c6da0: Support --basePath and --outDir options for build command + +### Patch Changes + +- 15c6da0: Bump dependencies +- Updated dependencies [15c6da0] + - @showroomjs/core@2.1.1 + - @showroomjs/device-frames@1.0.2 + - @showroomjs/measure@1.0.2 + - @showroomjs/ui@2.0.2 + ## 2.1.0 ### Minor Changes diff --git a/packages/react-showroom/package.json b/packages/react-showroom/package.json index 636fef6c..ab548840 100644 --- a/packages/react-showroom/package.json +++ b/packages/react-showroom/package.json @@ -1,6 +1,6 @@ { "name": "react-showroom", - "version": "2.1.0", + "version": "2.2.0", "license": "MIT", "bin": { "react-showroom": "react-showroom.js" diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 19298287..6d486c9d 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,12 @@ # @showroomjs/ui +## 2.0.2 + +### Patch Changes + +- Updated dependencies [15c6da0] + - @showroomjs/core@2.1.1 + ## 2.0.1 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 4557f6c7..9e05948c 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@showroomjs/ui", - "version": "2.0.1", + "version": "2.0.2", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts",