Skip to content

Commit

Permalink
Merge pull request #126 from frontside-folio/release-v1.5.0
Browse files Browse the repository at this point in the history
Release v.1.5.0
  • Loading branch information
cherewaty authored Sep 24, 2018
2 parents 08094a0 + f08292c commit 6c685e5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change history for stripes-cli

## [1.5.0] (IN PROGRESS)
## [1.5.0](https://github.com/folio-org/stripes-cli/tree/v1.5.0) (2018-09-24)

* On pull, highlight updated repositories
* Correct isPlatform logic, fixes STCLI-104
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/stripes-cli",
"version": "1.4.0",
"version": "1.5.0",
"description": "Stripes Command Line Interface",
"repository": "https://github.com/folio-org/stripes-cli",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion resources/platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "stripes build stripes.config.js"
},
"devDependencies": {
"@folio/stripes-cli": "^1.4.0"
"@folio/stripes-cli": "^1.5.0"
},
"dependencies": {
}
Expand Down
2 changes: 1 addition & 1 deletion resources/ui-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@folio/eslint-config-stripes": "^3.2.1",
"@folio/stripes-cli": "^1.4.0",
"@folio/stripes-cli": "^1.5.0",
"babel-eslint": "^9.0.0",
"eslint": "^5.6.0"
},
Expand Down

0 comments on commit 6c685e5

Please sign in to comment.