Skip to content

Commit 0a0ef61

Browse files
committed
chore(release): 0.3.0
1 parent 246e157 commit 0a0ef61

File tree

2 files changed

+20
-8
lines changed

2 files changed

+20
-8
lines changed

CHANGELOG.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
## [0.3.0](https://github.com/bvalyou/react-form-state-hooks/compare/v0.3.0-rc.1...v0.3.0) (2021-06-06)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* context utilities are now included in the root files - react-form-state-hooks/controlled/context and react-form-state-hooks/uncontrolled/context files are no longer available
11+
12+
### Bug Fixes
13+
14+
* cleans up build outputs and test coverage ([246e157](https://github.com/bvalyou/react-form-state-hooks/commit/246e157005cc4f54d70d11dbb3660b33d79d94e1))
15+
116
# [0.3.0-rc.1](https://github.com/bvalyou/react-form-state-hooks/compare/v0.3.0-rc.0...v0.3.0-rc.1) (2021-02-28)
217

318

@@ -38,6 +53,3 @@
3853

3954

4055
# 0.1.0-dev.1 (2020-04-16)
41-
42-
43-

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-form-state-hooks",
3-
"version": "0.3.0-rc.1",
3+
"version": "0.3.0",
44
"description": "Manage your React form state with hooks and helpful components.",
55
"main": "index.js",
66
"scripts": {
@@ -9,10 +9,10 @@
99
"lint": "eslint . --ext ts,tsx,js,jsx",
1010
"storybook": "start-storybook -p 6006 --ci",
1111
"build-storybook": "build-storybook",
12-
"release": "standard-version",
13-
"release:minor": "standard-version --release-as minor",
14-
"release:patch": "standard-version --release-as patch",
15-
"release:major": "standard-version --release-as major"
12+
"release": "standard-version",
13+
"release:minor": "standard-version --release-as minor",
14+
"release:patch": "standard-version --release-as patch",
15+
"release:major": "standard-version --release-as major"
1616
},
1717
"repository": {
1818
"type": "git",

0 commit comments

Comments
 (0)