Skip to content

Commit

Permalink
STCOM-1198 BREAKING bump react-intl to v6 (#2122)
Browse files Browse the repository at this point in the history
Refs STCOM-1198 (STRIPES-868)
  • Loading branch information
zburke committed Sep 12, 2023
1 parent c20ca88 commit a134948
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 @@ -40,6 +40,7 @@
* Always display spinner buttons on `input[type="number"]`. Resolves STCOM-1185.
* Add `pagingOffset` prop to `<MultiColumnList/>`. Resoves STCOM-1189.
* Adjust scroll position to the top for non-sparse array. Resolves STCOM-1196.
* *BREAKING* bump `react-intl` to `v6.4.4`. Refs STCOM-1198.

## [11.0.0](https://github.com/folio-org/stripes-components/tree/v11.0.0) (2023-01-30)
[Full Changelog](https://github.com/folio-org/stripes-components/compare/v10.3.0...v11.0.0)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@folio/eslint-config-stripes": "^7.0.0",
"@folio/stripes-cli": "^3.0.0",
"@folio/stripes-testing": "^4.5.0",
"@formatjs/cli": "^6.0.4",
"@formatjs/cli": "^6.1.3",
"@mdx-js/loader": "^1.6.22",
"@storybook/addon-actions": "^6.3.6",
"@storybook/addon-essentials": "^6.3.6",
Expand Down Expand Up @@ -84,7 +84,7 @@
"postcss-url": "^10.1.3",
"react": "^18.2",
"react-dom": "^18.2",
"react-intl": "^5.8.0",
"react-intl": "^6.4.4",
"react-redux": "^8.0.5",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
Expand Down Expand Up @@ -126,7 +126,7 @@
},
"peerDependencies": {
"moment": "^2.29.0",
"react-intl": "^5.0.0",
"react-intl": "^6.4.4",
"react-redux": "^8.0.5",
"react-router-dom": "^5.2.0"
}
Expand Down

0 comments on commit a134948

Please sign in to comment.