Skip to content

Commit

Permalink
Release v1.0.1 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncovercash authored Apr 19, 2023
1 parent c81aaaf commit 5d7f2a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [1.0.1] (https://github.com/folio-org/stripes-types/tree/v1.0.1) (IN PROGRESS)

- Fix `eslint-config-stripes` dependency pre-release version

## [1.0.0] (https://github.com/folio-org/stripes-types/tree/v1.0.0) (2023-04-19)

- Create initial repository
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/stripes-types",
"version": "1.0.0",
"version": "1.0.1",
"description": "Typings for the Stripes framework",
"license": "Apache-2.0",
"repository": "folio-org/stripes-types",
Expand All @@ -18,7 +18,7 @@
}
},
"dependencies": {
"@folio/eslint-config-stripes": "^6.5.0",
"@folio/eslint-config-stripes": "^6.4.0",
"@types/react": "^17.0.2",
"react-final-form": "^6.5.9"
},
Expand Down

0 comments on commit 5d7f2a0

Please sign in to comment.