Skip to content

Commit 9df53fc

Browse files
Release 9.0.1 (#648)
* build: Bumped react peer-dep (#647) react peer-dep now on ^18 ERM-2989 * chore: Release 9.0.1 Release 9.0.1, added CHANGELOG section and bumped version -> 9.0.1 ERM-3066
1 parent b9bd34e commit 9df53fc

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change history for stripes-erm-components
22

3+
## 9.0.1 2023-10-22
4+
* ERM-2989 Fixed react peer dep
5+
36
## 9.0.0 2023-10-12
47
* Added useParallelBatchFetch hook
58
* For batch fetching KIWT resources

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@folio/stripes-erm-components",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "Component library for Stripes ERM applications",
55
"sideEffects": [
66
"*.css"
@@ -58,7 +58,7 @@
5858
},
5959
"peerDependencies": {
6060
"@folio/stripes": "^9.0.0",
61-
"react": "^17.0.2",
61+
"react": "^18.2.0",
6262
"react-intl": "^6.4.4",
6363
"react-query": "^3.9.0",
6464
"react-redux": "^8.0.5",

0 commit comments

Comments
 (0)