diff --git a/.changeset/rare-news-check.md b/.changeset/rare-news-check.md deleted file mode 100644 index 235e7c910..000000000 --- a/.changeset/rare-news-check.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@cutting/hooks": patch -"@cutting/use-get-parent-size": patch -"@cutting/use-mathjax": patch ---- - -remove react-use and move useIsomorphicLayoutEffect into hooks diff --git a/packages/component-library/CHANGELOG.md b/packages/component-library/CHANGELOG.md index 42e3c4e46..b433f8cdb 100644 --- a/packages/component-library/CHANGELOG.md +++ b/packages/component-library/CHANGELOG.md @@ -1,5 +1,12 @@ # @cutting/component-library +## 5.13.1 + +### Patch Changes + +- Updated dependencies [22996a38] + - @cutting/hooks@4.38.1 + ## 5.13.0 ### Minor Changes diff --git a/packages/component-library/package.json b/packages/component-library/package.json index 8d7b390d0..2be6526ad 100644 --- a/packages/component-library/package.json +++ b/packages/component-library/package.json @@ -1,6 +1,6 @@ { "name": "@cutting/component-library", - "version": "5.13.0", + "version": "5.13.1", "repository": { "type": "git", "url": "https://github.com/dagda1/cuttingedge.git" diff --git a/packages/graphql-explorer/CHANGELOG.md b/packages/graphql-explorer/CHANGELOG.md index 61b791674..3c1a759b5 100644 --- a/packages/graphql-explorer/CHANGELOG.md +++ b/packages/graphql-explorer/CHANGELOG.md @@ -1,5 +1,12 @@ # @cutting/graphql-explorer +## 4.32.1 + +### Patch Changes + +- @cutting/component-library@5.13.1 +- @cutting/svg@4.40.1 + ## 4.32.0 ### Minor Changes diff --git a/packages/graphql-explorer/package.json b/packages/graphql-explorer/package.json index 203ff8bd8..70a8f2486 100644 --- a/packages/graphql-explorer/package.json +++ b/packages/graphql-explorer/package.json @@ -2,7 +2,7 @@ "name": "@cutting/graphql-explorer", "private": true, "description": "Swagger for graphql.....init", - "version": "4.32.0", + "version": "4.32.1", "repository": { "type": "git", "url": "https://github.com/dagda1/cuttingedge.git" diff --git a/packages/hooks/CHANGELOG.md b/packages/hooks/CHANGELOG.md index dfff36e77..db277c4ea 100644 --- a/packages/hooks/CHANGELOG.md +++ b/packages/hooks/CHANGELOG.md @@ -1,5 +1,11 @@ # @cutting/hooks +## 4.38.1 + +### Patch Changes + +- 22996a38: remove react-use and move useIsomorphicLayoutEffect into hooks + ## 4.38.0 ### Minor Changes diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 75225fb25..e46cbe105 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,7 +1,7 @@ { "name": "@cutting/hooks", "description": "Cutting reusable hooks.", - "version": "4.38.0", + "version": "4.38.1", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "browser": "dist/umd/index.js", diff --git a/packages/svg/CHANGELOG.md b/packages/svg/CHANGELOG.md index 0d5f76a71..bb79e8c11 100644 --- a/packages/svg/CHANGELOG.md +++ b/packages/svg/CHANGELOG.md @@ -1,5 +1,12 @@ # @cutting/svg +## 4.40.1 + +### Patch Changes + +- Updated dependencies [22996a38] + - @cutting/use-get-parent-size@1.14.1 + ## 4.40.0 ### Minor Changes diff --git a/packages/svg/package.json b/packages/svg/package.json index 78dd4b433..e636724d5 100644 --- a/packages/svg/package.json +++ b/packages/svg/package.json @@ -1,6 +1,6 @@ { "name": "@cutting/svg", - "version": "4.40.0", + "version": "4.40.1", "repository": { "type": "git", "url": "https://github.com/dagda1/cuttingedge.git" diff --git a/packages/use-get-parent-size/CHANGELOG.md b/packages/use-get-parent-size/CHANGELOG.md index ff8d4a9f6..e14e2e07a 100644 --- a/packages/use-get-parent-size/CHANGELOG.md +++ b/packages/use-get-parent-size/CHANGELOG.md @@ -1,5 +1,13 @@ # @cutting/hooks +## 1.14.1 + +### Patch Changes + +- 22996a38: remove react-use and move useIsomorphicLayoutEffect into hooks +- Updated dependencies [22996a38] + - @cutting/hooks@4.38.1 + ## 1.14.0 ### Minor Changes diff --git a/packages/use-get-parent-size/package.json b/packages/use-get-parent-size/package.json index a71f74649..b647e88b4 100644 --- a/packages/use-get-parent-size/package.json +++ b/packages/use-get-parent-size/package.json @@ -1,7 +1,7 @@ { "name": "@cutting/use-get-parent-size", "description": "Sizes an SVG document to the containing parent using the resize-observer.", - "version": "1.14.0", + "version": "1.14.1", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "browser": "dist/umd/index.js", diff --git a/packages/use-mathjax/CHANGELOG.md b/packages/use-mathjax/CHANGELOG.md index c8ad64613..91ff22d84 100644 --- a/packages/use-mathjax/CHANGELOG.md +++ b/packages/use-mathjax/CHANGELOG.md @@ -1,5 +1,13 @@ # @cutting/use-mathjax +## 4.34.1 + +### Patch Changes + +- 22996a38: remove react-use and move useIsomorphicLayoutEffect into hooks +- Updated dependencies [22996a38] + - @cutting/hooks@4.38.1 + ## 4.34.0 ### Minor Changes diff --git a/packages/use-mathjax/package.json b/packages/use-mathjax/package.json index d801fb871..82529b57d 100644 --- a/packages/use-mathjax/package.json +++ b/packages/use-mathjax/package.json @@ -1,7 +1,7 @@ { "name": "@cutting/use-mathjax", "description": "easy mathjax in react.", - "version": "4.34.0", + "version": "4.34.1", "types": "dist/esm/index.d.ts", "sideEffects": false, "repository": {