Skip to content

Commit

Permalink
Merge pull request #190 from folio-org/v1.12.0
Browse files Browse the repository at this point in the history
include tenant-settings in module list
  • Loading branch information
zburke authored May 15, 2019
2 parents 5eabf08 + b8c2f6b commit 5648423
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change history for stripes-cli

## [1.12.0](https://github.com/folio-org/stripes-cli/tree/v1.12.0) (2019-05-15)

* Upgrade stripes-testing dependency to `v1.5.0`.
* Include ui-tenant-settings in `lib/environment`, exposing it as testable.

## [1.11.0](https://github.com/folio-org/stripes-cli/tree/v1.11.0) (2019-05-14)

* New `okapi get/post/put/delete` commands to support arbitrary Okapi HTTP requests, STCLI-135
Expand Down
1 change: 1 addition & 0 deletions lib/environment/inventory.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const uiModules = [
'ui-search',
'ui-servicepoints',
'ui-tags',
'ui-tenant-settings',
'ui-trivial',
'ui-users',
'ui-vendors',
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/stripes-cli",
"version": "1.11.0",
"version": "1.12.0",
"description": "Stripes Command Line Interface",
"repository": "https://github.com/folio-org/stripes-cli",
"publishConfig": {
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@folio/stripes-core": "^2.17.1 || ^3.0.0",
"@folio/stripes-testing": "^1.4.0",
"@folio/stripes-testing": "^1.5.0",
"babel-plugin-istanbul": "^4.1.6",
"configstore": "^3.1.1",
"debug": "^4.0.1",
Expand Down

0 comments on commit 5648423

Please sign in to comment.