Skip to content

Commit

Permalink
Merge pull request #399 from frontside-folio/release-v2.0.1
Browse files Browse the repository at this point in the history
Release v2.0.1
  • Loading branch information
cherewaty authored Jan 17, 2019
2 parents c5aefa9 + 8deb166 commit 5863789
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change history for stripes-smart-components

## [2.0.1](https://github.com/folio-org/stripes-smart-components/tree/v2.0.1) (2019-01-17)
[Full Changelog](https://github.com/folio-org/stripes-smart-components/compare/v2.0.0...v2.0.1)

* Require `stripes-connect` `4.x` and `stripes-form` `2.x`

## [2.0.0](https://github.com/folio-org/stripes-smart-components/tree/v2.0.0) (2019-01-16)
[Full Changelog](https://github.com/folio-org/stripes-smart-components/compare/v1.12.0...v2.0.0)

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-smart-components",
"version": "2.0.0",
"version": "2.0.1",
"description": "Connected Stripes components",
"repository": "folio-org/stripes-smart-components",
"publishConfig": {
Expand Down Expand Up @@ -103,9 +103,9 @@
"dependencies": {
"@folio/react-intl-safe-html": "^1.0.2",
"@folio/stripes-components": "^5.0.1",
"@folio/stripes-connect": "^3.4.0",
"@folio/stripes-connect": "^4.0.0",
"@folio/stripes-core": "^3.0.0",
"@folio/stripes-form": "^1.3.0",
"@folio/stripes-form": "^2.0.0",
"@folio/stripes-logger": "^1.0.0",
"classnames": "^2.2.6",
"lodash": "^4.17.4",
Expand Down
22 changes: 18 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,20 @@
redux "^3.6.0"
uuid "^3.0.1"

"@folio/stripes-connect@^4.0.0":
version "4.0.0"
resolved "https://repository.folio.org/repository/npm-folio/@folio/stripes-connect/-/stripes-connect-4.0.0.tgz#9cd7ffe0ea09a65f02b226165dcc440afe200d29"
integrity sha512-9x+R6faGr+jXBgeJ+n+rZsGLhg2G4HTMmtC3uX2jTE795ZJmpopMzIzqhtY3Cqj7PIX0xepzOR31Kj82TY/5ew==
dependencies:
"@folio/stripes-core" "^3.0.0"
isomorphic-fetch "^2.2.1"
lodash "^4.17.2"
prop-types "^15.5.10"
query-string "^5.0.0"
react-redux "^5.0.2"
redux "^3.6.0"
uuid "^3.0.1"

"@folio/stripes-core@^2.15.0 || ^3.0.0", "@folio/stripes-core@^3.0.0":
version "3.0.0"
resolved "https://repository.folio.org/repository/npm-folio/@folio/stripes-core/-/stripes-core-3.0.0.tgz#866a862881ebee4541706eae6d785fab0982e0d9"
Expand Down Expand Up @@ -571,10 +585,10 @@
webpack-hot-middleware "^2.22.2"
webpack-virtual-modules "^0.1.10"

"@folio/stripes-form@^1.3.0":
version "1.3.0"
resolved "https://repository.folio.org/repository/npm-folio/@folio/stripes-form/-/stripes-form-1.3.0.tgz#f4ca2f6f1eaa015495e2757a267ba7d8a16d13ce"
integrity sha512-3dIC0RvJQsootAYQCQOfpTZDKXpvqFMR0svcipyrQhBZ+ZSWGoHwyNJsYno0CzBoqjT6adDjvaRc42s/kz6z9A==
"@folio/stripes-form@^2.0.0":
version "2.0.0"
resolved "https://repository.folio.org/repository/npm-folio/@folio/stripes-form/-/stripes-form-2.0.0.tgz#785241be8004db8345d07d28c85cff184f7feff7"
integrity sha512-zNLt9U2JfbipGMeW627UF/yYCPMiDIMfpW157JxVAgYNV2NZ6ZTJTPUCaHZxfxE3IPoTQWYASd+iIp50XkyhuA==
dependencies:
"@folio/stripes-components" "^5.0.1"
"@folio/stripes-core" "^3.0.0"
Expand Down

0 comments on commit 5863789

Please sign in to comment.