Skip to content

Commit

Permalink
Merge pull request #3 from A-312/introduce-blueconfig
Browse files Browse the repository at this point in the history
fix lerna publish
  • Loading branch information
A-312 committed Mar 6, 2020
2 parents 0a690fc + 941f86c commit b5796ad
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 40 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [6.0.0] - 2019-XX-XX
## [6.0.2] - 2019-03-07
### Changed
- Fix `lerna publish` (@A-312)

## [6.0.1] - 2019-03-07
### Changed
- Changes URL (@A-312)

## [6.0.0] - 2019-03-07
### Deprecated
- `load(object)` and `loadFile(filepath)` will become `merge(object || filepath)`.

Expand Down
29 changes: 0 additions & 29 deletions assert_changelog_ready

This file was deleted.

2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "6.0.1"
"version": "6.0.2"
}
5 changes: 2 additions & 3 deletions packages/blueconfig-format-with-moment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"timestamp",
"moment"
],
"version": "6.0.1",
"version": "6.0.2",
"license": "Apache-2.0",
"homepage": "https://github.com/A-312/node-blueconfig",
"repository": {
Expand All @@ -23,8 +23,7 @@
"posttest": "npm run lint",
"test": "mocha --check-leaks test/*-tests.js",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"version": "sh ..\\..\\assert_changelog_ready $npm_package_version"
"lint:fix": "eslint --fix ."
},
"files": [
"lib"
Expand Down
5 changes: 2 additions & 3 deletions packages/blueconfig-format-with-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url",
"validator"
],
"version": "6.0.1",
"version": "6.0.2",
"license": "Apache-2.0",
"homepage": "https://github.com/A-312/node-blueconfig",
"repository": {
Expand All @@ -24,8 +24,7 @@
"posttest": "npm run lint",
"test": "mocha --check-leaks test/*-tests.js",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"version": "sh ..\\..\\assert_changelog_ready $npm_package_version"
"lint:fix": "eslint --fix ."
},
"files": [
"lib"
Expand Down
5 changes: 2 additions & 3 deletions packages/blueconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"nested",
"validation"
],
"version": "6.0.1",
"version": "6.0.2",
"license": "Apache-2.0",
"homepage": "https://github.com/A-312/node-blueconfig",
"repository": {
Expand All @@ -24,8 +24,7 @@
"posttest": "npm run lint",
"test": "mocha --check-leaks test/*-tests.js",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"version": "sh ..\\..\\assert_changelog_ready $npm_package_version"
"lint:fix": "eslint --fix ."
},
"files": [
"lib"
Expand Down

0 comments on commit b5796ad

Please sign in to comment.