Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - state-hooks@3.0.0
 - web-api-hooks@3.0.0
  • Loading branch information
kripod committed Mar 30, 2020
1 parent 1e887e9 commit 10f1b48
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/state-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.

# [3.0.0](https://github.com/kripod/react-hooks/compare/state-hooks@2.1.0...state-hooks@3.0.0) (2020-03-30)

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

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

### Features
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.1.0",
"version": "3.0.0",
"description": "Essential set of React Hooks for convenient state management.",
"keywords": [
"react",
Expand Down
6 changes: 6 additions & 0 deletions packages/web-api-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.

# [3.0.0](https://github.com/kripod/react-hooks/compare/web-api-hooks@2.2.2...web-api-hooks@3.0.0) (2020-03-30)

### Bug Fixes

- importing NetworkInformation types ([54445f4](https://github.com/kripod/react-hooks/commit/54445f4a9da95854156de9338f7c39a0378f71c6))

## [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
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.2",
"version": "3.0.0",
"description": "Essential set of React Hooks for convenient Web API consumption.",
"keywords": [
"react",
Expand Down

0 comments on commit 10f1b48

Please sign in to comment.