Skip to content

Commit

Permalink
Uidatimp 339: Fix version number (#378)
Browse files Browse the repository at this point in the history
* Release v1.7.0: Fix Stripes dependencies

* restore correct dev deps

* restored stripes-core and stripes-smart-components in dev-deps since
they are used in test harness boostrapping (stripes-core) and as a
source for interactors in unit tests (stripes-smart-components)
* bumped eslint-config-stripes back to 4.1.0 from 5.x; there is no need
to deal with all those changes right now
* consolidated imports from stripes-core to a single line

* UIDATIMP-339: Fix version number
  • Loading branch information
taras-tkachenko authored Dec 6, 2019
1 parent 0315ffe commit 0beea83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/data-import",
"version": "1.7.0",
"version": "1.7.2",
"description": "Data Import manager",
"main": "src/index.js",
"repository": "folio-org/ui-data-import",
Expand Down

0 comments on commit 0beea83

Please sign in to comment.