Skip to content

Commit

Permalink
Merge pull request #43 from frontside-folio/release-v1.3.0
Browse files Browse the repository at this point in the history
Release v1.3.0
  • Loading branch information
cherewaty authored Jan 16, 2019
2 parents 6b605dc + 61235e7 commit d989599
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Change history for stripes-form

## 1.3.0 (IN PROGRESS)
## [1.3.0](https://github.com/folio-org/stripes-form/tree/v1.3.0) (2019-01-16)
* Correctly locate translation files. Fixes STFORM-5.
* Increment `stripes-core` and `stripes-components` versions

## [1.2.0](https://github.com/folio-org/stripes-form/tree/v1.2.0) (2018-11-29)
* Replace `formatMessage()` with `<FormattedMessage>`
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/stripes-form",
"version": "1.2.0",
"version": "1.3.0",
"description": "Form state management in Stripes.",
"license": "Apache-2.0",
"repository": "folio-org/stripes-form",
Expand All @@ -26,8 +26,8 @@
"webpack": "^4.10.2"
},
"dependencies": {
"@folio/stripes-components": "^4.0.0",
"@folio/stripes-core": "^2.14.0",
"@folio/stripes-components": "^5.0.1",
"@folio/stripes-core": "^3.0.0",
"flat": "^4.0.0",
"prop-types": "^15.5.10",
"react-intl": "^2.4.0",
Expand Down

0 comments on commit d989599

Please sign in to comment.