Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - state-hooks@2.1.0
 - web-api-hooks@2.2.2
  • Loading branch information
kripod committed Oct 26, 2019
1 parent c9a1376 commit 1a28614
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/state-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/kripod/react-hooks/compare/state-hooks@2.0.1...state-hooks@2.1.0) (2019-10-26)

### Features

- add useChanging for change detection ([b5a95d1](https://github.com/kripod/react-hooks/commit/b5a95d19e0603fa8dc63be01a2a937af99b9bd32)), closes [#113](https://github.com/kripod/react-hooks/issues/113)

## [2.0.1](https://github.com/kripod/react-hooks/compare/state-hooks@2.0.0...state-hooks@2.0.1) (2019-10-16)

**Note:** Version bump only for package state-hooks
Expand Down
2 changes: 1 addition & 1 deletion packages/state-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "state-hooks",
"version": "2.0.1",
"version": "2.1.0",
"description": "Essential set of React Hooks for convenient state management.",
"keywords": [
"react",
Expand Down
4 changes: 4 additions & 0 deletions packages/web-api-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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)

**Note:** Version bump only for package web-api-hooks

## [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)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/web-api-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-api-hooks",
"version": "2.2.1",
"version": "2.2.2",
"description": "Essential set of React Hooks for convenient Web API consumption.",
"keywords": [
"react",
Expand Down

0 comments on commit 1a28614

Please sign in to comment.