diff --git a/.changeset/dirty-beers-share.md b/.changeset/dirty-beers-share.md deleted file mode 100644 index 366bb7ba..00000000 --- a/.changeset/dirty-beers-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-showroom': patch ---- - -Bug fix: Fix broken build if any plugins is provided by user diff --git a/.changeset/sour-crabs-refuse.md b/.changeset/sour-crabs-refuse.md deleted file mode 100644 index c917d00c..00000000 --- a/.changeset/sour-crabs-refuse.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@showroomjs/core': minor -'@showroomjs/device-frames': minor -'@showroomjs/measure': minor -'react-showroom': minor -'@showroomjs/ui': minor ---- - -Bump dependencies diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index e377ba24..78f88553 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,13 @@ # react-showroom-docs +## 1.1.40 + +### Patch Changes + +- Updated dependencies [946f49c] +- Updated dependencies [946f49c] + - react-showroom@2.3.0 + ## 1.1.39 ### Patch Changes diff --git a/docs/package.json b/docs/package.json index 76415581..1d50919a 100644 --- a/docs/package.json +++ b/docs/package.json @@ -2,7 +2,7 @@ "name": "react-showroom-docs", "private": true, "license": "MIT", - "version": "1.1.39", + "version": "1.1.40", "dependencies": { "@babel/runtime": "^7.18.9", "@heroicons/react": "^1.0.6", diff --git a/examples/client-only-example/CHANGELOG.md b/examples/client-only-example/CHANGELOG.md index 99d71772..56625e56 100644 --- a/examples/client-only-example/CHANGELOG.md +++ b/examples/client-only-example/CHANGELOG.md @@ -1,5 +1,13 @@ # client-only-example +## 1.1.40 + +### Patch Changes + +- Updated dependencies [946f49c] +- Updated dependencies [946f49c] + - react-showroom@2.3.0 + ## 1.1.39 ### Patch Changes diff --git a/examples/client-only-example/package.json b/examples/client-only-example/package.json index 77ca5a80..707fe1d6 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.39", + "version": "1.1.40", "license": "MIT", "private": true, "scripts": { diff --git a/examples/react-example/CHANGELOG.md b/examples/react-example/CHANGELOG.md index dae750df..b4aa2b08 100644 --- a/examples/react-example/CHANGELOG.md +++ b/examples/react-example/CHANGELOG.md @@ -1,5 +1,13 @@ # react-example +## 1.1.40 + +### Patch Changes + +- Updated dependencies [946f49c] +- Updated dependencies [946f49c] + - react-showroom@2.3.0 + ## 1.1.39 ### Patch Changes diff --git a/examples/react-example/package.json b/examples/react-example/package.json index b5b46534..b54a7d16 100644 --- a/examples/react-example/package.json +++ b/examples/react-example/package.json @@ -1,6 +1,6 @@ { "name": "react-example", - "version": "1.1.39", + "version": "1.1.40", "license": "MIT", "main": "index.js", "private": true, diff --git a/examples/subpath-example/CHANGELOG.md b/examples/subpath-example/CHANGELOG.md index 8c7affe1..668dd284 100644 --- a/examples/subpath-example/CHANGELOG.md +++ b/examples/subpath-example/CHANGELOG.md @@ -1,5 +1,13 @@ # subpath-example +## 1.1.40 + +### Patch Changes + +- Updated dependencies [946f49c] +- Updated dependencies [946f49c] + - react-showroom@2.3.0 + ## 1.1.39 ### Patch Changes diff --git a/examples/subpath-example/package.json b/examples/subpath-example/package.json index 244dc7e4..bf8daf5b 100644 --- a/examples/subpath-example/package.json +++ b/examples/subpath-example/package.json @@ -1,6 +1,6 @@ { "name": "subpath-example", - "version": "1.1.39", + "version": "1.1.40", "license": "MIT", "main": "index.js", "private": true, diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 2b52816a..8f090114 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @showroomjs/core +## 2.2.0 + +### Minor Changes + +- 946f49c: Bump dependencies + ## 2.1.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 3af5305f..391b0803 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@showroomjs/core", - "version": "2.1.1", + "version": "2.2.0", "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 4a76a641..2ec0d2cb 100644 --- a/packages/device-frames/CHANGELOG.md +++ b/packages/device-frames/CHANGELOG.md @@ -1,5 +1,11 @@ # @showroomjs/device-frames +## 1.1.0 + +### Minor Changes + +- 946f49c: Bump dependencies + ## 1.0.2 ### Patch Changes diff --git a/packages/device-frames/package.json b/packages/device-frames/package.json index 2118682e..17334df9 100644 --- a/packages/device-frames/package.json +++ b/packages/device-frames/package.json @@ -1,6 +1,6 @@ { "name": "@showroomjs/device-frames", - "version": "1.0.2", + "version": "1.1.0", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/measure/CHANGELOG.md b/packages/measure/CHANGELOG.md index 72596b1c..5a977441 100644 --- a/packages/measure/CHANGELOG.md +++ b/packages/measure/CHANGELOG.md @@ -1,5 +1,11 @@ # @showroomjs/measure +## 1.1.0 + +### Minor Changes + +- 946f49c: Bump dependencies + ## 1.0.2 ### Patch Changes diff --git a/packages/measure/package.json b/packages/measure/package.json index 8e51745d..a2f171d3 100644 --- a/packages/measure/package.json +++ b/packages/measure/package.json @@ -1,6 +1,6 @@ { "name": "@showroomjs/measure", - "version": "1.0.2", + "version": "1.1.0", "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 15b33bb7..8b5c7d44 100644 --- a/packages/react-showroom/CHANGELOG.md +++ b/packages/react-showroom/CHANGELOG.md @@ -1,5 +1,20 @@ # react-showroom +## 2.3.0 + +### Minor Changes + +- 946f49c: Bump dependencies + +### Patch Changes + +- 946f49c: Bug fix: Fix broken build if any plugins is provided by user +- Updated dependencies [946f49c] + - @showroomjs/core@2.2.0 + - @showroomjs/device-frames@1.1.0 + - @showroomjs/measure@1.1.0 + - @showroomjs/ui@2.1.0 + ## 2.2.0 ### Minor Changes diff --git a/packages/react-showroom/package.json b/packages/react-showroom/package.json index bdaa6b85..2cb9e607 100644 --- a/packages/react-showroom/package.json +++ b/packages/react-showroom/package.json @@ -1,6 +1,6 @@ { "name": "react-showroom", - "version": "2.2.0", + "version": "2.3.0", "license": "MIT", "bin": { "react-showroom": "react-showroom.js" diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 6d486c9d..6b20617d 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,16 @@ # @showroomjs/ui +## 2.1.0 + +### Minor Changes + +- 946f49c: Bump dependencies + +### Patch Changes + +- Updated dependencies [946f49c] + - @showroomjs/core@2.2.0 + ## 2.0.2 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index f36f7d37..927496a2 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@showroomjs/ui", - "version": "2.0.2", + "version": "2.1.0", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts",