From 41fc8eb0903b5edc7271aa17129a3813fb434722 Mon Sep 17 00:00:00 2001 From: Daniel Schmidt Date: Thu, 14 Apr 2022 23:10:14 +0200 Subject: [PATCH] Publish - @charlietango/hooks@1.11.0 - @charlietango/storybook@1.6.0 - @charlietango/use-client-hydrated@1.10.0 - @charlietango/use-element-size@2.2.0 - @charlietango/use-focus-trap@1.4.0 - @charlietango/use-id@1.10.0 - @charlietango/use-interaction@1.10.0 - @charlietango/use-lazy-ref@1.12.0 - @charlietango/use-media@1.6.0 - @charlietango/use-native-lazy-loading@1.10.0 - @charlietango/use-script@2.3.0 - @charlietango/use-toggle@1.4.0 - @charlietango/use-window-size@1.7.0 --- packages/hooks/CHANGELOG.md | 6 ++++++ packages/hooks/package.json | 24 +++++++++++----------- packages/storybook/CHANGELOG.md | 6 ++++++ packages/storybook/package.json | 2 +- packages/useClientHydrated/CHANGELOG.md | 6 ++++++ packages/useClientHydrated/package.json | 2 +- packages/useElementSize/CHANGELOG.md | 6 ++++++ packages/useElementSize/package.json | 2 +- packages/useFocusTrap/CHANGELOG.md | 6 ++++++ packages/useFocusTrap/package.json | 2 +- packages/useId/CHANGELOG.md | 6 ++++++ packages/useId/package.json | 4 ++-- packages/useInteraction/CHANGELOG.md | 6 ++++++ packages/useInteraction/package.json | 2 +- packages/useLazyRef/CHANGELOG.md | 6 ++++++ packages/useLazyRef/package.json | 2 +- packages/useMedia/CHANGELOG.md | 6 ++++++ packages/useMedia/package.json | 4 ++-- packages/useNativeLazyLoading/CHANGELOG.md | 6 ++++++ packages/useNativeLazyLoading/package.json | 2 +- packages/useScript/CHANGELOG.md | 10 +++++++++ packages/useScript/package.json | 4 ++-- packages/useToggle/CHANGELOG.md | 6 ++++++ packages/useToggle/package.json | 2 +- packages/useWindowSize/CHANGELOG.md | 6 ++++++ packages/useWindowSize/package.json | 4 ++-- 26 files changed, 110 insertions(+), 28 deletions(-) diff --git a/packages/hooks/CHANGELOG.md b/packages/hooks/CHANGELOG.md index a8bbf99..c630c0f 100644 --- a/packages/hooks/CHANGELOG.md +++ b/packages/hooks/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.11.0](https://github.com/charlie-tango/hooks/compare/@charlietango/hooks@1.10.3...@charlietango/hooks@1.11.0) (2022-04-14) + +### Features + +- upgrade to react 18 ([#101](https://github.com/charlie-tango/hooks/issues/101)) ([71b10ef](https://github.com/charlie-tango/hooks/commit/71b10ef862cbf139b9990b3172d8ddbd3a321332)) + ## [1.10.3](https://github.com/charlie-tango/hooks/compare/@charlietango/hooks@1.10.2...@charlietango/hooks@1.10.3) (2021-03-05) **Note:** Version bump only for package @charlietango/hooks diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 51316b6..91ba08d 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@charlietango/hooks", - "version": "1.10.3", + "version": "1.11.0", "author": "Charlie Tango", "description": "Collection of React Hooks grouped into @charlietango/hooks", "private": false, @@ -36,17 +36,17 @@ "access": "public" }, "dependencies": { - "@charlietango/use-client-hydrated": "^1.9.0", - "@charlietango/use-element-size": "^2.1.1", - "@charlietango/use-focus-trap": "^1.3.0", - "@charlietango/use-id": "^1.9.0", - "@charlietango/use-interaction": "^1.9.0", - "@charlietango/use-lazy-ref": "^1.11.0", - "@charlietango/use-media": "^1.5.0", - "@charlietango/use-native-lazy-loading": "^1.9.0", - "@charlietango/use-script": "^2.2.0", - "@charlietango/use-toggle": "^1.3.0", - "@charlietango/use-window-size": "^1.6.0" + "@charlietango/use-client-hydrated": "^1.10.0", + "@charlietango/use-element-size": "^2.2.0", + "@charlietango/use-focus-trap": "^1.4.0", + "@charlietango/use-id": "^1.10.0", + "@charlietango/use-interaction": "^1.10.0", + "@charlietango/use-lazy-ref": "^1.12.0", + "@charlietango/use-media": "^1.6.0", + "@charlietango/use-native-lazy-loading": "^1.10.0", + "@charlietango/use-script": "^2.3.0", + "@charlietango/use-toggle": "^1.4.0", + "@charlietango/use-window-size": "^1.7.0" }, "peerDependencies": { "react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0", diff --git a/packages/storybook/CHANGELOG.md b/packages/storybook/CHANGELOG.md index 289b9d9..142fa36 100644 --- a/packages/storybook/CHANGELOG.md +++ b/packages/storybook/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.6.0](https://github.com/charlie-tango/hooks/compare/@charlietango/storybook@1.5.0...@charlietango/storybook@1.6.0) (2022-04-14) + +### Features + +- upgrade to react 18 ([#101](https://github.com/charlie-tango/hooks/issues/101)) ([71b10ef](https://github.com/charlie-tango/hooks/commit/71b10ef862cbf139b9990b3172d8ddbd3a321332)) + # [1.5.0](https://github.com/charlie-tango/hooks/compare/@charlietango/storybook@1.4.4...@charlietango/storybook@1.5.0) (2020-10-19) ### Features diff --git a/packages/storybook/package.json b/packages/storybook/package.json index f89d84a..023a239 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@charlietango/storybook", - "version": "1.5.0", + "version": "1.6.0", "private": true, "scripts": { "dev": "start-storybook -c . -s public -p 9000", diff --git a/packages/useClientHydrated/CHANGELOG.md b/packages/useClientHydrated/CHANGELOG.md index eff00aa..2e2ced1 100644 --- a/packages/useClientHydrated/CHANGELOG.md +++ b/packages/useClientHydrated/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.10.0](https://github.com/charlie-tango/hooks/compare/@charlietango/use-client-hydrated@1.9.0...@charlietango/use-client-hydrated@1.10.0) (2022-04-14) + +### Features + +- upgrade to react 18 ([#101](https://github.com/charlie-tango/hooks/issues/101)) ([71b10ef](https://github.com/charlie-tango/hooks/commit/71b10ef862cbf139b9990b3172d8ddbd3a321332)) + # [1.9.0](https://github.com/charlie-tango/hooks/compare/@charlietango/use-client-hydrated@1.8.2...@charlietango/use-client-hydrated@1.9.0) (2020-10-19) ### Features diff --git a/packages/useClientHydrated/package.json b/packages/useClientHydrated/package.json index e88ca07..9ced621 100644 --- a/packages/useClientHydrated/package.json +++ b/packages/useClientHydrated/package.json @@ -1,7 +1,7 @@ { "name": "@charlietango/use-client-hydrated", "description": "Check if the client has been hydrated", - "version": "1.9.0", + "version": "1.10.0", "private": false, "sideEffects": false, "main": "lib/useClientHydrated.cjs.js", diff --git a/packages/useElementSize/CHANGELOG.md b/packages/useElementSize/CHANGELOG.md index bf9e417..8fb2294 100644 --- a/packages/useElementSize/CHANGELOG.md +++ b/packages/useElementSize/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.2.0](https://github.com/charlie-tango/hooks/compare/@charlietango/use-element-size@2.1.1...@charlietango/use-element-size@2.2.0) (2022-04-14) + +### Features + +- upgrade to react 18 ([#101](https://github.com/charlie-tango/hooks/issues/101)) ([71b10ef](https://github.com/charlie-tango/hooks/commit/71b10ef862cbf139b9990b3172d8ddbd3a321332)) + ## [2.1.1](https://github.com/charlie-tango/hooks/compare/@charlietango/use-element-size@2.1.0...@charlietango/use-element-size@2.1.1) (2021-03-05) ### Bug Fixes diff --git a/packages/useElementSize/package.json b/packages/useElementSize/package.json index 785c8ea..ec0a7a9 100644 --- a/packages/useElementSize/package.json +++ b/packages/useElementSize/package.json @@ -1,7 +1,7 @@ { "name": "@charlietango/use-element-size", "description": "Measure the size of a DOM element using ResizeObserver", - "version": "2.1.1", + "version": "2.2.0", "private": false, "sideEffects": false, "main": "lib/useElementSize.cjs.js", diff --git a/packages/useFocusTrap/CHANGELOG.md b/packages/useFocusTrap/CHANGELOG.md index 3325164..2ba3b11 100644 --- a/packages/useFocusTrap/CHANGELOG.md +++ b/packages/useFocusTrap/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](https://github.com/charlie-tango/hooks/compare/@charlietango/use-focus-trap@1.3.0...@charlietango/use-focus-trap@1.4.0) (2022-04-14) + +### Features + +- upgrade to react 18 ([#101](https://github.com/charlie-tango/hooks/issues/101)) ([71b10ef](https://github.com/charlie-tango/hooks/commit/71b10ef862cbf139b9990b3172d8ddbd3a321332)) + # [1.3.0](https://github.com/charlie-tango/hooks/compare/@charlietango/use-focus-trap@1.2.12...@charlietango/use-focus-trap@1.3.0) (2020-10-19) ### Features diff --git a/packages/useFocusTrap/package.json b/packages/useFocusTrap/package.json index 7f75f83..fe016ef 100644 --- a/packages/useFocusTrap/package.json +++ b/packages/useFocusTrap/package.json @@ -1,7 +1,7 @@ { "name": "@charlietango/use-focus-trap", "description": "Trap keyboard focus inside a DOM element, to prevent the user navigating outside a modal", - "version": "1.3.0", + "version": "1.4.0", "private": false, "sideEffects": false, "main": "lib/useFocusTrap.cjs.js", diff --git a/packages/useId/CHANGELOG.md b/packages/useId/CHANGELOG.md index c69f9c1..8b60be8 100644 --- a/packages/useId/CHANGELOG.md +++ b/packages/useId/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.10.0](https://github.com/charlie-tango/hooks/compare/@charlietango/use-id@1.9.0...@charlietango/use-id@1.10.0) (2022-04-14) + +### Features + +- upgrade to react 18 ([#101](https://github.com/charlie-tango/hooks/issues/101)) ([71b10ef](https://github.com/charlie-tango/hooks/commit/71b10ef862cbf139b9990b3172d8ddbd3a321332)) + # [1.9.0](https://github.com/charlie-tango/hooks/compare/@charlietango/use-id@1.8.0...@charlietango/use-id@1.9.0) (2020-10-22) ### Features diff --git a/packages/useId/package.json b/packages/useId/package.json index f59c086..86ba3da 100644 --- a/packages/useId/package.json +++ b/packages/useId/package.json @@ -1,7 +1,7 @@ { "name": "@charlietango/use-id", "description": "Generate a deterministic id using a Context Provider", - "version": "1.9.0", + "version": "1.10.0", "private": false, "sideEffects": false, "main": "lib/useId.cjs.js", @@ -35,7 +35,7 @@ "access": "public" }, "dependencies": { - "@charlietango/use-client-hydrated": "^1.9.0" + "@charlietango/use-client-hydrated": "^1.10.0" }, "peerDependencies": { "react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0", diff --git a/packages/useInteraction/CHANGELOG.md b/packages/useInteraction/CHANGELOG.md index 9013acd..e4f48d2 100644 --- a/packages/useInteraction/CHANGELOG.md +++ b/packages/useInteraction/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.10.0](https://github.com/charlie-tango/hooks/compare/@charlietango/use-interaction@1.9.0...@charlietango/use-interaction@1.10.0) (2022-04-14) + +### Features + +- upgrade to react 18 ([#101](https://github.com/charlie-tango/hooks/issues/101)) ([71b10ef](https://github.com/charlie-tango/hooks/commit/71b10ef862cbf139b9990b3172d8ddbd3a321332)) + # [1.9.0](https://github.com/charlie-tango/hooks/compare/@charlietango/use-interaction@1.8.0...@charlietango/use-interaction@1.9.0) (2020-10-22) ### Features diff --git a/packages/useInteraction/package.json b/packages/useInteraction/package.json index 4ced8bc..7d8e32e 100644 --- a/packages/useInteraction/package.json +++ b/packages/useInteraction/package.json @@ -1,7 +1,7 @@ { "name": "@charlietango/use-interaction", "description": "Monitor the user interactions on an element", - "version": "1.9.0", + "version": "1.10.0", "private": false, "sideEffects": false, "main": "lib/useInteraction.cjs.js", diff --git a/packages/useLazyRef/CHANGELOG.md b/packages/useLazyRef/CHANGELOG.md index 0e62ab4..3fb8c3d 100644 --- a/packages/useLazyRef/CHANGELOG.md +++ b/packages/useLazyRef/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.12.0](https://github.com/charlie-tango/hooks/compare/@charlietango/use-lazy-ref@1.11.0...@charlietango/use-lazy-ref@1.12.0) (2022-04-14) + +### Features + +- upgrade to react 18 ([#101](https://github.com/charlie-tango/hooks/issues/101)) ([71b10ef](https://github.com/charlie-tango/hooks/commit/71b10ef862cbf139b9990b3172d8ddbd3a321332)) + # [1.11.0](https://github.com/charlie-tango/hooks/compare/@charlietango/use-lazy-ref@1.10.0...@charlietango/use-lazy-ref@1.11.0) (2020-10-19) ### Features diff --git a/packages/useLazyRef/package.json b/packages/useLazyRef/package.json index e034404..69e7829 100644 --- a/packages/useLazyRef/package.json +++ b/packages/useLazyRef/package.json @@ -1,7 +1,7 @@ { "name": "@charlietango/use-lazy-ref", "description": "Create a new ref with lazy instantiated value", - "version": "1.11.0", + "version": "1.12.0", "private": false, "sideEffects": false, "main": "lib/useLazyRef.cjs.js", diff --git a/packages/useMedia/CHANGELOG.md b/packages/useMedia/CHANGELOG.md index 4fa8d7e..366f6a9 100644 --- a/packages/useMedia/CHANGELOG.md +++ b/packages/useMedia/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.6.0](https://github.com/charlie-tango/hooks/compare/@charlietango/use-media@1.5.0...@charlietango/use-media@1.6.0) (2022-04-14) + +### Features + +- upgrade to react 18 ([#101](https://github.com/charlie-tango/hooks/issues/101)) ([71b10ef](https://github.com/charlie-tango/hooks/commit/71b10ef862cbf139b9990b3172d8ddbd3a321332)) + # [1.5.0](https://github.com/charlie-tango/hooks/compare/@charlietango/use-media@1.4.3...@charlietango/use-media@1.5.0) (2020-10-19) ### Features diff --git a/packages/useMedia/package.json b/packages/useMedia/package.json index a41e62f..bd5ec7f 100644 --- a/packages/useMedia/package.json +++ b/packages/useMedia/package.json @@ -1,7 +1,7 @@ { "name": "@charlietango/use-media", "description": "Detect if the browser matches a media query", - "version": "1.5.0", + "version": "1.6.0", "private": false, "sideEffects": false, "main": "lib/useMedia.cjs.js", @@ -39,7 +39,7 @@ "react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@charlietango/use-client-hydrated": "^1.9.0", + "@charlietango/use-client-hydrated": "^1.10.0", "json2mq": "^0.2.0" }, "devDependencies": { diff --git a/packages/useNativeLazyLoading/CHANGELOG.md b/packages/useNativeLazyLoading/CHANGELOG.md index 53842eb..9b8eba3 100644 --- a/packages/useNativeLazyLoading/CHANGELOG.md +++ b/packages/useNativeLazyLoading/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.10.0](https://github.com/charlie-tango/hooks/compare/@charlietango/use-native-lazy-loading@1.9.0...@charlietango/use-native-lazy-loading@1.10.0) (2022-04-14) + +### Features + +- upgrade to react 18 ([#101](https://github.com/charlie-tango/hooks/issues/101)) ([71b10ef](https://github.com/charlie-tango/hooks/commit/71b10ef862cbf139b9990b3172d8ddbd3a321332)) + # [1.9.0](https://github.com/charlie-tango/hooks/compare/@charlietango/use-native-lazy-loading@1.8.0...@charlietango/use-native-lazy-loading@1.9.0) (2020-10-19) ### Features diff --git a/packages/useNativeLazyLoading/package.json b/packages/useNativeLazyLoading/package.json index 9271c00..78c9b2c 100644 --- a/packages/useNativeLazyLoading/package.json +++ b/packages/useNativeLazyLoading/package.json @@ -1,7 +1,7 @@ { "name": "@charlietango/use-native-lazy-loading", "description": "Detect if the browser supports the new 'loading' attribute on Image elements.", - "version": "1.9.0", + "version": "1.10.0", "private": false, "sideEffects": false, "main": "lib/useNativeLazyLoading.cjs.js", diff --git a/packages/useScript/CHANGELOG.md b/packages/useScript/CHANGELOG.md index d8c7fc2..f7a4899 100644 --- a/packages/useScript/CHANGELOG.md +++ b/packages/useScript/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.3.0](https://github.com/charlie-tango/hooks/compare/@charlietango/use-script@2.2.0...@charlietango/use-script@2.3.0) (2022-04-14) + +### Bug Fixes + +- **useScript:** apply attributes before appending script to DOM ([#100](https://github.com/charlie-tango/hooks/issues/100)) ([1d86d5d](https://github.com/charlie-tango/hooks/commit/1d86d5d489bde8afe9db63795edbfbc0480089fc)) + +### Features + +- upgrade to react 18 ([#101](https://github.com/charlie-tango/hooks/issues/101)) ([71b10ef](https://github.com/charlie-tango/hooks/commit/71b10ef862cbf139b9990b3172d8ddbd3a321332)) + # [2.2.0](https://github.com/charlie-tango/hooks/compare/@charlietango/use-script@2.1.2...@charlietango/use-script@2.2.0) (2020-10-19) ### Features diff --git a/packages/useScript/package.json b/packages/useScript/package.json index d00d016..8520800 100644 --- a/packages/useScript/package.json +++ b/packages/useScript/package.json @@ -1,7 +1,7 @@ { "name": "@charlietango/use-script", "description": "Load an external third party script", - "version": "2.2.0", + "version": "2.3.0", "private": false, "sideEffects": false, "main": "lib/useScript.cjs.js", @@ -35,7 +35,7 @@ "access": "public" }, "dependencies": { - "@charlietango/use-client-hydrated": "^1.9.0" + "@charlietango/use-client-hydrated": "^1.10.0" }, "peerDependencies": { "react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0", diff --git a/packages/useToggle/CHANGELOG.md b/packages/useToggle/CHANGELOG.md index ae7e043..b618a4b 100644 --- a/packages/useToggle/CHANGELOG.md +++ b/packages/useToggle/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](https://github.com/charlie-tango/hooks/compare/@charlietango/use-toggle@1.3.0...@charlietango/use-toggle@1.4.0) (2022-04-14) + +### Features + +- upgrade to react 18 ([#101](https://github.com/charlie-tango/hooks/issues/101)) ([71b10ef](https://github.com/charlie-tango/hooks/commit/71b10ef862cbf139b9990b3172d8ddbd3a321332)) + # [1.3.0](https://github.com/charlie-tango/hooks/compare/@charlietango/use-toggle@1.2.6...@charlietango/use-toggle@1.3.0) (2020-10-19) ### Features diff --git a/packages/useToggle/package.json b/packages/useToggle/package.json index aff26ba..85285fe 100644 --- a/packages/useToggle/package.json +++ b/packages/useToggle/package.json @@ -1,7 +1,7 @@ { "name": "@charlietango/use-toggle", "description": "Simple boolean state toggler", - "version": "1.3.0", + "version": "1.4.0", "private": false, "sideEffects": false, "main": "lib/useToggle.cjs.js", diff --git a/packages/useWindowSize/CHANGELOG.md b/packages/useWindowSize/CHANGELOG.md index 49feb05..e17c80a 100644 --- a/packages/useWindowSize/CHANGELOG.md +++ b/packages/useWindowSize/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.7.0](https://github.com/charlie-tango/hooks/compare/@charlietango/use-window-size@1.6.0...@charlietango/use-window-size@1.7.0) (2022-04-14) + +### Features + +- upgrade to react 18 ([#101](https://github.com/charlie-tango/hooks/issues/101)) ([71b10ef](https://github.com/charlie-tango/hooks/commit/71b10ef862cbf139b9990b3172d8ddbd3a321332)) + # [1.6.0](https://github.com/charlie-tango/hooks/compare/@charlietango/use-window-size@1.5.3...@charlietango/use-window-size@1.6.0) (2020-10-19) ### Features diff --git a/packages/useWindowSize/package.json b/packages/useWindowSize/package.json index 50e293f..fecf6dd 100644 --- a/packages/useWindowSize/package.json +++ b/packages/useWindowSize/package.json @@ -1,7 +1,7 @@ { "name": "@charlietango/use-window-size", "description": "Get the width and height of the viewport", - "version": "1.6.0", + "version": "1.7.0", "private": false, "sideEffects": false, "main": "lib/useWindowSize.cjs.js", @@ -35,7 +35,7 @@ "access": "public" }, "dependencies": { - "@charlietango/use-client-hydrated": "^1.9.0" + "@charlietango/use-client-hydrated": "^1.10.0" }, "peerDependencies": { "react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",