Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @charlietango/[email protected]
 - @charlietango/[email protected]
 - @charlietango/[email protected]
 - @charlietango/[email protected]
 - @charlietango/[email protected]
 - @charlietango/[email protected]
 - @charlietango/[email protected]
 - @charlietango/[email protected]
 - @charlietango/[email protected]
 - @charlietango/[email protected]
 - @charlietango/[email protected]
 - @charlietango/[email protected]
 - @charlietango/[email protected]
  • Loading branch information
thebuilder committed Apr 14, 2022
1 parent 71b10ef commit 41fc8eb
Show file tree
Hide file tree
Showing 26 changed files with 110 additions and 28 deletions.
6 changes: 6 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@charlietango/[email protected]) (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/[email protected]...@charlietango/[email protected]) (2021-03-05)

**Note:** Version bump only for package @charlietango/hooks
Expand Down
24 changes: 12 additions & 12 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@charlietango/[email protected]) (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/[email protected]...@charlietango/[email protected]) (2020-10-19)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/useClientHydrated/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@charlietango/[email protected]) (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/[email protected]...@charlietango/[email protected]) (2020-10-19)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/useClientHydrated/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/useElementSize/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@charlietango/[email protected]) (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/[email protected]...@charlietango/[email protected]) (2021-03-05)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/useElementSize/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/useFocusTrap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@charlietango/[email protected]) (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/[email protected]...@charlietango/[email protected]) (2020-10-19)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/useFocusTrap/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/useId/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@charlietango/[email protected]) (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/[email protected]...@charlietango/[email protected]) (2020-10-22)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/useId/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/useInteraction/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@charlietango/[email protected]) (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/[email protected]...@charlietango/[email protected]) (2020-10-22)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/useInteraction/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/useLazyRef/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@charlietango/[email protected]) (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/[email protected]...@charlietango/[email protected]) (2020-10-19)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/useLazyRef/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/useMedia/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@charlietango/[email protected]) (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/[email protected]...@charlietango/[email protected]) (2020-10-19)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/useMedia/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand Down
6 changes: 6 additions & 0 deletions packages/useNativeLazyLoading/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@charlietango/[email protected]) (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/[email protected]...@charlietango/[email protected]) (2020-10-19)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/useNativeLazyLoading/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 10 additions & 0 deletions packages/useScript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@charlietango/[email protected]) (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/[email protected]...@charlietango/[email protected]) (2020-10-19)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/useScript/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/useToggle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@charlietango/[email protected]) (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/[email protected]...@charlietango/[email protected]) (2020-10-19)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/useToggle/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/useWindowSize/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@charlietango/[email protected]) (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/[email protected]...@charlietango/[email protected]) (2020-10-19)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/useWindowSize/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

1 comment on commit 41fc8eb

@vercel
Copy link

@vercel vercel bot commented on 41fc8eb Apr 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

hooks – ./

hooks-charlietango.vercel.app
ct-hooks.vercel.app
hooks-git-master-charlietango.vercel.app

Please sign in to comment.