Skip to content

Commit f9da530

Browse files
author
Marcin Mazurek
authored
Merge pull request #200 from input-output-hk/master
Merge master into develop
2 parents 15e23cc + 98735aa commit f9da530

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The history of all changes to react-polymorph.
44

5-
# vNext
5+
# 1.0.3
66

77
- Add disabled state to Select component ([PR 196](https://github.com/input-output-hk/react-polymorph/pull/196))
88

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-polymorph",
33
"description": "React components with highly customizable logic, markup and styles.",
4-
"version": "1.0.1-next.4",
4+
"version": "1.0.3",
55
"scripts": {
66
"build": "cross-env yarn clean && yarn sass && yarn js",
77
"build:watch": "concurrently 'yarn js:watch' 'yarn sass:watch'",

0 commit comments

Comments
 (0)