diff --git a/.changeset/gentle-walls-compete.md b/.changeset/gentle-walls-compete.md deleted file mode 100644 index 2503bd9466..0000000000 --- a/.changeset/gentle-walls-compete.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@chakra-ui/react-use-focus-on-pointer-down": patch -"@chakra-ui/react-use-previous": patch -"@chakra-ui/react-use-timeout": patch -"@chakra-ui/react-use-safe-layout-effect": patch -"@chakra-ui/react-use-interval": patch -"@chakra-ui/shared-utils": patch ---- - -Initial release diff --git a/.changeset/pink-elephants-divide.md b/.changeset/pink-elephants-divide.md deleted file mode 100644 index 14ce2eb966..0000000000 --- a/.changeset/pink-elephants-divide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@chakra-ui/counter": patch ---- - -Fix default values for min and max prop in docs diff --git a/.changeset/wise-fireants-collect.md b/.changeset/wise-fireants-collect.md deleted file mode 100644 index fecc23fe8c..0000000000 --- a/.changeset/wise-fireants-collect.md +++ /dev/null @@ -1,91 +0,0 @@ ---- -"@chakra-ui/stat": patch -"@chakra-ui/react-context": patch -"@chakra-ui/react-use-callback-ref": patch -"@chakra-ui/react-use-controllable-state": patch -"@chakra-ui/react-use-disclosure": patch -"@chakra-ui/react-use-event-listener": patch -"@chakra-ui/react-use-focus-on-pointer-down": patch -"@chakra-ui/react-use-merge-refs": patch -"@chakra-ui/react-use-pan-event": patch -"@chakra-ui/react-use-safe-layout-effect": patch -"@chakra-ui/react-use-size": patch -"@chakra-ui/react-use-update-effect": patch -"@chakra-ui/accordion": patch -"@chakra-ui/alert": patch -"@chakra-ui/anatomy": patch -"@chakra-ui/avatar": patch -"@chakra-ui/breadcrumb": patch -"@chakra-ui/button": patch -"@chakra-ui/checkbox": patch -"@chakra-ui/clickable": patch -"@chakra-ui/close-button": patch -"@chakra-ui/color-mode": patch -"@chakra-ui/control-box": patch -"@chakra-ui/counter": patch -"@chakra-ui/css-reset": patch -"@chakra-ui/descendant": patch -"@chakra-ui/editable": patch -"@chakra-ui/react-env": patch -"@chakra-ui/focus-lock": patch -"@chakra-ui/form-control": patch -"@chakra-ui/hooks": patch -"@chakra-ui/icon": patch -"@chakra-ui/icons": patch -"@chakra-ui/image": patch -"@chakra-ui/input": patch -"@chakra-ui/layout": patch -"@chakra-ui/live-region": patch -"@chakra-ui/media-query": patch -"@chakra-ui/menu": patch -"@chakra-ui/modal": patch -"@chakra-ui/number-input": patch -"@chakra-ui/pin-input": patch -"@chakra-ui/popover": patch -"@chakra-ui/popper": patch -"@chakra-ui/portal": patch -"@chakra-ui/progress": patch -"@chakra-ui/provider": patch -"@chakra-ui/radio": patch -"@chakra-ui/react": patch -"@chakra-ui/react-utils": patch -"@chakra-ui/select": patch -"@chakra-ui/skeleton": patch -"@chakra-ui/skip-nav": patch -"@chakra-ui/slider": patch -"@chakra-ui/spinner": patch -"@chakra-ui/styled-system": patch -"@chakra-ui/switch": patch -"@chakra-ui/system": patch -"@chakra-ui/table": patch -"@chakra-ui/tabs": patch -"@chakra-ui/tag": patch -"@chakra-ui/textarea": patch -"@chakra-ui/theme": patch -"@chakra-ui/theme-tools": patch -"@chakra-ui/toast": patch -"@chakra-ui/tooltip": patch -"@chakra-ui/transition": patch -"@chakra-ui/utils": patch -"@chakra-ui/visually-hidden": patch -"@chakra-ui/babel-plugin": patch -"@chakra-ui/cli": patch -"@chakra-ui/cra-template": patch -"@chakra-ui/cra-template-typescript": patch -"@chakra-ui/gatsby-plugin": patch -"@chakra-ui/props-docs": patch -"@chakra-ui/storybook-addon": patch -"@chakra-ui/test-utils": patch -"@chakra-ui/breakpoint-utils": patch -"@chakra-ui/dom-utils": patch -"@chakra-ui/event-utils": patch -"@chakra-ui/lazy-utils": patch -"@chakra-ui/merge-utils": patch -"@chakra-ui/number-utils": patch -"@chakra-ui/object-utils": patch -"@chakra-ui/react-children-utils": patch -"@chakra-ui/react-types": patch -"@chakra-ui/shared-utils": patch ---- - -Refactor all packages to reduce bundle size diff --git a/examples/create-react-app/CHANGELOG.md b/examples/create-react-app/CHANGELOG.md index 0e58ff5819..1d91e67dda 100644 --- a/examples/create-react-app/CHANGELOG.md +++ b/examples/create-react-app/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 2.0.15 + +### Patch Changes + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/react@2.2.9 + ## 2.0.14 ### Patch Changes diff --git a/examples/create-react-app/package.json b/examples/create-react-app/package.json index 7363de2b97..c061b1c389 100644 --- a/examples/create-react-app/package.json +++ b/examples/create-react-app/package.json @@ -1,6 +1,6 @@ { "name": "create-react-app-ts", - "version": "2.0.14", + "version": "2.0.15", "private": true, "dependencies": { "@chakra-ui/react": "workspace:*", diff --git a/examples/gatsby/CHANGELOG.md b/examples/gatsby/CHANGELOG.md index f4891f3014..97d2ef9c1b 100644 --- a/examples/gatsby/CHANGELOG.md +++ b/examples/gatsby/CHANGELOG.md @@ -1,5 +1,14 @@ # gatsby-starter-default +## 1.0.15 + +### Patch Changes + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/react@2.2.9 + - @chakra-ui/gatsby-plugin@3.0.5 + ## 1.0.14 ### Patch Changes diff --git a/examples/gatsby/package.json b/examples/gatsby/package.json index 6e25ee2ec8..236a2fb683 100755 --- a/examples/gatsby/package.json +++ b/examples/gatsby/package.json @@ -2,7 +2,7 @@ "name": "gatsby-starter-default", "private": true, "description": "A simple starter to get up and developing quickly with Gatsby", - "version": "1.0.14", + "version": "1.0.15", "author": "Kyle Mathews ", "dependencies": { "@chakra-ui/gatsby-plugin": "workspace:*", diff --git a/examples/next-js/CHANGELOG.md b/examples/next-js/CHANGELOG.md index bf5a6cbf21..878b42871c 100644 --- a/examples/next-js/CHANGELOG.md +++ b/examples/next-js/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 2.0.15 + +### Patch Changes + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/react@2.2.9 + ## 2.0.14 ### Patch Changes diff --git a/examples/next-js/package.json b/examples/next-js/package.json index be6accea56..071a0e5b30 100644 --- a/examples/next-js/package.json +++ b/examples/next-js/package.json @@ -1,6 +1,6 @@ { "name": "chakra-nextjs", - "version": "2.0.14", + "version": "2.0.15", "private": true, "scripts": { "dev": "rimraf .next && next dev", diff --git a/examples/nextjs-typescript/CHANGELOG.md b/examples/nextjs-typescript/CHANGELOG.md index 88cc6dce0a..ec52217cd2 100644 --- a/examples/nextjs-typescript/CHANGELOG.md +++ b/examples/nextjs-typescript/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 2.0.15 + +### Patch Changes + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/icons@2.0.9 + - @chakra-ui/react@2.2.9 + - @chakra-ui/theme-tools@2.0.10 + ## 2.0.14 ### Patch Changes diff --git a/examples/nextjs-typescript/package.json b/examples/nextjs-typescript/package.json index dab36eb2c8..f0555ba5a0 100644 --- a/examples/nextjs-typescript/package.json +++ b/examples/nextjs-typescript/package.json @@ -1,6 +1,6 @@ { "name": "chakra-nextjs-ts", - "version": "2.0.14", + "version": "2.0.15", "private": true, "scripts": { "dev": "next", diff --git a/examples/storybook-addon/CHANGELOG.md b/examples/storybook-addon/CHANGELOG.md index c927fb6c17..25197e03aa 100644 --- a/examples/storybook-addon/CHANGELOG.md +++ b/examples/storybook-addon/CHANGELOG.md @@ -1,5 +1,13 @@ # storybook-addon +## 2.0.15 + +### Patch Changes + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/storybook-addon@4.0.9 + ## 2.0.14 ### Patch Changes diff --git a/examples/storybook-addon/package.json b/examples/storybook-addon/package.json index a9d3426bb5..9220eab7da 100644 --- a/examples/storybook-addon/package.json +++ b/examples/storybook-addon/package.json @@ -1,6 +1,6 @@ { "name": "chakra-storybook-addon", - "version": "2.0.14", + "version": "2.0.15", "main": "index.js", "license": "MIT", "dependencies": { diff --git a/hooks/context/CHANGELOG.md b/hooks/context/CHANGELOG.md index 195b32dda1..78f890b80b 100644 --- a/hooks/context/CHANGELOG.md +++ b/hooks/context/CHANGELOG.md @@ -1,5 +1,14 @@ # @chakra-ui/react-context +## 2.0.3 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + ## 2.0.2 ### Patch Changes diff --git a/hooks/context/package.json b/hooks/context/package.json index 4b1f5ca856..05fed8e723 100644 --- a/hooks/context/package.json +++ b/hooks/context/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/react-context", - "version": "2.0.2", + "version": "2.0.3", "description": "", "keywords": [ "react-use-callback-ref" diff --git a/hooks/use-callback-ref/CHANGELOG.md b/hooks/use-callback-ref/CHANGELOG.md index 4ce7b2dae3..24534e4ace 100644 --- a/hooks/use-callback-ref/CHANGELOG.md +++ b/hooks/use-callback-ref/CHANGELOG.md @@ -1,5 +1,14 @@ # @chakra-ui/react-use-callback-ref +## 2.0.3 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + ## 2.0.2 ### Patch Changes diff --git a/hooks/use-callback-ref/package.json b/hooks/use-callback-ref/package.json index 7da6d0bbd9..f939da4fef 100644 --- a/hooks/use-callback-ref/package.json +++ b/hooks/use-callback-ref/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/react-use-callback-ref", - "version": "2.0.2", + "version": "2.0.3", "description": "", "keywords": [ "react-use-callback-ref" diff --git a/hooks/use-controllable-state/CHANGELOG.md b/hooks/use-controllable-state/CHANGELOG.md index 823b957c0f..4949f6be00 100644 --- a/hooks/use-controllable-state/CHANGELOG.md +++ b/hooks/use-controllable-state/CHANGELOG.md @@ -1,5 +1,18 @@ # @chakra-ui/react-use-controllable-state +## 2.0.3 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/react-use-callback-ref@2.0.3 + ## 2.0.2 ### Patch Changes diff --git a/hooks/use-controllable-state/package.json b/hooks/use-controllable-state/package.json index ccb223a217..2f26458078 100644 --- a/hooks/use-controllable-state/package.json +++ b/hooks/use-controllable-state/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/react-use-controllable-state", - "version": "2.0.2", + "version": "2.0.3", "description": "", "keywords": [ "react-use-callback-ref" diff --git a/hooks/use-disclosure/CHANGELOG.md b/hooks/use-disclosure/CHANGELOG.md index 7060d89305..92359797c6 100644 --- a/hooks/use-disclosure/CHANGELOG.md +++ b/hooks/use-disclosure/CHANGELOG.md @@ -1,5 +1,18 @@ # @chakra-ui/react-use-disclosure +## 2.0.3 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/react-use-callback-ref@2.0.3 + ## 2.0.2 ### Patch Changes diff --git a/hooks/use-disclosure/package.json b/hooks/use-disclosure/package.json index c9ddbb0fc0..e312d9cb40 100644 --- a/hooks/use-disclosure/package.json +++ b/hooks/use-disclosure/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/react-use-disclosure", - "version": "2.0.2", + "version": "2.0.3", "description": "", "keywords": [ "use-disclosure" diff --git a/hooks/use-event-listener/CHANGELOG.md b/hooks/use-event-listener/CHANGELOG.md index 9d86fcb96e..e7fa1edf24 100644 --- a/hooks/use-event-listener/CHANGELOG.md +++ b/hooks/use-event-listener/CHANGELOG.md @@ -1,5 +1,18 @@ # @chakra-ui/react-use-event-listener +## 2.0.3 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/react-use-callback-ref@2.0.3 + ## 2.0.2 ### Patch Changes diff --git a/hooks/use-event-listener/package.json b/hooks/use-event-listener/package.json index 97c7233918..31277912ba 100644 --- a/hooks/use-event-listener/package.json +++ b/hooks/use-event-listener/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/react-use-event-listener", - "version": "2.0.2", + "version": "2.0.3", "description": "", "keywords": [ "use-event-listener" diff --git a/hooks/use-focus-on-pointer-down/CHANGELOG.md b/hooks/use-focus-on-pointer-down/CHANGELOG.md new file mode 100644 index 0000000000..3720a11542 --- /dev/null +++ b/hooks/use-focus-on-pointer-down/CHANGELOG.md @@ -0,0 +1,18 @@ +# @chakra-ui/react-use-focus-on-pointer-down + +## 2.0.1 + +### Patch Changes + +- [#6512](https://github.com/chakra-ui/chakra-ui/pull/6512) + [`5cb345889`](https://github.com/chakra-ui/chakra-ui/commit/5cb3458898be65b789452c1380ce84de5135cb96) + Thanks [@anubra266](https://github.com/anubra266)! - Initial release + +* [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +* Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/react-use-event-listener@2.0.3 diff --git a/hooks/use-focus-on-pointer-down/package.json b/hooks/use-focus-on-pointer-down/package.json index b3933f916f..5ed3167419 100644 --- a/hooks/use-focus-on-pointer-down/package.json +++ b/hooks/use-focus-on-pointer-down/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/react-use-focus-on-pointer-down", - "version": "2.0.0", + "version": "2.0.1", "description": "", "keywords": [ "use-focus-on-pointer-down" diff --git a/hooks/use-interval/CHANGELOG.md b/hooks/use-interval/CHANGELOG.md new file mode 100644 index 0000000000..b21c2c6b44 --- /dev/null +++ b/hooks/use-interval/CHANGELOG.md @@ -0,0 +1,13 @@ +# @chakra-ui/react-use-interval + +## 2.0.1 + +### Patch Changes + +- [#6512](https://github.com/chakra-ui/chakra-ui/pull/6512) + [`5cb345889`](https://github.com/chakra-ui/chakra-ui/commit/5cb3458898be65b789452c1380ce84de5135cb96) + Thanks [@anubra266](https://github.com/anubra266)! - Initial release + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/react-use-callback-ref@2.0.3 diff --git a/hooks/use-interval/package.json b/hooks/use-interval/package.json index 79a56a1139..e179e6f22c 100644 --- a/hooks/use-interval/package.json +++ b/hooks/use-interval/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/react-use-interval", - "version": "2.0.0", + "version": "2.0.1", "description": "", "keywords": [ "react-use-interval" diff --git a/hooks/use-merge-refs/CHANGELOG.md b/hooks/use-merge-refs/CHANGELOG.md index 628b971cb4..b769ccafa4 100644 --- a/hooks/use-merge-refs/CHANGELOG.md +++ b/hooks/use-merge-refs/CHANGELOG.md @@ -1,5 +1,14 @@ # @chakra-ui/react-use-merge-refs +## 2.0.3 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + ## 2.0.2 ### Patch Changes diff --git a/hooks/use-merge-refs/package.json b/hooks/use-merge-refs/package.json index 0ddb07ed81..2de0250637 100644 --- a/hooks/use-merge-refs/package.json +++ b/hooks/use-merge-refs/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/react-use-merge-refs", - "version": "2.0.2", + "version": "2.0.3", "description": "", "keywords": [ "use-merge-refs" diff --git a/hooks/use-pan-event/CHANGELOG.md b/hooks/use-pan-event/CHANGELOG.md index a23f48bd2b..affdb0879a 100644 --- a/hooks/use-pan-event/CHANGELOG.md +++ b/hooks/use-pan-event/CHANGELOG.md @@ -1,5 +1,18 @@ # @chakra-ui/react-use-pan-event +## 2.0.3 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/event-utils@2.0.3 + ## 2.0.2 ### Patch Changes diff --git a/hooks/use-pan-event/package.json b/hooks/use-pan-event/package.json index 56d0263cee..663e708ab0 100644 --- a/hooks/use-pan-event/package.json +++ b/hooks/use-pan-event/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/react-use-pan-event", - "version": "2.0.2", + "version": "2.0.3", "description": "", "keywords": [ "react", diff --git a/hooks/use-previous/CHANGELOG.md b/hooks/use-previous/CHANGELOG.md new file mode 100644 index 0000000000..a94bde4707 --- /dev/null +++ b/hooks/use-previous/CHANGELOG.md @@ -0,0 +1,9 @@ +# @chakra-ui/react-use-previous + +## 2.0.1 + +### Patch Changes + +- [#6512](https://github.com/chakra-ui/chakra-ui/pull/6512) + [`5cb345889`](https://github.com/chakra-ui/chakra-ui/commit/5cb3458898be65b789452c1380ce84de5135cb96) + Thanks [@anubra266](https://github.com/anubra266)! - Initial release diff --git a/hooks/use-previous/package.json b/hooks/use-previous/package.json index 133210f3e3..a2dc516772 100644 --- a/hooks/use-previous/package.json +++ b/hooks/use-previous/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/react-use-previous", - "version": "2.0.0", + "version": "2.0.1", "description": "React hook to track previous value", "keywords": [ "use-previous", diff --git a/hooks/use-safe-layout-effect/CHANGELOG.md b/hooks/use-safe-layout-effect/CHANGELOG.md new file mode 100644 index 0000000000..bbf989d482 --- /dev/null +++ b/hooks/use-safe-layout-effect/CHANGELOG.md @@ -0,0 +1,14 @@ +# @chakra-ui/react-use-safe-layout-effect + +## 2.0.1 + +### Patch Changes + +- [#6512](https://github.com/chakra-ui/chakra-ui/pull/6512) + [`5cb345889`](https://github.com/chakra-ui/chakra-ui/commit/5cb3458898be65b789452c1380ce84de5135cb96) + Thanks [@anubra266](https://github.com/anubra266)! - Initial release + +* [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size diff --git a/hooks/use-safe-layout-effect/package.json b/hooks/use-safe-layout-effect/package.json index 3c088c7d01..a75a639fb1 100644 --- a/hooks/use-safe-layout-effect/package.json +++ b/hooks/use-safe-layout-effect/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/react-use-safe-layout-effect", - "version": "2.0.0", + "version": "2.0.1", "description": "", "keywords": [ "use-safe-layout-effect" diff --git a/hooks/use-size/CHANGELOG.md b/hooks/use-size/CHANGELOG.md index e9318df5d9..99a816b5fd 100644 --- a/hooks/use-size/CHANGELOG.md +++ b/hooks/use-size/CHANGELOG.md @@ -1,5 +1,14 @@ # @chakra-ui/react-use-size +## 2.0.3 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + ## 2.0.2 ### Patch Changes diff --git a/hooks/use-size/package.json b/hooks/use-size/package.json index d55615db98..ad18bd914c 100644 --- a/hooks/use-size/package.json +++ b/hooks/use-size/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/react-use-size", - "version": "2.0.2", + "version": "2.0.3", "description": "Track an element size over time", "keywords": [ "react-use-size" diff --git a/hooks/use-timeout/CHANGELOG.md b/hooks/use-timeout/CHANGELOG.md new file mode 100644 index 0000000000..c4f94589ba --- /dev/null +++ b/hooks/use-timeout/CHANGELOG.md @@ -0,0 +1,13 @@ +# @chakra-ui/react-use-timeout + +## 2.0.1 + +### Patch Changes + +- [#6512](https://github.com/chakra-ui/chakra-ui/pull/6512) + [`5cb345889`](https://github.com/chakra-ui/chakra-ui/commit/5cb3458898be65b789452c1380ce84de5135cb96) + Thanks [@anubra266](https://github.com/anubra266)! - Initial release + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/react-use-callback-ref@2.0.3 diff --git a/hooks/use-timeout/package.json b/hooks/use-timeout/package.json index 4b09dcd2d1..7b1eb01711 100644 --- a/hooks/use-timeout/package.json +++ b/hooks/use-timeout/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/react-use-timeout", - "version": "2.0.0", + "version": "2.0.1", "description": "React hook for setTimeout", "keywords": [ "react-use-timeout" diff --git a/hooks/use-update-effect/CHANGELOG.md b/hooks/use-update-effect/CHANGELOG.md index 0445e33980..e6ed79be1e 100644 --- a/hooks/use-update-effect/CHANGELOG.md +++ b/hooks/use-update-effect/CHANGELOG.md @@ -1,5 +1,14 @@ # @chakra-ui/react-use-update-effect +## 2.0.3 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + ## 2.0.2 ### Patch Changes diff --git a/hooks/use-update-effect/package.json b/hooks/use-update-effect/package.json index 553a5027ba..d79468b7a9 100644 --- a/hooks/use-update-effect/package.json +++ b/hooks/use-update-effect/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/react-use-update-effect", - "version": "2.0.2", + "version": "2.0.3", "description": "", "keywords": [ "use-update-effect" diff --git a/packages/accordion/CHANGELOG.md b/packages/accordion/CHANGELOG.md index 44ef55364a..88a7e74f93 100644 --- a/packages/accordion/CHANGELOG.md +++ b/packages/accordion/CHANGELOG.md @@ -1,5 +1,23 @@ # Change Log +## 2.0.11 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/react-context@2.0.3 + - @chakra-ui/react-use-controllable-state@2.0.3 + - @chakra-ui/react-use-merge-refs@2.0.3 + - @chakra-ui/descendant@3.0.8 + - @chakra-ui/icon@3.0.9 + - @chakra-ui/transition@2.0.9 + ## 2.0.10 ### Patch Changes diff --git a/packages/accordion/package.json b/packages/accordion/package.json index 26bdb9c1a5..b8e854be8d 100644 --- a/packages/accordion/package.json +++ b/packages/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/accordion", - "version": "2.0.10", + "version": "2.0.11", "description": "A simple and accessible accordion component for React & Chakra UI", "keywords": [ "react", diff --git a/packages/alert/CHANGELOG.md b/packages/alert/CHANGELOG.md index 50d6b65e5c..cf916a5985 100644 --- a/packages/alert/CHANGELOG.md +++ b/packages/alert/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 2.0.9 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/react-context@2.0.3 + - @chakra-ui/icon@3.0.9 + - @chakra-ui/spinner@2.0.9 + ## 2.0.8 ### Patch Changes diff --git a/packages/alert/package.json b/packages/alert/package.json index aed17097f7..9d0ef08588 100644 --- a/packages/alert/package.json +++ b/packages/alert/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/alert", - "version": "2.0.8", + "version": "2.0.9", "description": "A React component used to alert users of a particular screen area that needs user action", "keywords": [ "alert", diff --git a/packages/anatomy/CHANGELOG.md b/packages/anatomy/CHANGELOG.md index 9a6b728ee4..6b9b9a7e92 100644 --- a/packages/anatomy/CHANGELOG.md +++ b/packages/anatomy/CHANGELOG.md @@ -1,5 +1,14 @@ # @chakra-ui/anatomy +## 2.0.5 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + ## 2.0.4 ### Patch Changes diff --git a/packages/anatomy/package.json b/packages/anatomy/package.json index d4f2bbc836..a586a5a7cd 100644 --- a/packages/anatomy/package.json +++ b/packages/anatomy/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/anatomy", - "version": "2.0.4", + "version": "2.0.5", "description": "The anatomy of all chakra components", "keywords": [ "theme", diff --git a/packages/avatar/CHANGELOG.md b/packages/avatar/CHANGELOG.md index 14e9b45fa1..40871655e8 100644 --- a/packages/avatar/CHANGELOG.md +++ b/packages/avatar/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 2.0.10 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/react-context@2.0.3 + - @chakra-ui/image@2.0.10 + - @chakra-ui/react-children-utils@2.0.1 + ## 2.0.9 ### Patch Changes diff --git a/packages/avatar/package.json b/packages/avatar/package.json index bb2350389e..a0bdb42a5d 100644 --- a/packages/avatar/package.json +++ b/packages/avatar/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/avatar", - "version": "2.0.9", + "version": "2.0.10", "description": "A React component used to show users avatar or initials", "keywords": [ "component", diff --git a/packages/breadcrumb/CHANGELOG.md b/packages/breadcrumb/CHANGELOG.md index 05e4d572d7..dc5ae62b0e 100644 --- a/packages/breadcrumb/CHANGELOG.md +++ b/packages/breadcrumb/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 2.0.9 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/react-context@2.0.3 + - @chakra-ui/react-children-utils@2.0.1 + ## 2.0.8 ### Patch Changes diff --git a/packages/breadcrumb/package.json b/packages/breadcrumb/package.json index 2921cdfc3e..a944d2c4e4 100644 --- a/packages/breadcrumb/package.json +++ b/packages/breadcrumb/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/breadcrumb", - "version": "2.0.8", + "version": "2.0.9", "description": "A React component used for navigation, with each item acting as a link", "keywords": [ "breadcrumbs", diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index 29ec30f9fc..2529e36067 100644 --- a/packages/button/CHANGELOG.md +++ b/packages/button/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 2.0.9 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/react-context@2.0.3 + - @chakra-ui/react-use-merge-refs@2.0.3 + - @chakra-ui/spinner@2.0.9 + ## 2.0.8 ### Patch Changes diff --git a/packages/button/package.json b/packages/button/package.json index bd23b34cd1..ae93ffe67e 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/button", - "version": "2.0.8", + "version": "2.0.9", "description": "A React component that is a base button.", "keywords": [ "button", diff --git a/packages/checkbox/CHANGELOG.md b/packages/checkbox/CHANGELOG.md index 155dde36b8..3316ed38e9 100644 --- a/packages/checkbox/CHANGELOG.md +++ b/packages/checkbox/CHANGELOG.md @@ -1,5 +1,27 @@ # Change Log +## 2.1.8 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`5cb345889`](https://github.com/chakra-ui/chakra-ui/commit/5cb3458898be65b789452c1380ce84de5135cb96), + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/react-use-safe-layout-effect@2.0.1 + - @chakra-ui/react-context@2.0.3 + - @chakra-ui/react-use-callback-ref@2.0.3 + - @chakra-ui/react-use-controllable-state@2.0.3 + - @chakra-ui/react-use-merge-refs@2.0.3 + - @chakra-ui/react-use-update-effect@2.0.3 + - @chakra-ui/form-control@2.0.9 + - @chakra-ui/visually-hidden@2.0.9 + - @chakra-ui/react-types@2.0.3 + ## 2.1.7 ### Patch Changes diff --git a/packages/checkbox/package.json b/packages/checkbox/package.json index 8cb43f1938..718aca03af 100644 --- a/packages/checkbox/package.json +++ b/packages/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/checkbox", - "version": "2.1.7", + "version": "2.1.8", "description": "A React Checkbox component for use in forms", "keywords": [ "react", diff --git a/packages/clickable/CHANGELOG.md b/packages/clickable/CHANGELOG.md index fa68ce4668..f671642b42 100644 --- a/packages/clickable/CHANGELOG.md +++ b/packages/clickable/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 2.0.9 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/react-use-merge-refs@2.0.3 + ## 2.0.8 ### Patch Changes diff --git a/packages/clickable/package.json b/packages/clickable/package.json index 397ffc31e6..a364d20e72 100644 --- a/packages/clickable/package.json +++ b/packages/clickable/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/clickable", - "version": "2.0.8", + "version": "2.0.9", "description": "React hook and component that implements native button interactions", "keywords": [ "chakra ui", diff --git a/packages/close-button/CHANGELOG.md b/packages/close-button/CHANGELOG.md index 6213c7ddb1..a8c00a2130 100644 --- a/packages/close-button/CHANGELOG.md +++ b/packages/close-button/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 2.0.9 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/icon@3.0.9 + ## 2.0.8 ### Patch Changes diff --git a/packages/close-button/package.json b/packages/close-button/package.json index b413eb7f19..d6d372c22a 100644 --- a/packages/close-button/package.json +++ b/packages/close-button/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/close-button", - "version": "2.0.8", + "version": "2.0.9", "description": "A React and Chakra UI close button component.", "keywords": [ "close-button", diff --git a/packages/color-mode/CHANGELOG.md b/packages/color-mode/CHANGELOG.md index 9d4980a47e..cf34390ef0 100644 --- a/packages/color-mode/CHANGELOG.md +++ b/packages/color-mode/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 2.1.7 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`5cb345889`](https://github.com/chakra-ui/chakra-ui/commit/5cb3458898be65b789452c1380ce84de5135cb96), + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/react-use-safe-layout-effect@2.0.1 + ## 2.1.6 ### Patch Changes diff --git a/packages/color-mode/package.json b/packages/color-mode/package.json index 5784beab01..68b76c686b 100644 --- a/packages/color-mode/package.json +++ b/packages/color-mode/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/color-mode", - "version": "2.1.6", + "version": "2.1.7", "description": "React component and hooks for handling light and dark mode.", "keywords": [ "react", diff --git a/packages/control-box/CHANGELOG.md b/packages/control-box/CHANGELOG.md index f944237c3b..1c5eb87165 100644 --- a/packages/control-box/CHANGELOG.md +++ b/packages/control-box/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 2.0.9 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + ## 2.0.8 ### Patch Changes diff --git a/packages/control-box/package.json b/packages/control-box/package.json index 101d3cb769..6c66a4e037 100644 --- a/packages/control-box/package.json +++ b/packages/control-box/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/control-box", - "version": "2.0.8", + "version": "2.0.9", "description": "Chakra UI ControlBox component", "keywords": [ "checkbox", diff --git a/packages/counter/CHANGELOG.md b/packages/counter/CHANGELOG.md index d9377ba989..4a9aac34e7 100644 --- a/packages/counter/CHANGELOG.md +++ b/packages/counter/CHANGELOG.md @@ -1,5 +1,24 @@ # Change Log +## 2.0.9 + +### Patch Changes + +- [#6485](https://github.com/chakra-ui/chakra-ui/pull/6485) + [`96bf71998`](https://github.com/chakra-ui/chakra-ui/commit/96bf7199889d2023bb2e4fd3f9c0511bffa70e9e) + Thanks [@m4x3d](https://github.com/m4x3d)! - Fix default values for min and + max prop in docs + +* [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +* Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/react-use-callback-ref@2.0.3 + - @chakra-ui/number-utils@2.0.3 + ## 2.0.8 ### Patch Changes diff --git a/packages/counter/package.json b/packages/counter/package.json index 72267ddff8..2169509158 100644 --- a/packages/counter/package.json +++ b/packages/counter/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/counter", - "version": "2.0.8", + "version": "2.0.9", "description": "A React hook for managing counters", "keywords": [ "counter", diff --git a/packages/css-reset/CHANGELOG.md b/packages/css-reset/CHANGELOG.md index bb5ccf0d70..ef24a8e3e9 100644 --- a/packages/css-reset/CHANGELOG.md +++ b/packages/css-reset/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 2.0.5 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + ## 2.0.4 ### Patch Changes diff --git a/packages/css-reset/package.json b/packages/css-reset/package.json index 425690fe00..db2d6c2bcc 100644 --- a/packages/css-reset/package.json +++ b/packages/css-reset/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/css-reset", - "version": "2.0.4", + "version": "2.0.5", "description": "CSS reset component for Chakra UI", "keywords": [ "theme", diff --git a/packages/descendant/CHANGELOG.md b/packages/descendant/CHANGELOG.md index 4a243b36fe..ccdef5c3f4 100644 --- a/packages/descendant/CHANGELOG.md +++ b/packages/descendant/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 3.0.8 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/react-context@2.0.3 + - @chakra-ui/react-use-merge-refs@2.0.3 + ## 3.0.7 ### Patch Changes diff --git a/packages/descendant/package.json b/packages/descendant/package.json index f12c2a48f0..c1770033f9 100644 --- a/packages/descendant/package.json +++ b/packages/descendant/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/descendant", - "version": "3.0.7", + "version": "3.0.8", "description": "Register child nodes of a react element for better accessibility", "keywords": [ "dom", diff --git a/packages/editable/CHANGELOG.md b/packages/editable/CHANGELOG.md index daf9c2c39b..862ac4fdc6 100644 --- a/packages/editable/CHANGELOG.md +++ b/packages/editable/CHANGELOG.md @@ -1,5 +1,26 @@ # Change Log +## 2.0.9 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`5cb345889`](https://github.com/chakra-ui/chakra-ui/commit/5cb3458898be65b789452c1380ce84de5135cb96), + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/react-use-focus-on-pointer-down@2.0.1 + - @chakra-ui/react-use-safe-layout-effect@2.0.1 + - @chakra-ui/shared-utils@2.0.1 + - @chakra-ui/react-context@2.0.3 + - @chakra-ui/react-use-controllable-state@2.0.3 + - @chakra-ui/react-use-merge-refs@2.0.3 + - @chakra-ui/react-use-update-effect@2.0.3 + - @chakra-ui/react-types@2.0.3 + ## 2.0.8 ### Patch Changes diff --git a/packages/editable/package.json b/packages/editable/package.json index 09b88df28e..2cf11dff87 100644 --- a/packages/editable/package.json +++ b/packages/editable/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/editable", - "version": "2.0.8", + "version": "2.0.9", "description": "React component used to build inline-editable components", "keywords": [ "chakra ui", diff --git a/packages/env/CHANGELOG.md b/packages/env/CHANGELOG.md index bedd87b408..ae9e6d024f 100644 --- a/packages/env/CHANGELOG.md +++ b/packages/env/CHANGELOG.md @@ -1,5 +1,14 @@ # @chakra-ui/react-env +## 2.0.9 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + ## 2.0.8 ### Patch Changes diff --git a/packages/env/package.json b/packages/env/package.json index 38feeff104..0ac769fdf5 100644 --- a/packages/env/package.json +++ b/packages/env/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/react-env", - "version": "2.0.8", + "version": "2.0.9", "description": "Component and hook for handling window and document object in iframe or ssr environment", "keywords": [ "dom", diff --git a/packages/focus-lock/CHANGELOG.md b/packages/focus-lock/CHANGELOG.md index 89beb51549..861f71b99b 100644 --- a/packages/focus-lock/CHANGELOG.md +++ b/packages/focus-lock/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 2.0.10 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/dom-utils@2.0.1 + ## 2.0.9 ### Patch Changes diff --git a/packages/focus-lock/package.json b/packages/focus-lock/package.json index d77dbc12f6..e6e42372e2 100644 --- a/packages/focus-lock/package.json +++ b/packages/focus-lock/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/focus-lock", - "version": "2.0.9", + "version": "2.0.10", "description": "React focus lock for all Chakra components", "keywords": [ "react focus lock", diff --git a/packages/form-control/CHANGELOG.md b/packages/form-control/CHANGELOG.md index cdcab28ee1..2577d30737 100644 --- a/packages/form-control/CHANGELOG.md +++ b/packages/form-control/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## 2.0.9 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/react-context@2.0.3 + - @chakra-ui/react-use-merge-refs@2.0.3 + - @chakra-ui/icon@3.0.9 + - @chakra-ui/react-types@2.0.3 + ## 2.0.8 ### Patch Changes diff --git a/packages/form-control/package.json b/packages/form-control/package.json index 1867fe41ad..e8c4ce3a02 100644 --- a/packages/form-control/package.json +++ b/packages/form-control/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/form-control", - "version": "2.0.8", + "version": "2.0.9", "description": "React component to provide validation states to form fields", "keywords": [ "field", diff --git a/packages/hooks/CHANGELOG.md b/packages/hooks/CHANGELOG.md index 610be17e1b..c987b30238 100644 --- a/packages/hooks/CHANGELOG.md +++ b/packages/hooks/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 2.0.9 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/react-utils@2.0.6 + - @chakra-ui/utils@2.0.9 + ## 2.0.8 ### Patch Changes diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 8e4f4ee336..4eb0443a9e 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/hooks", - "version": "2.0.8", + "version": "2.0.9", "description": "React hooks for Chakra components", "keywords": [ "hooks", diff --git a/packages/icon/CHANGELOG.md b/packages/icon/CHANGELOG.md index 463358b018..bb4587a54b 100644 --- a/packages/icon/CHANGELOG.md +++ b/packages/icon/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 3.0.9 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`5cb345889`](https://github.com/chakra-ui/chakra-ui/commit/5cb3458898be65b789452c1380ce84de5135cb96), + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/shared-utils@2.0.1 + ## 3.0.8 ### Patch Changes diff --git a/packages/icon/package.json b/packages/icon/package.json index a8eb0b8622..946199db4a 100644 --- a/packages/icon/package.json +++ b/packages/icon/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/icon", - "version": "3.0.8", + "version": "3.0.9", "description": "A base React component for icons", "keywords": [ "react", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 78f4076a0b..31f892f946 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 2.0.9 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/icon@3.0.9 + ## 2.0.8 ### Patch Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index 531dfb4cac..f4eb901cb0 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/icons", - "version": "2.0.8", + "version": "2.0.9", "description": "Chakra UI icons", "author": "Segun Adebayo ", "homepage": "https://github.com/chakra-ui/chakra-ui#readme", diff --git a/packages/image/CHANGELOG.md b/packages/image/CHANGELOG.md index eab7181878..809e821660 100644 --- a/packages/image/CHANGELOG.md +++ b/packages/image/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 2.0.10 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/hooks@2.0.9 + - @chakra-ui/utils@2.0.9 + ## 2.0.9 ### Patch Changes diff --git a/packages/image/package.json b/packages/image/package.json index fe059a6ff4..98be6b9557 100644 --- a/packages/image/package.json +++ b/packages/image/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/image", - "version": "2.0.9", + "version": "2.0.10", "description": "React component for progressive image loading", "keywords": [ "react", diff --git a/packages/input/CHANGELOG.md b/packages/input/CHANGELOG.md index f3ad71ad55..f762c5724a 100644 --- a/packages/input/CHANGELOG.md +++ b/packages/input/CHANGELOG.md @@ -1,5 +1,23 @@ # Change Log +## 2.0.9 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`5cb345889`](https://github.com/chakra-ui/chakra-ui/commit/5cb3458898be65b789452c1380ce84de5135cb96), + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/shared-utils@2.0.1 + - @chakra-ui/react-context@2.0.3 + - @chakra-ui/form-control@2.0.9 + - @chakra-ui/object-utils@2.0.3 + - @chakra-ui/react-children-utils@2.0.1 + ## 2.0.8 ### Patch Changes diff --git a/packages/input/package.json b/packages/input/package.json index ef5e177684..18b19a8711 100644 --- a/packages/input/package.json +++ b/packages/input/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/input", - "version": "2.0.8", + "version": "2.0.9", "description": "A React component for input text field", "keywords": [ "react", diff --git a/packages/layout/CHANGELOG.md b/packages/layout/CHANGELOG.md index bdbca9a5d1..133a97d515 100644 --- a/packages/layout/CHANGELOG.md +++ b/packages/layout/CHANGELOG.md @@ -1,5 +1,24 @@ # Change Log +## 2.1.6 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`5cb345889`](https://github.com/chakra-ui/chakra-ui/commit/5cb3458898be65b789452c1380ce84de5135cb96), + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/shared-utils@2.0.1 + - @chakra-ui/react-context@2.0.3 + - @chakra-ui/icon@3.0.9 + - @chakra-ui/breakpoint-utils@2.0.3 + - @chakra-ui/object-utils@2.0.3 + - @chakra-ui/react-children-utils@2.0.1 + ## 2.1.5 ### Patch Changes diff --git a/packages/layout/package.json b/packages/layout/package.json index c6583790c0..0b4321df97 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/layout", - "version": "2.1.5", + "version": "2.1.6", "description": "Chakra UI layout components that give you massive speed", "keywords": [ "layout", diff --git a/packages/live-region/CHANGELOG.md b/packages/live-region/CHANGELOG.md index 47008fbaa0..2e0ea4a46f 100644 --- a/packages/live-region/CHANGELOG.md +++ b/packages/live-region/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 2.0.9 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + ## 2.0.8 ### Patch Changes diff --git a/packages/live-region/package.json b/packages/live-region/package.json index 186405c127..14f7cee3da 100644 --- a/packages/live-region/package.json +++ b/packages/live-region/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/live-region", - "version": "2.0.8", + "version": "2.0.9", "description": "Aria live region for React components", "keywords": [ "aria", diff --git a/packages/media-query/CHANGELOG.md b/packages/media-query/CHANGELOG.md index e16808145f..37190eb3e7 100644 --- a/packages/media-query/CHANGELOG.md +++ b/packages/media-query/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 3.2.5 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/react-env@2.0.9 + - @chakra-ui/breakpoint-utils@2.0.3 + ## 3.2.4 ### Patch Changes diff --git a/packages/media-query/package.json b/packages/media-query/package.json index 995ddf25e7..45c99e8db6 100644 --- a/packages/media-query/package.json +++ b/packages/media-query/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/media-query", - "version": "3.2.4", + "version": "3.2.5", "description": "A React hook for changing properties or visibility of a component based on css media query", "keywords": [ "chakra ui", diff --git a/packages/menu/CHANGELOG.md b/packages/menu/CHANGELOG.md index 09e425edee..e15b5254c1 100644 --- a/packages/menu/CHANGELOG.md +++ b/packages/menu/CHANGELOG.md @@ -1,5 +1,24 @@ # Change Log +## 2.0.11 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/clickable@2.0.9 + - @chakra-ui/descendant@3.0.8 + - @chakra-ui/hooks@2.0.9 + - @chakra-ui/popper@3.0.7 + - @chakra-ui/react-utils@2.0.6 + - @chakra-ui/transition@2.0.9 + - @chakra-ui/utils@2.0.9 + ## 2.0.10 ### Patch Changes diff --git a/packages/menu/package.json b/packages/menu/package.json index 7980d3d696..a037557c49 100644 --- a/packages/menu/package.json +++ b/packages/menu/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/menu", - "version": "2.0.10", + "version": "2.0.11", "description": "A React component to render accessible menus", "keywords": [ "menu", diff --git a/packages/modal/CHANGELOG.md b/packages/modal/CHANGELOG.md index 6ec04f4a66..792d91ff76 100644 --- a/packages/modal/CHANGELOG.md +++ b/packages/modal/CHANGELOG.md @@ -1,5 +1,24 @@ # Change Log +## 2.1.7 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/close-button@2.0.9 + - @chakra-ui/focus-lock@2.0.10 + - @chakra-ui/hooks@2.0.9 + - @chakra-ui/portal@2.0.9 + - @chakra-ui/react-utils@2.0.6 + - @chakra-ui/transition@2.0.9 + - @chakra-ui/utils@2.0.9 + ## 2.1.6 ### Patch Changes diff --git a/packages/modal/package.json b/packages/modal/package.json index b2d36e04e7..44fa9f9383 100644 --- a/packages/modal/package.json +++ b/packages/modal/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/modal", - "version": "2.1.6", + "version": "2.1.7", "description": "An accessible dialog (modal) component for React & Chakra UI", "keywords": [ "react", diff --git a/packages/number-input/CHANGELOG.md b/packages/number-input/CHANGELOG.md index 115d703f0a..1b190d0400 100644 --- a/packages/number-input/CHANGELOG.md +++ b/packages/number-input/CHANGELOG.md @@ -1,5 +1,30 @@ # Change Log +## 2.0.9 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`5cb345889`](https://github.com/chakra-ui/chakra-ui/commit/5cb3458898be65b789452c1380ce84de5135cb96), + [`96bf71998`](https://github.com/chakra-ui/chakra-ui/commit/96bf7199889d2023bb2e4fd3f9c0511bffa70e9e), + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/react-use-safe-layout-effect@2.0.1 + - @chakra-ui/react-use-interval@2.0.1 + - @chakra-ui/counter@2.0.9 + - @chakra-ui/react-context@2.0.3 + - @chakra-ui/react-use-callback-ref@2.0.3 + - @chakra-ui/react-use-event-listener@2.0.3 + - @chakra-ui/react-use-merge-refs@2.0.3 + - @chakra-ui/react-use-update-effect@2.0.3 + - @chakra-ui/form-control@2.0.9 + - @chakra-ui/icon@3.0.9 + - @chakra-ui/react-types@2.0.3 + ## 2.0.8 ### Patch Changes diff --git a/packages/number-input/package.json b/packages/number-input/package.json index 9671f0d86b..520f227004 100644 --- a/packages/number-input/package.json +++ b/packages/number-input/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/number-input", - "version": "2.0.8", + "version": "2.0.9", "description": "An accessible numeric input alternative to ", "keywords": [ "theme", diff --git a/packages/pin-input/CHANGELOG.md b/packages/pin-input/CHANGELOG.md index e60683e9d8..e2fa552685 100644 --- a/packages/pin-input/CHANGELOG.md +++ b/packages/pin-input/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log +## 2.0.11 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/react-context@2.0.3 + - @chakra-ui/react-use-controllable-state@2.0.3 + - @chakra-ui/react-use-merge-refs@2.0.3 + - @chakra-ui/descendant@3.0.8 + - @chakra-ui/react-children-utils@2.0.1 + ## 2.0.10 ### Patch Changes diff --git a/packages/pin-input/package.json b/packages/pin-input/package.json index 7004aa73bd..e7bf7f1ae2 100644 --- a/packages/pin-input/package.json +++ b/packages/pin-input/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/pin-input", - "version": "2.0.10", + "version": "2.0.11", "description": "A React component optimized for entering sequences of digits", "keywords": [ "pin", diff --git a/packages/popover/CHANGELOG.md b/packages/popover/CHANGELOG.md index 25e03b3c67..b9ea736c5e 100644 --- a/packages/popover/CHANGELOG.md +++ b/packages/popover/CHANGELOG.md @@ -1,5 +1,25 @@ # Change Log +## 2.0.9 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/react-context@2.0.3 + - @chakra-ui/react-use-disclosure@2.0.3 + - @chakra-ui/react-use-merge-refs@2.0.3 + - @chakra-ui/close-button@2.0.9 + - @chakra-ui/hooks@2.0.9 + - @chakra-ui/popper@3.0.7 + - @chakra-ui/lazy-utils@2.0.1 + - @chakra-ui/react-types@2.0.3 + ## 2.0.8 ### Patch Changes diff --git a/packages/popover/package.json b/packages/popover/package.json index b8639a0711..f081e28e9f 100644 --- a/packages/popover/package.json +++ b/packages/popover/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/popover", - "version": "2.0.8", + "version": "2.0.9", "description": "A React component to render that renders its content in a popover", "keywords": [ "popover", diff --git a/packages/popper/CHANGELOG.md b/packages/popper/CHANGELOG.md index 1b2e4c01b3..c65eece461 100644 --- a/packages/popper/CHANGELOG.md +++ b/packages/popper/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 3.0.7 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/react-use-merge-refs@2.0.3 + - @chakra-ui/react-types@2.0.3 + ## 3.0.6 ### Patch Changes diff --git a/packages/popper/package.json b/packages/popper/package.json index 11e414d75f..db1af3aa49 100644 --- a/packages/popper/package.json +++ b/packages/popper/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/popper", - "version": "3.0.6", + "version": "3.0.7", "description": "A React component and hooks wrapper for popper.js", "keywords": [ "react", diff --git a/packages/portal/CHANGELOG.md b/packages/portal/CHANGELOG.md index 2dcc471b18..19640be417 100644 --- a/packages/portal/CHANGELOG.md +++ b/packages/portal/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 2.0.9 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`5cb345889`](https://github.com/chakra-ui/chakra-ui/commit/5cb3458898be65b789452c1380ce84de5135cb96), + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/react-use-safe-layout-effect@2.0.1 + - @chakra-ui/react-context@2.0.3 + ## 2.0.8 ### Patch Changes diff --git a/packages/portal/package.json b/packages/portal/package.json index 94f4a40738..c06b60de34 100644 --- a/packages/portal/package.json +++ b/packages/portal/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/portal", - "version": "2.0.8", + "version": "2.0.9", "description": "React component used to render children outside the DOM hierarchy of the parent component", "keywords": [ "react", diff --git a/packages/progress/CHANGELOG.md b/packages/progress/CHANGELOG.md index c7a2b153b9..ea4c50e0b2 100644 --- a/packages/progress/CHANGELOG.md +++ b/packages/progress/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 2.0.10 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/react-context@2.0.3 + ## 2.0.9 ### Patch Changes diff --git a/packages/progress/package.json b/packages/progress/package.json index 9404bdcce3..7f09c9fe72 100644 --- a/packages/progress/package.json +++ b/packages/progress/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/progress", - "version": "2.0.9", + "version": "2.0.10", "description": "Progress bar component for Chakra UI", "keywords": [ "theme", diff --git a/packages/provider/CHANGELOG.md b/packages/provider/CHANGELOG.md index 5945b0059a..49e154b3c4 100644 --- a/packages/provider/CHANGELOG.md +++ b/packages/provider/CHANGELOG.md @@ -1,5 +1,22 @@ # @chakra-ui/provider +## 2.0.14 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/css-reset@2.0.5 + - @chakra-ui/react-env@2.0.9 + - @chakra-ui/portal@2.0.9 + - @chakra-ui/system@2.2.7 + - @chakra-ui/utils@2.0.9 + ## 2.0.13 ### Patch Changes diff --git a/packages/provider/package.json b/packages/provider/package.json index 2c0b0d5046..37c464680b 100644 --- a/packages/provider/package.json +++ b/packages/provider/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/provider", - "version": "2.0.13", + "version": "2.0.14", "description": "Theme and components agnostic ChakraProvider", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", diff --git a/packages/radio/CHANGELOG.md b/packages/radio/CHANGELOG.md index 46e2273f95..1fd5f9ca49 100644 --- a/packages/radio/CHANGELOG.md +++ b/packages/radio/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## 2.0.10 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/react-context@2.0.3 + - @chakra-ui/react-use-merge-refs@2.0.3 + - @chakra-ui/form-control@2.0.9 + - @chakra-ui/react-types@2.0.3 + ## 2.0.9 ### Patch Changes diff --git a/packages/radio/package.json b/packages/radio/package.json index 10951af5e2..11ce89c620 100644 --- a/packages/radio/package.json +++ b/packages/radio/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/radio", - "version": "2.0.9", + "version": "2.0.10", "description": "A React component to render custom Radio input types", "keywords": [ "radio", diff --git a/packages/react-utils/CHANGELOG.md b/packages/react-utils/CHANGELOG.md index 36f0583a1c..1036dc783f 100644 --- a/packages/react-utils/CHANGELOG.md +++ b/packages/react-utils/CHANGELOG.md @@ -1,5 +1,18 @@ # @chakra-ui/react-utils +## 2.0.6 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/utils@2.0.9 + ## 2.0.5 ### Patch Changes diff --git a/packages/react-utils/package.json b/packages/react-utils/package.json index 3afe08038d..6adc683ec3 100644 --- a/packages/react-utils/package.json +++ b/packages/react-utils/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/react-utils", - "version": "2.0.5", + "version": "2.0.6", "description": "React utilities and helpers for Chakra UI", "keywords": [ "theme", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 24cad887c9..355c1e8d14 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,65 @@ # Change Log +## 2.2.9 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`96bf71998`](https://github.com/chakra-ui/chakra-ui/commit/96bf7199889d2023bb2e4fd3f9c0511bffa70e9e), + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/counter@2.0.9 + - @chakra-ui/stat@2.0.9 + - @chakra-ui/accordion@2.0.11 + - @chakra-ui/alert@2.0.9 + - @chakra-ui/avatar@2.0.10 + - @chakra-ui/breadcrumb@2.0.9 + - @chakra-ui/button@2.0.9 + - @chakra-ui/checkbox@2.1.8 + - @chakra-ui/close-button@2.0.9 + - @chakra-ui/control-box@2.0.9 + - @chakra-ui/css-reset@2.0.5 + - @chakra-ui/editable@2.0.9 + - @chakra-ui/react-env@2.0.9 + - @chakra-ui/form-control@2.0.9 + - @chakra-ui/hooks@2.0.9 + - @chakra-ui/icon@3.0.9 + - @chakra-ui/image@2.0.10 + - @chakra-ui/input@2.0.9 + - @chakra-ui/layout@2.1.6 + - @chakra-ui/live-region@2.0.9 + - @chakra-ui/media-query@3.2.5 + - @chakra-ui/menu@2.0.11 + - @chakra-ui/modal@2.1.7 + - @chakra-ui/number-input@2.0.9 + - @chakra-ui/pin-input@2.0.11 + - @chakra-ui/popover@2.0.9 + - @chakra-ui/popper@3.0.7 + - @chakra-ui/portal@2.0.9 + - @chakra-ui/progress@2.0.10 + - @chakra-ui/provider@2.0.14 + - @chakra-ui/radio@2.0.10 + - @chakra-ui/select@2.0.9 + - @chakra-ui/skeleton@2.0.14 + - @chakra-ui/slider@2.0.9 + - @chakra-ui/spinner@2.0.9 + - @chakra-ui/switch@2.0.11 + - @chakra-ui/system@2.2.7 + - @chakra-ui/table@2.0.9 + - @chakra-ui/tabs@2.0.11 + - @chakra-ui/tag@2.0.9 + - @chakra-ui/textarea@2.0.10 + - @chakra-ui/theme@2.1.8 + - @chakra-ui/toast@3.0.7 + - @chakra-ui/tooltip@2.0.10 + - @chakra-ui/transition@2.0.9 + - @chakra-ui/utils@2.0.9 + - @chakra-ui/visually-hidden@2.0.9 + ## 2.2.8 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index b2b785d29b..ee577dcc10 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/react", - "version": "2.2.8", + "version": "2.2.9", "description": "Responsive and accessible React UI components built with React and Emotion", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", diff --git a/packages/select/CHANGELOG.md b/packages/select/CHANGELOG.md index 491b230a55..89d56fc4f7 100644 --- a/packages/select/CHANGELOG.md +++ b/packages/select/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 2.0.9 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/form-control@2.0.9 + ## 2.0.8 ### Patch Changes diff --git a/packages/select/package.json b/packages/select/package.json index 2a2e287385..71d4dfe03e 100644 --- a/packages/select/package.json +++ b/packages/select/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/select", - "version": "2.0.8", + "version": "2.0.9", "description": "description", "keywords": [ "theme", diff --git a/packages/skeleton/CHANGELOG.md b/packages/skeleton/CHANGELOG.md index 25e692ff3f..17467a7c6b 100644 --- a/packages/skeleton/CHANGELOG.md +++ b/packages/skeleton/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 2.0.14 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`5cb345889`](https://github.com/chakra-ui/chakra-ui/commit/5cb3458898be65b789452c1380ce84de5135cb96), + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/react-use-previous@2.0.1 + - @chakra-ui/media-query@3.2.5 + ## 2.0.13 ### Patch Changes diff --git a/packages/skeleton/package.json b/packages/skeleton/package.json index 04a14e10a3..07f3e7f461 100644 --- a/packages/skeleton/package.json +++ b/packages/skeleton/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/skeleton", - "version": "2.0.13", + "version": "2.0.14", "description": "React component to render a placeholders while you wait for content to load", "keywords": [ "skeleton", diff --git a/packages/skip-nav/CHANGELOG.md b/packages/skip-nav/CHANGELOG.md index 47692fe7b2..8d367ce4a5 100644 --- a/packages/skip-nav/CHANGELOG.md +++ b/packages/skip-nav/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 2.0.9 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + ## 2.0.8 ### Patch Changes diff --git a/packages/skip-nav/package.json b/packages/skip-nav/package.json index b159118be5..a96e90a22c 100644 --- a/packages/skip-nav/package.json +++ b/packages/skip-nav/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/skip-nav", - "version": "2.0.8", + "version": "2.0.9", "description": "Skip navigation links for screen reader and keyboard users", "keywords": [ "skip link", diff --git a/packages/slider/CHANGELOG.md b/packages/slider/CHANGELOG.md index 4334e7f748..f8a7898b9d 100644 --- a/packages/slider/CHANGELOG.md +++ b/packages/slider/CHANGELOG.md @@ -1,5 +1,26 @@ # Change Log +## 2.0.9 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/react-context@2.0.3 + - @chakra-ui/react-use-callback-ref@2.0.3 + - @chakra-ui/react-use-controllable-state@2.0.3 + - @chakra-ui/react-use-merge-refs@2.0.3 + - @chakra-ui/react-use-pan-event@2.0.3 + - @chakra-ui/react-use-size@2.0.3 + - @chakra-ui/react-use-update-effect@2.0.3 + - @chakra-ui/number-utils@2.0.3 + - @chakra-ui/react-types@2.0.3 + ## 2.0.8 ### Patch Changes diff --git a/packages/slider/package.json b/packages/slider/package.json index 238f8eaf01..3626d73a0f 100644 --- a/packages/slider/package.json +++ b/packages/slider/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/slider", - "version": "2.0.8", + "version": "2.0.9", "description": "Accessible slider component for React that implements ", "keywords": [ "react", diff --git a/packages/spinner/CHANGELOG.md b/packages/spinner/CHANGELOG.md index b0abc46d40..49447b9dd7 100644 --- a/packages/spinner/CHANGELOG.md +++ b/packages/spinner/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 2.0.9 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + ## 2.0.8 ### Patch Changes diff --git a/packages/spinner/package.json b/packages/spinner/package.json index 333208f80b..31b5a32dfb 100644 --- a/packages/spinner/package.json +++ b/packages/spinner/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/spinner", - "version": "2.0.8", + "version": "2.0.9", "description": "A React component for displaying spinners and loaders", "keywords": [ "spinner", diff --git a/packages/stat/CHANGELOG.md b/packages/stat/CHANGELOG.md index 88cb904ba2..9d45935359 100644 --- a/packages/stat/CHANGELOG.md +++ b/packages/stat/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 2.0.9 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/react-context@2.0.3 + - @chakra-ui/icon@3.0.9 + ## 2.0.8 ### Patch Changes diff --git a/packages/stat/package.json b/packages/stat/package.json index 6a5dc93833..ab80ad0d4d 100644 --- a/packages/stat/package.json +++ b/packages/stat/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/stat", - "version": "2.0.8", + "version": "2.0.9", "description": "A React component for displaying statistics", "keywords": [ "stat", diff --git a/packages/styled-system/CHANGELOG.md b/packages/styled-system/CHANGELOG.md index cd4bbde2e7..5e0a07e77e 100644 --- a/packages/styled-system/CHANGELOG.md +++ b/packages/styled-system/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 2.2.8 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/utils@2.0.9 + ## 2.2.7 ### Patch Changes diff --git a/packages/styled-system/package.json b/packages/styled-system/package.json index 7bdaa19b79..40c80040a6 100644 --- a/packages/styled-system/package.json +++ b/packages/styled-system/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/styled-system", - "version": "2.2.7", + "version": "2.2.8", "description": "Style function for css-in-js building component libraries", "keywords": [ "theme", diff --git a/packages/switch/CHANGELOG.md b/packages/switch/CHANGELOG.md index bf2acbc450..2bee064b6d 100644 --- a/packages/switch/CHANGELOG.md +++ b/packages/switch/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 2.0.11 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/checkbox@2.1.8 + ## 2.0.10 ### Patch Changes diff --git a/packages/switch/package.json b/packages/switch/package.json index 359ad0661d..35fe13b313 100644 --- a/packages/switch/package.json +++ b/packages/switch/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/switch", - "version": "2.0.10", + "version": "2.0.11", "description": "A React component to view and switch between on or off states.", "keywords": [ "switch", diff --git a/packages/system/CHANGELOG.md b/packages/system/CHANGELOG.md index d28b6ceb84..65b9cf85c9 100644 --- a/packages/system/CHANGELOG.md +++ b/packages/system/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## 2.2.7 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/color-mode@2.1.7 + - @chakra-ui/react-utils@2.0.6 + - @chakra-ui/styled-system@2.2.8 + - @chakra-ui/utils@2.0.9 + ## 2.2.6 ### Patch Changes diff --git a/packages/system/package.json b/packages/system/package.json index f2785f0f94..191c5de214 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/system", - "version": "2.2.6", + "version": "2.2.7", "description": "Chakra UI system primitives", "keywords": [ "system", diff --git a/packages/table/CHANGELOG.md b/packages/table/CHANGELOG.md index 1e7c07b3e3..20c373b5e3 100644 --- a/packages/table/CHANGELOG.md +++ b/packages/table/CHANGELOG.md @@ -1,5 +1,18 @@ # @chakra-ui/table +## 2.0.9 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/react-context@2.0.3 + ## 2.0.8 ### Patch Changes diff --git a/packages/table/package.json b/packages/table/package.json index 00df54eefb..13745ffaa4 100644 --- a/packages/table/package.json +++ b/packages/table/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/table", - "version": "2.0.8", + "version": "2.0.9", "description": "Table component for React and Chakra UI", "keywords": [ "react", diff --git a/packages/tabs/CHANGELOG.md b/packages/tabs/CHANGELOG.md index 0206203343..23b0f50a49 100644 --- a/packages/tabs/CHANGELOG.md +++ b/packages/tabs/CHANGELOG.md @@ -1,5 +1,26 @@ # Change Log +## 2.0.11 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`5cb345889`](https://github.com/chakra-ui/chakra-ui/commit/5cb3458898be65b789452c1380ce84de5135cb96), + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/react-use-safe-layout-effect@2.0.1 + - @chakra-ui/react-context@2.0.3 + - @chakra-ui/react-use-controllable-state@2.0.3 + - @chakra-ui/react-use-merge-refs@2.0.3 + - @chakra-ui/clickable@2.0.9 + - @chakra-ui/descendant@3.0.8 + - @chakra-ui/lazy-utils@2.0.1 + - @chakra-ui/react-children-utils@2.0.1 + ## 2.0.10 ### Patch Changes diff --git a/packages/tabs/package.json b/packages/tabs/package.json index 5257d9c88a..007471d883 100644 --- a/packages/tabs/package.json +++ b/packages/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/tabs", - "version": "2.0.10", + "version": "2.0.11", "description": "Accessible Tabs component for React and Chakra UI", "keywords": [ "react", diff --git a/packages/tag/CHANGELOG.md b/packages/tag/CHANGELOG.md index 145d56525c..fc400ebf84 100644 --- a/packages/tag/CHANGELOG.md +++ b/packages/tag/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 2.0.9 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/react-context@2.0.3 + - @chakra-ui/icon@3.0.9 + ## 2.0.8 ### Patch Changes diff --git a/packages/tag/package.json b/packages/tag/package.json index ecec76b1a3..2160957020 100644 --- a/packages/tag/package.json +++ b/packages/tag/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/tag", - "version": "2.0.8", + "version": "2.0.9", "description": "This component displays as a tag with an optional link and/or button to remove the given tag.", "keywords": [ "tag", diff --git a/packages/textarea/CHANGELOG.md b/packages/textarea/CHANGELOG.md index e499692573..c48fbefcf3 100644 --- a/packages/textarea/CHANGELOG.md +++ b/packages/textarea/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 2.0.10 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/form-control@2.0.9 + ## 2.0.9 ### Patch Changes diff --git a/packages/textarea/package.json b/packages/textarea/package.json index 0b46f9f231..b781fc57df 100644 --- a/packages/textarea/package.json +++ b/packages/textarea/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/textarea", - "version": "2.0.9", + "version": "2.0.10", "description": "Textarea React component for Chakra UI", "keywords": [ "theme", diff --git a/packages/theme-tools/CHANGELOG.md b/packages/theme-tools/CHANGELOG.md index 404a5a5e22..24b091bfaf 100644 --- a/packages/theme-tools/CHANGELOG.md +++ b/packages/theme-tools/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 2.0.10 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/anatomy@2.0.5 + - @chakra-ui/utils@2.0.9 + ## 2.0.9 ### Patch Changes diff --git a/packages/theme-tools/package.json b/packages/theme-tools/package.json index c6ba789f2a..75aed4e6d9 100644 --- a/packages/theme-tools/package.json +++ b/packages/theme-tools/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/theme-tools", - "version": "2.0.9", + "version": "2.0.10", "description": "Set of helpers that makes theming and styling easier", "keywords": [ "theme", diff --git a/packages/theme/CHANGELOG.md b/packages/theme/CHANGELOG.md index da1939d421..a0d631dc2b 100644 --- a/packages/theme/CHANGELOG.md +++ b/packages/theme/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 2.1.8 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/anatomy@2.0.5 + - @chakra-ui/theme-tools@2.0.10 + - @chakra-ui/utils@2.0.9 + ## 2.1.7 ### Patch Changes diff --git a/packages/theme/package.json b/packages/theme/package.json index f74d3b2246..40f367f890 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/theme", - "version": "2.1.7", + "version": "2.1.8", "description": "The default theme for chakra components", "keywords": [ "theme", diff --git a/packages/toast/CHANGELOG.md b/packages/toast/CHANGELOG.md index f7e83802f5..b486e436a2 100644 --- a/packages/toast/CHANGELOG.md +++ b/packages/toast/CHANGELOG.md @@ -1,5 +1,25 @@ # Change Log +## 3.0.7 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`5cb345889`](https://github.com/chakra-ui/chakra-ui/commit/5cb3458898be65b789452c1380ce84de5135cb96), + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/react-use-timeout@2.0.1 + - @chakra-ui/react-use-update-effect@2.0.3 + - @chakra-ui/alert@2.0.9 + - @chakra-ui/close-button@2.0.9 + - @chakra-ui/portal@2.0.9 + - @chakra-ui/system@2.2.7 + - @chakra-ui/theme@2.1.8 + ## 3.0.6 ### Patch Changes diff --git a/packages/toast/package.json b/packages/toast/package.json index 0ee26a7f60..a5a4089601 100644 --- a/packages/toast/package.json +++ b/packages/toast/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/toast", - "version": "3.0.6", + "version": "3.0.7", "description": "description", "keywords": [ "theme", @@ -48,7 +48,7 @@ "react-dom": "^18.0.0" }, "peerDependencies": { - "@chakra-ui/system": "2.2.6", + "@chakra-ui/system": "2.2.7", "framer-motion": ">=4.0.0", "react": ">=18", "react-dom": ">=18" diff --git a/packages/tooltip/CHANGELOG.md b/packages/tooltip/CHANGELOG.md index ddfa4ae565..f6b8278b61 100644 --- a/packages/tooltip/CHANGELOG.md +++ b/packages/tooltip/CHANGELOG.md @@ -1,5 +1,23 @@ # Change Log +## 2.0.10 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/react-use-disclosure@2.0.3 + - @chakra-ui/react-use-event-listener@2.0.3 + - @chakra-ui/react-use-merge-refs@2.0.3 + - @chakra-ui/popper@3.0.7 + - @chakra-ui/portal@2.0.9 + - @chakra-ui/react-types@2.0.3 + ## 2.0.9 ### Patch Changes diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index 5bf5310b11..42ec1cb926 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/tooltip", - "version": "2.0.9", + "version": "2.0.10", "description": "A React Component for rendering dynamically positioned Tooltips", "sideEffects": false, "keywords": [ diff --git a/packages/transition/CHANGELOG.md b/packages/transition/CHANGELOG.md index 7f7e85ee9d..8a73363796 100644 --- a/packages/transition/CHANGELOG.md +++ b/packages/transition/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 2.0.9 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + ## 2.0.8 ### Patch Changes diff --git a/packages/transition/package.json b/packages/transition/package.json index 24e6a0221d..276a088097 100644 --- a/packages/transition/package.json +++ b/packages/transition/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/transition", - "version": "2.0.8", + "version": "2.0.9", "description": "Common transition components for Chakra UI", "sideEffects": false, "keywords": [ diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 27c105498b..f7a2bd00e2 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 2.0.9 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + ## 2.0.8 ### Patch Changes diff --git a/packages/utils/package.json b/packages/utils/package.json index 2104996124..bd048e413a 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/utils", - "version": "2.0.8", + "version": "2.0.9", "description": "Common utilities and types for Chakra UI", "author": "Segun Adebayo ", "homepage": "https://github.com/chakra-ui/chakra-ui#readme", diff --git a/packages/visually-hidden/CHANGELOG.md b/packages/visually-hidden/CHANGELOG.md index 804569d8b1..50844e261d 100644 --- a/packages/visually-hidden/CHANGELOG.md +++ b/packages/visually-hidden/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 2.0.9 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + ## 2.0.8 ### Patch Changes diff --git a/packages/visually-hidden/package.json b/packages/visually-hidden/package.json index a9ec26a1aa..820269331d 100644 --- a/packages/visually-hidden/package.json +++ b/packages/visually-hidden/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/visually-hidden", - "version": "2.0.8", + "version": "2.0.9", "description": "A React component that visually hides its content", "keywords": [ "react", diff --git a/tooling/babel-plugin/CHANGELOG.md b/tooling/babel-plugin/CHANGELOG.md index 44446fdbbb..78b89c9f94 100644 --- a/tooling/babel-plugin/CHANGELOG.md +++ b/tooling/babel-plugin/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.0.8 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + ## 1.0.7 ### Patch Changes diff --git a/tooling/babel-plugin/package.json b/tooling/babel-plugin/package.json index ab6b8d1ec3..bd1c7a911c 100644 --- a/tooling/babel-plugin/package.json +++ b/tooling/babel-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/babel-plugin", - "version": "1.0.7", + "version": "1.0.8", "description": "Mark custom forwardRef and memo as pure for tree shaking", "license": "MIT", "publishConfig": { diff --git a/tooling/cli/CHANGELOG.md b/tooling/cli/CHANGELOG.md index a4978a7eb1..efdbd59566 100644 --- a/tooling/cli/CHANGELOG.md +++ b/tooling/cli/CHANGELOG.md @@ -1,5 +1,18 @@ # @chakra-ui/cli +## 2.1.7 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/utils@2.0.9 + ## 2.1.6 ### Patch Changes diff --git a/tooling/cli/package.json b/tooling/cli/package.json index 2340a1c0a3..79bbb08908 100644 --- a/tooling/cli/package.json +++ b/tooling/cli/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/cli", - "version": "2.1.6", + "version": "2.1.7", "description": "Generate theme typings for autocomplete", "keywords": [ "theme", diff --git a/tooling/cra-template-typescript/CHANGELOG.md b/tooling/cra-template-typescript/CHANGELOG.md index a56f1fadb4..faf9917a9e 100644 --- a/tooling/cra-template-typescript/CHANGELOG.md +++ b/tooling/cra-template-typescript/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 2.0.6 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + ## 2.0.5 ### Patch Changes diff --git a/tooling/cra-template-typescript/package.json b/tooling/cra-template-typescript/package.json index 78a74a5ee0..4bc24a2978 100644 --- a/tooling/cra-template-typescript/package.json +++ b/tooling/cra-template-typescript/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/cra-template-typescript", - "version": "2.0.5", + "version": "2.0.6", "main": "template.json", "keywords": [ "chakra", diff --git a/tooling/cra-template/CHANGELOG.md b/tooling/cra-template/CHANGELOG.md index b5fa0813f6..80ebc4906a 100644 --- a/tooling/cra-template/CHANGELOG.md +++ b/tooling/cra-template/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 2.0.7 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + ## 2.0.6 ### Patch Changes diff --git a/tooling/cra-template/package.json b/tooling/cra-template/package.json index 4b083efb25..002b8c2334 100644 --- a/tooling/cra-template/package.json +++ b/tooling/cra-template/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/cra-template", - "version": "2.0.6", + "version": "2.0.7", "main": "template.json", "keywords": [ "chakra", diff --git a/tooling/gatsby-plugin/CHANGELOG.md b/tooling/gatsby-plugin/CHANGELOG.md index 27185baef9..f2d33ba592 100644 --- a/tooling/gatsby-plugin/CHANGELOG.md +++ b/tooling/gatsby-plugin/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 3.0.5 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + ## 3.0.4 ### Patch Changes diff --git a/tooling/gatsby-plugin/package.json b/tooling/gatsby-plugin/package.json index 390db01126..9246eee8f5 100755 --- a/tooling/gatsby-plugin/package.json +++ b/tooling/gatsby-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/gatsby-plugin", - "version": "3.0.4", + "version": "3.0.5", "description": "Drop-in Chakra UI support for Gatsby sites", "author": "Alex Luong ", "license": "MIT", diff --git a/tooling/props-docs/CHANGELOG.md b/tooling/props-docs/CHANGELOG.md index e2a14f04b9..a3de6c2522 100644 --- a/tooling/props-docs/CHANGELOG.md +++ b/tooling/props-docs/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 2.0.15 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/react@2.2.9 + - @chakra-ui/styled-system@2.2.8 + ## 2.0.14 ### Patch Changes diff --git a/tooling/props-docs/package.json b/tooling/props-docs/package.json index d38160c24d..00be547d96 100644 --- a/tooling/props-docs/package.json +++ b/tooling/props-docs/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/props-docs", - "version": "2.0.14", + "version": "2.0.15", "description": "Extracts prop types for documentation purposes", "keywords": [ "docs", diff --git a/tooling/storybook-addon/CHANGELOG.md b/tooling/storybook-addon/CHANGELOG.md index 8556b03aad..bb49798718 100644 --- a/tooling/storybook-addon/CHANGELOG.md +++ b/tooling/storybook-addon/CHANGELOG.md @@ -1,5 +1,18 @@ # @chakra-ui/storybook-addon +## 4.0.9 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/icons@2.0.9 + ## 4.0.8 ### Patch Changes diff --git a/tooling/storybook-addon/package.json b/tooling/storybook-addon/package.json index 0c16e6c934..a78f34603b 100644 --- a/tooling/storybook-addon/package.json +++ b/tooling/storybook-addon/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/storybook-addon", - "version": "4.0.8", + "version": "4.0.9", "description": "The official Storybook Addon for Chakra UI", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", diff --git a/tooling/test-utils/CHANGELOG.md b/tooling/test-utils/CHANGELOG.md index 750c7a5567..fe2042f216 100644 --- a/tooling/test-utils/CHANGELOG.md +++ b/tooling/test-utils/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 2.0.15 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + +- Updated dependencies + [[`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9)]: + - @chakra-ui/provider@2.0.14 + - @chakra-ui/theme@2.1.8 + - @chakra-ui/utils@2.0.9 + ## 2.0.14 ### Patch Changes diff --git a/tooling/test-utils/package.json b/tooling/test-utils/package.json index f2ecccd6cd..a3940d9097 100644 --- a/tooling/test-utils/package.json +++ b/tooling/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/test-utils", - "version": "2.0.14", + "version": "2.0.15", "private": true, "description": "Testing utilities for Chakra UI's components", "keywords": [ diff --git a/utilities/breakpoint-utils/CHANGELOG.md b/utilities/breakpoint-utils/CHANGELOG.md new file mode 100644 index 0000000000..13b49917f0 --- /dev/null +++ b/utilities/breakpoint-utils/CHANGELOG.md @@ -0,0 +1,10 @@ +# @chakra-ui/breakpoint-utils + +## 2.0.3 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size diff --git a/utilities/breakpoint-utils/package.json b/utilities/breakpoint-utils/package.json index 356890a785..0387ea8d2a 100644 --- a/utilities/breakpoint-utils/package.json +++ b/utilities/breakpoint-utils/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/breakpoint-utils", - "version": "2.0.2", + "version": "2.0.3", "description": "", "keywords": [ "breakpoint", diff --git a/utilities/dom-utils/CHANGELOG.md b/utilities/dom-utils/CHANGELOG.md new file mode 100644 index 0000000000..3f334bd6cf --- /dev/null +++ b/utilities/dom-utils/CHANGELOG.md @@ -0,0 +1,10 @@ +# @chakra-ui/dom-utils + +## 2.0.1 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size diff --git a/utilities/dom-utils/package.json b/utilities/dom-utils/package.json index c1a8370abe..8d85ea90cd 100644 --- a/utilities/dom-utils/package.json +++ b/utilities/dom-utils/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/dom-utils", - "version": "2.0.0", + "version": "2.0.1", "description": "", "keywords": [ "dom-utils" diff --git a/utilities/event-utils/CHANGELOG.md b/utilities/event-utils/CHANGELOG.md index 2e830485ad..d7394b0445 100644 --- a/utilities/event-utils/CHANGELOG.md +++ b/utilities/event-utils/CHANGELOG.md @@ -1,5 +1,14 @@ # @chakra-ui/event-utils +## 2.0.3 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + ## 2.0.2 ### Patch Changes diff --git a/utilities/event-utils/package.json b/utilities/event-utils/package.json index 27c1cb9878..5014e2bd3f 100644 --- a/utilities/event-utils/package.json +++ b/utilities/event-utils/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/event-utils", - "version": "2.0.2", + "version": "2.0.3", "description": "", "keywords": [ "number-utils" diff --git a/utilities/lazy-utils/CHANGELOG.md b/utilities/lazy-utils/CHANGELOG.md new file mode 100644 index 0000000000..e306d59dc6 --- /dev/null +++ b/utilities/lazy-utils/CHANGELOG.md @@ -0,0 +1,10 @@ +# @chakra-ui/lazy-utils + +## 2.0.1 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size diff --git a/utilities/lazy-utils/package.json b/utilities/lazy-utils/package.json index b2e45e35cf..f35ceab31e 100644 --- a/utilities/lazy-utils/package.json +++ b/utilities/lazy-utils/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/lazy-utils", - "version": "2.0.0", + "version": "2.0.1", "description": "Utility functions for lazy loading disclosure elements", "keywords": [ "lazy", diff --git a/utilities/merge-utils/CHANGELOG.md b/utilities/merge-utils/CHANGELOG.md index 45c59f1f1b..2143af0b6c 100644 --- a/utilities/merge-utils/CHANGELOG.md +++ b/utilities/merge-utils/CHANGELOG.md @@ -1,5 +1,14 @@ # @chakra-ui/merge-utils +## 2.0.3 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + ## 2.0.2 ### Patch Changes diff --git a/utilities/merge-utils/package.json b/utilities/merge-utils/package.json index fb6b2f90c5..99b2df171b 100644 --- a/utilities/merge-utils/package.json +++ b/utilities/merge-utils/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/merge-utils", - "version": "2.0.2", + "version": "2.0.3", "description": "", "keywords": [ "merge", diff --git a/utilities/number-utils/CHANGELOG.md b/utilities/number-utils/CHANGELOG.md index c3b126da73..ec17992761 100644 --- a/utilities/number-utils/CHANGELOG.md +++ b/utilities/number-utils/CHANGELOG.md @@ -1,5 +1,14 @@ # @chakra-ui/number-utils +## 2.0.3 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + ## 2.0.2 ### Patch Changes diff --git a/utilities/number-utils/package.json b/utilities/number-utils/package.json index dcdfce4ba6..383cc0b279 100644 --- a/utilities/number-utils/package.json +++ b/utilities/number-utils/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/number-utils", - "version": "2.0.2", + "version": "2.0.3", "description": "", "keywords": [ "number-utils" diff --git a/utilities/object-utils/CHANGELOG.md b/utilities/object-utils/CHANGELOG.md index fab58795f2..4917d694e5 100644 --- a/utilities/object-utils/CHANGELOG.md +++ b/utilities/object-utils/CHANGELOG.md @@ -1,5 +1,14 @@ # @chakra-ui/object-utils +## 2.0.3 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + ## 2.0.2 ### Patch Changes diff --git a/utilities/object-utils/package.json b/utilities/object-utils/package.json index 0b2520c41c..b74b87f74d 100644 --- a/utilities/object-utils/package.json +++ b/utilities/object-utils/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/object-utils", - "version": "2.0.2", + "version": "2.0.3", "description": "", "keywords": [ "object", diff --git a/utilities/react-children-utils/CHANGELOG.md b/utilities/react-children-utils/CHANGELOG.md new file mode 100644 index 0000000000..904d6e5263 --- /dev/null +++ b/utilities/react-children-utils/CHANGELOG.md @@ -0,0 +1,10 @@ +# @chakra-ui/react-children-utils + +## 2.0.1 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size diff --git a/utilities/react-children-utils/package.json b/utilities/react-children-utils/package.json index 8c6cc416e3..09d369f0dd 100644 --- a/utilities/react-children-utils/package.json +++ b/utilities/react-children-utils/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/react-children-utils", - "version": "2.0.0", + "version": "2.0.1", "description": "", "keywords": [ "react-children-utils" diff --git a/utilities/react-types/CHANGELOG.md b/utilities/react-types/CHANGELOG.md index 38cf40fbb8..a07a486d87 100644 --- a/utilities/react-types/CHANGELOG.md +++ b/utilities/react-types/CHANGELOG.md @@ -1,5 +1,14 @@ # @chakra-ui/react-types +## 2.0.3 + +### Patch Changes + +- [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size + ## 2.0.2 ### Patch Changes diff --git a/utilities/react-types/package.json b/utilities/react-types/package.json index 760a02cb8f..c382075010 100644 --- a/utilities/react-types/package.json +++ b/utilities/react-types/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/react-types", - "version": "2.0.2", + "version": "2.0.3", "description": "", "keywords": [ "react", diff --git a/utilities/shared-utils/CHANGELOG.md b/utilities/shared-utils/CHANGELOG.md new file mode 100644 index 0000000000..2725f81c12 --- /dev/null +++ b/utilities/shared-utils/CHANGELOG.md @@ -0,0 +1,14 @@ +# @chakra-ui/shared-utils + +## 2.0.1 + +### Patch Changes + +- [#6512](https://github.com/chakra-ui/chakra-ui/pull/6512) + [`5cb345889`](https://github.com/chakra-ui/chakra-ui/commit/5cb3458898be65b789452c1380ce84de5135cb96) + Thanks [@anubra266](https://github.com/anubra266)! - Initial release + +* [#6508](https://github.com/chakra-ui/chakra-ui/pull/6508) + [`445661955`](https://github.com/chakra-ui/chakra-ui/commit/445661955dff1329156b535ef50c7cf27b8663a9) + Thanks [@anubra266](https://github.com/anubra266)! - Refactor all packages to + reduce bundle size diff --git a/utilities/shared-utils/package.json b/utilities/shared-utils/package.json index 40b5408eca..b87f3df6d4 100644 --- a/utilities/shared-utils/package.json +++ b/utilities/shared-utils/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/shared-utils", - "version": "2.0.0", + "version": "2.0.1", "description": "", "keywords": [ "shared-utils"