Skip to content

Commit

Permalink
chore(release): 1.2.3 [skip ci]
Browse files Browse the repository at this point in the history
### [1.2.3](v1.2.2...v1.2.3) (2021-07-10)

### Bug Fixes

* unique key prop warning ([141c69e](141c69e))
* unstyled input error messages ([5f31dbf](5f31dbf))

### Chores

* update dependencies ([cc0a53b](cc0a53b))

### Documentation

* remove irrelevant docstring values ([bb0ca99](bb0ca99))

### Code Refactoring

* header component and styles ([9281d37](9281d37))
  • Loading branch information
Joshua-Booth committed Jul 10, 2021
1 parent 9281d37 commit 86bd2b1
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
### [1.2.3](https://github.com/Joshua-Booth/creact/compare/v1.2.2...v1.2.3) (2021-07-10)


### Bug Fixes

* unique key prop warning ([141c69e](https://github.com/Joshua-Booth/creact/commit/141c69ec5a28e4e1052d86b5277d633340930674))
* unstyled input error messages ([5f31dbf](https://github.com/Joshua-Booth/creact/commit/5f31dbfddf73bc17af1e71e8b4ee583b48f1bab4))


### Chores

* update dependencies ([cc0a53b](https://github.com/Joshua-Booth/creact/commit/cc0a53b8a3f30d09e905eae69882643d9e0de353))


### Documentation

* remove irrelevant docstring values ([bb0ca99](https://github.com/Joshua-Booth/creact/commit/bb0ca99139bb231a28e319e7335605bb88d1a973))


### Code Refactoring

* header component and styles ([9281d37](https://github.com/Joshua-Booth/creact/commit/9281d37342e8753b532111d432a6b5d39a4b7368))

### [1.2.2](https://github.com/Joshua-Booth/creact/compare/v1.2.1...v1.2.2) (2021-07-04)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "creact",
"version": "1.2.2",
"version": "1.2.3",
"description": "React Frontend Template",
"main": "src/index.js",
"repository": "https://github.com/Joshua-Booth/creact",
Expand Down

0 comments on commit 86bd2b1

Please sign in to comment.