Skip to content

Commit

Permalink
🔖 publish
Browse files Browse the repository at this point in the history
  • Loading branch information
vendor-hzdg committed May 12, 2020
1 parent ade51a9 commit bd75dec
Show file tree
Hide file tree
Showing 60 changed files with 292 additions and 53 deletions.
8 changes: 8 additions & 0 deletions packages/animations/fade-into-view/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2020-05-12)


### @hzdg/sectioning

* add sectioning package ([ade51a9](https://github.com/hzdg/hz-core/commit/ade51a9))


## 0.0.6 (2020-04-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/animations/fade-into-view/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hzdg/fade-into-view",
"version": "0.0.6",
"version": "0.1.0",
"description": "Fades into view its child component",
"main": "cjs/index.js",
"private": true,
Expand Down
8 changes: 8 additions & 0 deletions packages/behaviors/focus-scope/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.3.0 (2020-05-12)


### @hzdg/sectioning

* add sectioning package ([ade51a9](https://github.com/hzdg/hz-core/commit/ade51a9))


## 1.2.2 (2020-04-20)


Expand Down
6 changes: 3 additions & 3 deletions packages/behaviors/focus-scope/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hzdg/focus-scope",
"description": "Components and hooks for managing focus in React apps",
"version": "1.2.2",
"version": "1.3.0",
"main": "cjs/index.js",
"module": "es/index.js",
"typings": "src/index.tsx",
Expand Down Expand Up @@ -29,8 +29,8 @@
},
"dependencies": {
"@babel/runtime": "^7.4.4",
"@hzdg/dom-utils": "^1.0.4",
"@hzdg/use-key-press": "^1.0.6",
"@hzdg/dom-utils": "^1.1.0",
"@hzdg/use-key-press": "^1.1.0",
"tiny-warning": "^1.0.3"
}
}
8 changes: 8 additions & 0 deletions packages/behaviors/gesture-observable/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.2.0 (2020-05-12)


### @hzdg/sectioning

* add sectioning package ([ade51a9](https://github.com/hzdg/hz-core/commit/ade51a9))


## 2.1.5 (2020-04-20)


Expand Down
6 changes: 3 additions & 3 deletions packages/behaviors/gesture-observable/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hzdg/gesture-observable",
"description": "An Observable for gestures",
"version": "2.1.5",
"version": "2.2.0",
"main": "cjs/index.js",
"module": "es/index.js",
"typings": "src/index.ts",
Expand All @@ -24,8 +24,8 @@
],
"dependencies": {
"@babel/runtime": "^7.4.4",
"@hzdg/dom-utils": "^1.0.4",
"@hzdg/moving-average": "^1.1.3",
"@hzdg/dom-utils": "^1.1.0",
"@hzdg/moving-average": "^1.2.0",
"callbag": "^1.2.0",
"callbag-filter": "^1.1.0",
"callbag-from-event": "^1.2.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/behaviors/resize-observable/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.1.0 (2020-05-12)


### @hzdg/sectioning

* add sectioning package ([ade51a9](https://github.com/hzdg/hz-core/commit/ade51a9))


## 2.0.3 (2020-04-20)


Expand Down
4 changes: 2 additions & 2 deletions packages/behaviors/resize-observable/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hzdg/resize-observable",
"description": "An Observable wrapper for ResizeObserver",
"version": "2.0.3",
"version": "2.1.0",
"main": "cjs/index.js",
"module": "es/index.js",
"typings": "src/index.ts",
Expand All @@ -23,7 +23,7 @@
],
"dependencies": {
"@babel/runtime": "^7.4.4",
"@hzdg/dom-utils": "^1.0.4",
"@hzdg/dom-utils": "^1.1.0",
"@juggle/resize-observer": "^2.4.0",
"zen-observable": "^0.8.14"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/behaviors/scroll-monitor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 4.1.0 (2020-05-12)


### @hzdg/sectioning

* add sectioning package ([ade51a9](https://github.com/hzdg/hz-core/commit/ade51a9))


## 4.0.6 (2020-04-20)


Expand Down
4 changes: 2 additions & 2 deletions packages/behaviors/scroll-monitor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hzdg/scroll-monitor",
"description": "A React component and set of hooks for monitoring and interacting with scroll position",
"version": "4.0.6",
"version": "4.1.0",
"main": "cjs/index.js",
"module": "es/index.js",
"typings": "src/index.tsx",
Expand All @@ -28,7 +28,7 @@
},
"dependencies": {
"@babel/runtime": "^7.4.3",
"@hzdg/use-ref-callback": "^2.0.3",
"@hzdg/use-ref-callback": "^2.1.0",
"invariant": "^2.2.4"
}
}
8 changes: 8 additions & 0 deletions packages/behaviors/use-hover/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2020-05-12)


### @hzdg/sectioning

* add sectioning package ([ade51a9](https://github.com/hzdg/hz-core/commit/ade51a9))


## 0.0.8 (2020-04-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/behaviors/use-hover/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hzdg/use-hover",
"description": "A React hook for hover/focus events",
"version": "0.0.8",
"version": "0.1.0",
"author": "Andrey Morozov",
"license": "MIT",
"main": "cjs/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/behaviors/use-intersection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.1.0 (2020-05-12)


### @hzdg/sectioning

* add sectioning package ([ade51a9](https://github.com/hzdg/hz-core/commit/ade51a9))


## 2.0.4 (2020-04-20)


Expand Down
4 changes: 2 additions & 2 deletions packages/behaviors/use-intersection/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hzdg/use-intersection",
"description": "A React hook for components that care about interesction with an ancestor element or viewport.",
"version": "2.0.4",
"version": "2.1.0",
"main": "cjs/index.js",
"module": "es/index.js",
"typings": "src/index.tsx",
Expand All @@ -24,7 +24,7 @@
],
"dependencies": {
"@babel/runtime": "^7.4.4",
"@hzdg/use-ref-callback": "^2.0.3",
"@hzdg/use-ref-callback": "^2.1.0",
"intersection-observer": "^0.7.0"
}
}
8 changes: 8 additions & 0 deletions packages/behaviors/use-key-press/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.1.0 (2020-05-12)


### @hzdg/sectioning

* add sectioning package ([ade51a9](https://github.com/hzdg/hz-core/commit/ade51a9))


## 1.0.6 (2020-04-20)


Expand Down
4 changes: 2 additions & 2 deletions packages/behaviors/use-key-press/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hzdg/use-key-press",
"description": "A React hook for components that care about keyboard input",
"version": "1.0.6",
"version": "1.1.0",
"main": "cjs/index.js",
"module": "es/index.js",
"typings": "src/index.ts",
Expand All @@ -28,7 +28,7 @@
},
"dependencies": {
"@babel/runtime": "^7.4.3",
"@hzdg/use-value-object": "^1.0.5",
"@hzdg/use-value-object": "^1.1.0",
"tiny-warning": "^1.0.3"
}
}
8 changes: 8 additions & 0 deletions packages/behaviors/use-ratio-size/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.1.0 (2020-05-12)


### @hzdg/sectioning

* add sectioning package ([ade51a9](https://github.com/hzdg/hz-core/commit/ade51a9))


## 1.0.3 (2020-04-20)


Expand Down
4 changes: 2 additions & 2 deletions packages/behaviors/use-ratio-size/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hzdg/use-ratio-size",
"description": "A React hook to get a rational width and a height for an element to allow it to cover its container",
"version": "1.0.3",
"version": "1.1.0",
"main": "cjs/index.js",
"module": "es/index.js",
"typings": "src/index.tsx",
Expand All @@ -27,6 +27,6 @@
},
"dependencies": {
"@babel/runtime": "^7.4.4",
"@hzdg/windowsize-monitor": "^2.0.4"
"@hzdg/windowsize-monitor": "^2.1.0"
}
}
8 changes: 8 additions & 0 deletions packages/behaviors/use-ref-callback/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.1.0 (2020-05-12)


### @hzdg/sectioning

* add sectioning package ([ade51a9](https://github.com/hzdg/hz-core/commit/ade51a9))


## 2.0.3 (2020-04-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/behaviors/use-ref-callback/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hzdg/use-ref-callback",
"description": "A React hook for components that need to know when a ref changes.",
"version": "2.0.3",
"version": "2.1.0",
"main": "cjs/index.js",
"module": "es/index.js",
"typings": "src/index.tsx",
Expand Down
8 changes: 8 additions & 0 deletions packages/behaviors/use-size/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 4.1.0 (2020-05-12)


### @hzdg/sectioning

* add sectioning package ([ade51a9](https://github.com/hzdg/hz-core/commit/ade51a9))


## 4.0.5 (2020-04-20)


Expand Down
8 changes: 4 additions & 4 deletions packages/behaviors/use-size/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hzdg/use-size",
"description": "A React hook for components that care about their size.",
"version": "4.0.5",
"version": "4.1.0",
"main": "cjs/index.js",
"module": "es/index.js",
"typings": "src/index.tsx",
Expand All @@ -23,9 +23,9 @@
],
"dependencies": {
"@babel/runtime": "^7.4.4",
"@hzdg/resize-observable": "^2.0.3",
"@hzdg/use-ref-callback": "^2.0.3",
"@hzdg/windowsize-monitor": "^2.0.4",
"@hzdg/resize-observable": "^2.1.0",
"@hzdg/use-ref-callback": "^2.1.0",
"@hzdg/windowsize-monitor": "^2.1.0",
"memoize-one": "5.1.1"
}
}
8 changes: 8 additions & 0 deletions packages/behaviors/windowsize-monitor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.1.0 (2020-05-12)


### @hzdg/sectioning

* add sectioning package ([ade51a9](https://github.com/hzdg/hz-core/commit/ade51a9))


## 2.0.4 (2020-04-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/behaviors/windowsize-monitor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hzdg/windowsize-monitor",
"description": "A React component and set of hooks for monitoring window size",
"version": "2.0.4",
"version": "2.1.0",
"main": "cjs/index.js",
"module": "es/index.js",
"typings": "src/index.tsx",
Expand Down
8 changes: 8 additions & 0 deletions packages/conventional-commits/commit-msg/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.1.0 (2020-05-12)


### @hzdg/sectioning

* add sectioning package ([ade51a9](https://github.com/hzdg/hz-core/commit/ade51a9))


## 1.0.1 (2020-04-20)


Expand Down
4 changes: 2 additions & 2 deletions packages/conventional-commits/commit-msg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hzdg/commit-msg",
"version": "1.0.1",
"version": "1.1.0",
"description": "The hzdg prepare-commit-msg git hook template",
"license": "MIT",
"publishConfig": {
Expand All @@ -21,7 +21,7 @@
],
"dependencies": {
"@babel/runtime": "^7.4.3",
"@hzdg/gitmoji": "^1.0.5",
"@hzdg/gitmoji": "^1.1.0",
"@lerna/project": "^3.0.0",
"yargs": "^13.2.2"
}
Expand Down
Loading

0 comments on commit bd75dec

Please sign in to comment.