Skip to content

Commit

Permalink
Release v6.2.1 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke authored Jul 15, 2021
1 parent 53d9727 commit c4d67ba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 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

## [6.2.1](https://github.com/folio-org/stripes/tree/v6.2.1) (2021-07-15)

* `stripes-components` `9.2.1` https://github.com/folio-org/stripes-components/releases/tag/v9.2.1
* `stripes-smart-components` `6.1.1` https://github.com/folio-org/stripes-smart-components/releases/tag/v6.1.1

## [6.2.0](https://github.com/folio-org/stripes/tree/v6.2.0) (2021-06-09)

* `stripes-components` `9.2.0` https://github.com/folio-org/stripes-components/releases/tag/v9.2.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",
"version": "6.2.0",
"version": "6.2.1",
"description": "Stripes framework",
"repository": "https://github.com/folio-org/stripes",
"publishConfig": {
Expand All @@ -16,13 +16,13 @@
"lint": "eslint ./"
},
"dependencies": {
"@folio/stripes-components": "~9.2.0",
"@folio/stripes-components": "~9.2.1",
"@folio/stripes-connect": "~6.2.0",
"@folio/stripes-core": "~7.2.0",
"@folio/stripes-form": "~6.1.0",
"@folio/stripes-final-form": "~5.1.0",
"@folio/stripes-logger": "~1.0.0",
"@folio/stripes-smart-components": "~6.1.0",
"@folio/stripes-smart-components": "~6.1.1",
"@folio/stripes-util": "~4.2.0",
"react-redux": "~7.2.0",
"redux": "~4.0.0"
Expand Down

0 comments on commit c4d67ba

Please sign in to comment.