Skip to content

Commit

Permalink
UICAL-275 BREAKING bump react-intl to v6 (#494)
Browse files Browse the repository at this point in the history
Refs UICAL-275, STRIPES-868
  • Loading branch information
zburke authored Sep 22, 2023
1 parent 8b38be8 commit ede0fcf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change history for ui-calendar

## 10.0.0 IN PROGRESS

* *BREAKING* bump `react-intl` to `v6.4.4`. Refs UICAL-275

## [9.2.1] (https://github.com/folio-org/ui-calendar/tree/v9.2.1) (2023-03-16)

* Fix placement of datepicker to prevent overflow. Refs UICAL-240
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/calendar",
"version": "9.2.1",
"version": "10.0.0",
"description": "Calendar settings",
"repository": "folio-org/ui-calendar",
"publishConfig": {
Expand Down Expand Up @@ -119,7 +119,7 @@
"@folio/stripes-form": "^8.0.0",
"@folio/stripes-smart-components": "^8.0.0",
"@folio/stripes-testing": "^4.2.0",
"@formatjs/cli": "^4.2.21",
"@formatjs/cli": "^6.1.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.5",
"@testing-library/react-hooks": "^8.0.1",
Expand All @@ -141,7 +141,7 @@
"prettier": "^2.7.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-intl": "^5.7.0",
"react-intl": "^6.4.4",
"react-router-dom": "^5.2.0",
"ts-jest": "^28.0.7",
"typescript": "^4.7.4"
Expand All @@ -165,7 +165,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-final-form": "^6.5.9",
"react-intl": "^5.7.0",
"react-intl": "^6.4.4",
"react-query": "^3.39.2",
"react-router-dom": "^5.2.0"
}
Expand Down

0 comments on commit ede0fcf

Please sign in to comment.