Skip to content

Commit

Permalink
release: v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed Apr 14, 2020
1 parent 7038018 commit 6c566ec
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 32 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changes

Version 0.19.0 (released 2020-04-14)

* Add `label` prop to wrap components with a `prefix` and/or `suffix` text.
* Fix a bug with wrong Redux initial state.

Version 0.18.0 (released 2020-04-02)

* Fixed axios url config override.
Expand Down
43 changes: 12 additions & 31 deletions 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": "react-searchkit",
"version": "0.18.0",
"version": "0.19.0",
"description": "React components to build your search UI application",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 6c566ec

Please sign in to comment.