@jobber/hooks 1.12.2 → 1.12.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -8,6 +8,14 @@ menu: Changelog
8
8
  All notable changes to this project will be documented in this file.
9
9
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
10
10
 
11
+ ## [1.12.3](https://github.com/GetJobber/atlantis/compare/@jobber/hooks@1.12.2...@jobber/hooks@1.12.3) (2023-02-24)
12
+
13
+ **Note:** Version bump only for package @jobber/hooks
14
+
15
+
16
+
17
+
18
+
11
19
  ## [1.12.2](https://github.com/GetJobber/atlantis/compare/@jobber/hooks@1.12.1...@jobber/hooks@1.12.2) (2023-02-22)
12
20
 
13
21
  **Note:** Version bump only for package @jobber/hooks
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/hooks",
3
- "version": "1.12.2",
3
+ "version": "1.12.3",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.js",
@@ -40,5 +40,5 @@
40
40
  "@apollo/client": "^3.3.16",
41
41
  "react": "^16.8.6"
42
42
  },
43
- "gitHead": "5ecdec8d7d6c58974a401d3abff28f5dc3c890ff"
43
+ "gitHead": "1721cceed6e6f141beb75cc4a5c79fa519e9bbc5"
44
44
  }
@@ -0,0 +1,16 @@
1
+ import { Meta } from "@storybook/addon-docs";
2
+ import Readme from "./README.mdx";
3
+
4
+ <Meta title="Packages/Hooks" />
5
+
6
+ # Atlantis Hooks
7
+
8
+ Shared hooks for components in Atlantis.
9
+
10
+ ## Hooks
11
+
12
+ - [useResizeObserver](../?path=/docs/hooks-useresizeobserver--use-resize-observer)
13
+
14
+ ## Installing
15
+
16
+ `npm install @jobber/hooks`