Skip to content

Commit

Permalink
STRIPES-868 BREAKING bump react-intl to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke committed Sep 11, 2023
1 parent 52f86e4 commit 944fe78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
* User can't pay the fee/fine. Refs UIU-2930.
* Sort proxies and sponsors by user display name. Refs UIU-2799.
* Add dropdown to specify user type: Patron or Staff. Refs UIU-2936.
* *BREAKING* bump `react-intl` to `v6.4.4`. Refs UIU-2946.

## [9.0.0](https://github.com/folio-org/ui-users/tree/v9.0.0) (2023-02-20)
[Full Changelog](https://github.com/folio-org/ui-users/compare/v8.1.0...v9.0.0)
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1035,8 +1035,8 @@
"@folio/eslint-config-stripes": "^7.0.0",
"@folio/jest-config-stripes": "^2.0.0",
"@folio/stripes": "^9.0.0",
"@folio/stripes-cli": "^3.0.0",
"@formatjs/cli": "^6.0.4",
"@folio/stripes-cli": "../stripes-cli",
"@formatjs/cli": "^6.1.3",
"core-js": "^3.6.4",
"eslint": "^7.32.0",
"eslint-import-resolver-alias": "^1.1.2",
Expand All @@ -1045,7 +1045,7 @@
"moment": "^2.24.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intl": "^5.8.0",
"react-intl": "^6.4.4",
"react-query": "^3.39.0",
"react-redux": "^8.0.5",
"react-router": "^5",
Expand Down Expand Up @@ -1073,7 +1073,7 @@
"moment": "^2.24.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intl": "^5.8.0",
"react-intl": "^6.4.4",
"react-query": "^3.39.0",
"react-redux": "^8.0.5",
"react-router": "^5.2.0",
Expand Down

0 comments on commit 944fe78

Please sign in to comment.