Skip to content

Commit

Permalink
Merge pull request #2546 from luniehq/release-candidate/v1.0.0-beta.61
Browse files Browse the repository at this point in the history
automatic release created for v1.0.0-beta.61
  • Loading branch information
faboweb authored May 7, 2019
2 parents 7c3cb7a + e6fdd52 commit 08ea40c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .stylelintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
test*
**/vendor/*
**/vendor/*
dist/
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.0.0-beta.61] - 2019-05-07

### Fixed

- [#2542](https://github.com/cosmos/lunie/pull/2542) Do not run style lint on dist folder @colw
- [#2543](https://github.com/cosmos/lunie/pull/2543) Switch code coverage to live-server @colw

## [1.0.0-beta.60] - 2019-05-05

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ If you want to run them locally build the UI and serve the files so the E2E test

```bash
yarn build:ui
./node_modules/.bin/http-server /app/dist -p 8081
./node_modules/.bin/live-server /app/dist -p 8081
```

Then run the actual tests:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lunie",
"productName": "lunie",
"version": "1.0.0-beta.60",
"version": "1.0.0-beta.61",
"description": "Lunie is the user interface for the Cosmos Hub.",
"author": "Lunie International Software Systems Inc. <hello@lunie.io>",
"license": "Apache-2.0",
Expand All @@ -27,7 +27,7 @@
"test:unit": "cross-env NODE_ENV=testing jest --maxWorkers=2",
"test:e2e": "nightwatch --config ./test/e2e/nightwatch.conf.js",
"test:exe": "node tasks/test-build.js",
"test:coverage": "http-server test/unit/coverage/lcov-report",
"test:coverage": "live-server test/unit/coverage/lcov-report",
"release": "git checkout develop & git pull & git push origin develop:release",
"watch": "tasks/watch.sh",
"testnet": "docker-compose -f ./tasks/local-testnet/docker-compose.yml up",
Expand Down

0 comments on commit 08ea40c

Please sign in to comment.