Skip to content

Commit

Permalink
UIORGS-386 BREAKING bump react-intl to v6 (#567)
Browse files Browse the repository at this point in the history
Refs UIORGS-386 (STRIPES-868)
  • Loading branch information
zburke authored Sep 12, 2023
1 parent f8cca91 commit 4d9486d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* Introduce new permission to view all organizations' settings. Refs UIORGS-346.
* *BREAKING* Upgrade React to v18. Refs UIORGS-377.
* Upgrade `Node.js` to `18` version in GitHub Actions. Refs UIORGS-378.
* *BREAKING* bump `react-intl` to `v6.4.4`. Refs UIORGS-386.

## [4.0.0](https://github.com/folio-org/ui-organizations/tree/v4.0.0) (2023-02-22)
[Full Changelog](https://github.com/folio-org/ui-organizations/compare/v3.3.1...v4.0.0)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
"@folio/jest-config-stripes": "^2.0.0",
"@folio/stripes": "^9.0.0",
"@folio/stripes-cli": "^3.0.0",
"@formatjs/cli": "^4.2.16",
"@formatjs/cli": "^6.1.3",
"babel-jest": "^26.3.0",
"chai": "^4.2.0",
"core-js": "^3.6.4",
Expand All @@ -270,7 +270,7 @@
"miragejs": "^0.1.32",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intl": "^5.7.1",
"react-intl": "^6.4.4",
"react-query": "^3.23.2",
"react-redux": "^8.0.5",
"react-router": "^5.2.0",
Expand All @@ -295,7 +295,7 @@
"@folio/stripes": "^9.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intl": "^5.7.1",
"react-intl": "^6.4.4",
"react-redux": "^8.0.5",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
Expand Down

0 comments on commit 4d9486d

Please sign in to comment.