@jobber/hooks 1.12.4 → 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 +9 -19
- package/README.mdx +0 -6
- package/package.json +3 -3
- package/readme.stories.mdx +1 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,16 @@
|
|
|
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
|
+
|
|
11
14
|
## [1.12.4](https://github.com/GetJobber/atlantis/compare/@jobber/hooks@1.12.3...@jobber/hooks@1.12.4) (2023-02-27)
|
|
12
15
|
|
|
13
16
|
**Note:** Version bump only for package @jobber/hooks
|
|
@@ -361,16 +364,3 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
361
364
|
### Features
|
|
362
365
|
|
|
363
366
|
* add hook package with useResizeOberserver hook ([#242](https://github.com/GetJobber/atlantis/issues/242)) ([59411d7](https://github.com/GetJobber/atlantis/commit/59411d7dd34508e56dcdd4b9de9806414196959c))
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
---
|
|
370
|
-
name: Atlantis Hooks
|
|
371
|
-
menu: Changelog
|
|
372
|
-
---
|
|
373
|
-
|
|
374
|
-
# @jobber/hooks: Change Log
|
|
375
|
-
|
|
376
|
-
All notable changes to this project will be documented in this file.
|
package/README.mdx
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jobber/hooks",
|
|
3
|
-
"version": "1.12.
|
|
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.
|
|
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": "
|
|
43
|
+
"gitHead": "bb90f77e6a841ec59113b3a7931ff13039e7d9f5"
|
|
44
44
|
}
|
package/readme.stories.mdx
CHANGED
|
@@ -3,14 +3,4 @@ import Readme from "./README.mdx";
|
|
|
3
3
|
|
|
4
4
|
<Meta title="Packages/Hooks" />
|
|
5
5
|
|
|
6
|
-
|
|
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 />
|