@jobber/hooks 1.12.3 → 1.12.5

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
@@ -1,13 +1,24 @@
1
- ---
2
- name: Hooks
3
- menu: Changelog
4
- ---
5
-
6
- # @jobber/hooks: Change Log
1
+ # Change Log
7
2
 
8
3
  All notable changes to this project will be documented in this file.
9
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
10
5
 
6
+ ## [1.12.5](https://github.com/GetJobber/atlantis/compare/@jobber/hooks@1.12.4...@jobber/hooks@1.12.5) (2023-02-28)
7
+
8
+ **Note:** Version bump only for package @jobber/hooks
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.12.4](https://github.com/GetJobber/atlantis/compare/@jobber/hooks@1.12.3...@jobber/hooks@1.12.4) (2023-02-27)
15
+
16
+ **Note:** Version bump only for package @jobber/hooks
17
+
18
+
19
+
20
+
21
+
11
22
  ## [1.12.3](https://github.com/GetJobber/atlantis/compare/@jobber/hooks@1.12.2...@jobber/hooks@1.12.3) (2023-02-24)
12
23
 
13
24
  **Note:** Version bump only for package @jobber/hooks
@@ -353,16 +364,3 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
353
364
  ### Features
354
365
 
355
366
  * add hook package with useResizeOberserver hook ([#242](https://github.com/GetJobber/atlantis/issues/242)) ([59411d7](https://github.com/GetJobber/atlantis/commit/59411d7dd34508e56dcdd4b9de9806414196959c))
356
-
357
-
358
-
359
-
360
-
361
- ---
362
- name: Atlantis Hooks
363
- menu: Changelog
364
- ---
365
-
366
- # @jobber/hooks: Change Log
367
-
368
- All notable changes to this project will be documented in this file.
package/README.mdx CHANGED
@@ -1,9 +1,3 @@
1
- ---
2
- name: Hooks
3
- menu: Packages
4
- route: /packages/hooks
5
- ---
6
-
7
1
  # Atlantis Hooks
8
2
 
9
3
  Shared hooks for components in Atlantis.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/hooks",
3
- "version": "1.12.3",
3
+ "version": "1.12.5",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.js",
@@ -16,7 +16,7 @@
16
16
  "devDependencies": {
17
17
  "@apollo/client": "^3.3.16",
18
18
  "@apollo/react-testing": "^4.0.0",
19
- "@jobber/formatters": "^0.2.0",
19
+ "@jobber/formatters": "^0.2.1",
20
20
  "@testing-library/react": "^10.2.1",
21
21
  "@testing-library/react-hooks": "^7.0.0",
22
22
  "@types/lodash": "4.14.136",
@@ -40,5 +40,5 @@
40
40
  "@apollo/client": "^3.3.16",
41
41
  "react": "^16.8.6"
42
42
  },
43
- "gitHead": "1721cceed6e6f141beb75cc4a5c79fa519e9bbc5"
43
+ "gitHead": "bb90f77e6a841ec59113b3a7931ff13039e7d9f5"
44
44
  }
@@ -3,14 +3,4 @@ import Readme from "./README.mdx";
3
3
 
4
4
  <Meta title="Packages/Hooks" />
5
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`
6
+ <Readme />