Skip to content

Commit 7cf0e74

Browse files
author
quid-bot
committed
v4.5.0
1 parent d80839b commit 7cf0e74

File tree

4 files changed

+35
-2
lines changed

4 files changed

+35
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [4.5.0](https://github.com/quid/refraction/compare/v4.4.1...v4.5.0) (2019-11-08)
7+
8+
9+
### Bug Fixes
10+
11+
* add `disabled` to INPUT_ATTRIBUTES list ([4001692](https://github.com/quid/refraction/commit/4001692))
12+
13+
14+
### Features
15+
16+
* expose INPUT_ATTRIBUTES list ([aa2bc3b](https://github.com/quid/refraction/commit/aa2bc3b))
17+
18+
19+
20+
21+
622
## [4.4.1](https://github.com/quid/refraction/compare/v4.4.0...v4.4.1) (2019-11-04)
723

824

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "3.3.2",
3-
"version": "4.4.1",
3+
"version": "4.5.0",
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"command": {

packages/react-forms/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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+
# [4.5.0](https://github.com/quid/refraction/tree/master/packages/react-forms/compare/v4.4.1...v4.5.0) (2019-11-08)
7+
8+
9+
### Bug Fixes
10+
11+
* add `disabled` to INPUT_ATTRIBUTES list ([4001692](https://github.com/quid/refraction/tree/master/packages/react-forms/commit/4001692))
12+
13+
14+
### Features
15+
16+
* expose INPUT_ATTRIBUTES list ([aa2bc3b](https://github.com/quid/refraction/tree/master/packages/react-forms/commit/aa2bc3b))
17+
* expose INPUT_ATTRIBUTES list ([#121](https://github.com/quid/refraction/tree/master/packages/react-forms/issues/121)) ([d80839b](https://github.com/quid/refraction/tree/master/packages/react-forms/commit/d80839b))
18+
19+
20+
21+
22+
623
## [4.4.1](https://github.com/quid/refraction/tree/master/packages/react-forms/compare/v4.4.0...v4.4.1) (2019-11-04)
724

825

packages/react-forms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quid/react-forms",
3-
"version": "4.4.1",
3+
"version": "4.5.0",
44
"description": "Collection of form-related React components, such as buttons, inputs, etc...",
55
"main": "dist/index.js",
66
"main:umd": "dist/index.umd.js",

0 commit comments

Comments
 (0)