Skip to content

Commit

Permalink
[DDW-680] Release
Browse files Browse the repository at this point in the history
  • Loading branch information
mchappell committed Oct 11, 2021
1 parent 5f1d127 commit 28f575d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,10 @@ The history of all changes to react-polymorph.

# vNext

# 1.0.1

- Fixed replacing fixed decimal numbers with another fixed decimal ([PR 189](https://github.com/input-output-hk/react-polymorph/pull/189))

# 1.0.0

### Breaking Changes :boom:
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "react-polymorph",
"description": "React components with highly customizable logic, markup and styles.",
"version": "1.0.0",
"version": "1.0.1",
"scripts": {
"build": "cross-env yarn clean && yarn sass && yarn js",
"build:watch": "concurrently 'yarn js:watch' 'yarn sass:watch'",
Expand Down

0 comments on commit 28f575d

Please sign in to comment.