Skip to content

Commit

Permalink
UIDATIMP-1669: Bump stripes to v9.2.0 for Ramsons (#1631)
Browse files Browse the repository at this point in the history
* UIDATIMP-1669: Bump stripes to v9.2.0 for Ramsons

* UIDATIMP-1669: Bump major version of ui-data-import

* Update CHANGELOG.md
  • Loading branch information
OleksandrHladchenko1 authored Oct 17, 2024
1 parent 27c86f5 commit 8476180
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change history for ui-data-import

## **7.2.0** (in progress)
## **8.0.0** (in progress)

### Features added:
* Fix unit tests warnings in console. (UIDATIMP-1606)
Expand All @@ -13,6 +13,7 @@
* Adjust value for invoice and invoice lines adjustments "Type" field mapping. (UIDATIMP-1662)
* Remove accepted values when Mapping profile is created/updated (Instance, Holding, Item and Order). (UIDATIMP-1663)
* Update 'Instance relationship' accordion name - Data Import Mapping (UIDATIMP-1670)
* *BREAKING* Bump `stripes` to `v9.2.0` for Ramsons release. (UIDATIMP-1669)

### Bugs fixed:
* Remove `selected` column from associated profiles list. (UIDATIMP-1607)
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/data-import",
"version": "7.1.8",
"version": "8.0.0",
"description": "Data Import manager",
"main": "src/index.js",
"repository": "folio-org/ui-data-import",
Expand All @@ -24,13 +24,13 @@
"@babel/plugin-transform-runtime": "^7.22.15",
"@folio/eslint-config-stripes": "^7.1.0",
"@folio/jest-config-stripes": "^2.0.0",
"@folio/stripes": "^9.1.0",
"@folio/stripes-cli": "^3.1.0",
"@folio/stripes-components": "^12.0.0",
"@folio/stripes-core": "^10.0.1",
"@folio/stripes-final-form": "^8.0.0",
"@folio/stripes-form": "^9.0.0",
"@folio/stripes-smart-components": "^9.0.1",
"@folio/stripes": "^9.2.0",
"@folio/stripes-cli": "^3.2.0",
"@folio/stripes-components": "^12.2.0",
"@folio/stripes-core": "^10.2.0",
"@folio/stripes-final-form": "^8.1.0",
"@folio/stripes-form": "^9.1.0",
"@folio/stripes-smart-components": "^9.2.0",
"@folio/stripes-testing": "^4.5.0",
"@formatjs/cli": "^6.1.3",
"babel-polyfill": "^6.26.0",
Expand Down Expand Up @@ -69,7 +69,7 @@
"redux-form": "^8.3.7"
},
"peerDependencies": {
"@folio/stripes": "^9.1.0",
"@folio/stripes": "^9.2.0",
"react": "^18.2.0",
"react-intl": "^6.4.4",
"react-redux": "^8.0.5",
Expand Down

0 comments on commit 8476180

Please sign in to comment.