Skip to content

Commit 1a28614

Browse files
committed
chore(release): publish
- state-hooks@2.1.0 - web-api-hooks@2.2.2
1 parent c9a1376 commit 1a28614

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

packages/state-hooks/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.1.0](https://github.com/kripod/react-hooks/compare/state-hooks@2.0.1...state-hooks@2.1.0) (2019-10-26)
7+
8+
### Features
9+
10+
- add useChanging for change detection ([b5a95d1](https://github.com/kripod/react-hooks/commit/b5a95d19e0603fa8dc63be01a2a937af99b9bd32)), closes [#113](https://github.com/kripod/react-hooks/issues/113)
11+
612
## [2.0.1](https://github.com/kripod/react-hooks/compare/state-hooks@2.0.0...state-hooks@2.0.1) (2019-10-16)
713

814
**Note:** Version bump only for package state-hooks

packages/state-hooks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "state-hooks",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Essential set of React Hooks for convenient state management.",
55
"keywords": [
66
"react",

packages/web-api-hooks/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.2.2](https://github.com/kripod/react-hooks/compare/web-api-hooks@2.2.1...web-api-hooks@2.2.2) (2019-10-26)
7+
8+
**Note:** Version bump only for package web-api-hooks
9+
610
## [2.2.1](https://github.com/kripod/react-hooks/compare/web-api-hooks@2.2.0...web-api-hooks@2.2.1) (2019-10-25)
711

812
### Bug Fixes

packages/web-api-hooks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-api-hooks",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "Essential set of React Hooks for convenient Web API consumption.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)