Skip to content

Commit c396e6a

Browse files
committed
chore(release): publish
- state-hooks@3.0.1 - web-api-hooks@3.0.2
1 parent 671022a commit c396e6a

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

packages/state-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+
## <small>3.0.1 (2020-05-31)</small>
7+
8+
- chore(deps): update ([a6af6a2](https://github.com/kripod/react-hooks/commit/a6af6a2))
9+
610
# [3.0.0](https://github.com/kripod/react-hooks/compare/state-hooks@2.1.0...state-hooks@3.0.0) (2020-03-30)
711

812
**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": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Essential set of React Hooks for convenient state management.",
55
"keywords": [
66
"react",

packages/web-api-hooks/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
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+
## <small>3.0.2 (2020-05-31)</small>
7+
8+
- improvement: media queries level 5 compliance ([671022a](https://github.com/kripod/react-hooks/commit/671022a))
9+
- chore(deps): update ([a6af6a2](https://github.com/kripod/react-hooks/commit/a6af6a2))
10+
611
## [3.0.1](https://github.com/kripod/react-hooks/compare/web-api-hooks@3.0.0...web-api-hooks@3.0.1) (2020-03-30)
712

813
### 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": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Essential set of React Hooks for convenient Web API consumption.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)