Skip to content

Commit

Permalink
Merge branch 'master' of github.com:folio-org/ui-receiving into feat/…
Browse files Browse the repository at this point in the history
…numberGenerator
  • Loading branch information
EthanFreestone committed Sep 13, 2023
2 parents e7452ec + 93a845e commit 29b1296
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 @@ -7,6 +7,7 @@
* Receiving an item with an open request, the warning dialogue shows "undefined" instead of title. Refs UIREC-278.
* Upgrade `Node.js` to `18` version in GitHub Actions. Refs UIREC-281.
* *BREAKING* Upgrade React to v18. Refs UIREC-280.
* *BREAKING* bump `react-intl` to `v6.4.4`. Refs UIREC-286.

## [3.0.0](https://github.com/folio-org/ui-receiving/tree/v3.0.0) (2023-02-22)
[Full Changelog](https://github.com/folio-org/ui-receiving/compare/v2.3.1...v3.0.0)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,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.1",
Expand All @@ -203,7 +203,7 @@
"moment": "^2.29.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intl": "^5.7.1",
"react-intl": "^6.4.4",
"react-query": "^3.24.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
Expand All @@ -230,7 +230,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-router": "^5.2.0",
"react-router-dom": "^5.2.0"
}
Expand Down

0 comments on commit 29b1296

Please sign in to comment.