From 68009e3b7e1b78a17659edf983c29df2b224c21d Mon Sep 17 00:00:00 2001 From: Igor Chulinda Date: Wed, 17 Jan 2018 21:05:46 +0100 Subject: [PATCH] v0.2.0 --- CHANGELOG.md | 22 +++++++++++++++++ lerna.json | 2 +- package.json | 4 ++-- packages/baset-cli/CHANGELOG.md | 11 +++++++++ packages/baset-cli/package.json | 4 ++-- packages/baset-core/CHANGELOG.md | 11 +++++++++ packages/baset-core/package.json | 40 +++++++++++++++---------------- tests/sample-project/CHANGELOG.md | 8 +++++++ tests/sample-project/package.json | 4 ++-- 9 files changed, 79 insertions(+), 27 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61f8a74a..e1634c9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [0.2.0](https://github.com/Igmat/baset/compare/v0.1.0...v0.2.0) (2018-01-17) + + +### Features + +* **Core, CLI:** Adding two different commands (test and accept), also introducing yargs to parse ar ([2d98352](https://github.com/Igmat/baset/commit/2d98352)) + + + + + +# [0.2.0](https://github.com/Igmat/baset/compare/v0.1.0...v0.2.0) (2018-01-17) + + +### Features + +* **Core, CLI:** Adding two different commands (test and accept), also introducing yargs to parse ar ([2d98352](https://github.com/Igmat/baset/commit/2d98352)) + + + + # [0.1.0](https://github.com/Igmat/baset/compare/v0.0.1...v0.1.0) (2018-01-17) diff --git a/lerna.json b/lerna.json index 52ebc2f6..15e088ba 100644 --- a/lerna.json +++ b/lerna.json @@ -5,7 +5,7 @@ "./packages/*", "./tests/*" ], - "version": "0.1.0", + "version": "0.2.0", "commands": { "publish": { "allowBranch": "master", diff --git a/package.json b/package.json index 2858b95d..b08dc981 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "baset", - "version": "0.1.0", + "version": "0.2.0", "bin": { "baset": "./bin/index.js" }, @@ -19,7 +19,7 @@ "commit": "git-cz" }, "dependencies": { - "baset-cli": "^0.1.0" + "baset-cli": "^0.2.0" }, "devDependencies": { "@types/node": "^9.3.0", diff --git a/packages/baset-cli/CHANGELOG.md b/packages/baset-cli/CHANGELOG.md index 5f54da04..bd11f424 100644 --- a/packages/baset-cli/CHANGELOG.md +++ b/packages/baset-cli/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [0.2.0](https://github.com/Igmat/baset/compare/v0.1.0...v0.2.0) (2018-01-17) + + +### Features + +* **Core, CLI:** Adding two different commands (test and accept), also introducing yargs to parse ar ([2d98352](https://github.com/Igmat/baset/commit/2d98352)) + + + + # [0.1.0](https://github.com/Igmat/baset/compare/v0.0.1...v0.1.0) (2018-01-17) diff --git a/packages/baset-cli/package.json b/packages/baset-cli/package.json index 5a8ee843..0e55eded 100644 --- a/packages/baset-cli/package.json +++ b/packages/baset-cli/package.json @@ -1,6 +1,6 @@ { "name": "baset-cli", - "version": "0.1.0", + "version": "0.2.0", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -20,7 +20,7 @@ "typescript": "^2.6.2" }, "dependencies": { - "baset-core": "^0.1.0", + "baset-core": "^0.2.0", "glob": "^7.1.2", "glob-promise": "^3.3.0", "yargs": "^10.1.1" diff --git a/packages/baset-core/CHANGELOG.md b/packages/baset-core/CHANGELOG.md index ea0ba9b0..bb5565d5 100644 --- a/packages/baset-core/CHANGELOG.md +++ b/packages/baset-core/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [0.2.0](https://github.com/Igmat/baset/compare/v0.1.0...v0.2.0) (2018-01-17) + + +### Features + +* **Core, CLI:** Adding two different commands (test and accept), also introducing yargs to parse ar ([2d98352](https://github.com/Igmat/baset/commit/2d98352)) + + + + # [0.1.0](https://github.com/Igmat/baset/compare/v0.0.1...v0.1.0) (2018-01-17) diff --git a/packages/baset-core/package.json b/packages/baset-core/package.json index 4de3b1f2..a34ff3c9 100644 --- a/packages/baset-core/package.json +++ b/packages/baset-core/package.json @@ -1,20 +1,20 @@ -{ - "name": "baset-core", - "version": "0.1.0", - "description": "", - "main": "dist/index.js", - "types": "dist/index.d.ts", - "scripts": { - "build": "npm run tslint && tsc", - "watch": "npm run tslint && tsc -w", - "tslint": "tslint -c tslint.json -p tsconfig.json", - "test": "baset" - }, - "author": "", - "license": "MIT", - "devDependencies": { - "@types/node": "^9.3.0", - "tslint": "^5.9.1", - "typescript": "^2.6.2" - } -} +{ + "name": "baset-core", + "version": "0.2.0", + "description": "", + "main": "dist/index.js", + "types": "dist/index.d.ts", + "scripts": { + "build": "npm run tslint && tsc", + "watch": "npm run tslint && tsc -w", + "tslint": "tslint -c tslint.json -p tsconfig.json", + "test": "baset" + }, + "author": "", + "license": "MIT", + "devDependencies": { + "@types/node": "^9.3.0", + "tslint": "^5.9.1", + "typescript": "^2.6.2" + } +} diff --git a/tests/sample-project/CHANGELOG.md b/tests/sample-project/CHANGELOG.md index 3e83d69b..152d43b8 100644 --- a/tests/sample-project/CHANGELOG.md +++ b/tests/sample-project/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [0.2.0](https://github.com/Igmat/baset/compare/v0.1.0...v0.2.0) (2018-01-17) + + + + +**Note:** Version bump only for package sample-project + # [0.1.0](https://github.com/Igmat/baset/compare/v0.0.1...v0.1.0) (2018-01-17) diff --git a/tests/sample-project/package.json b/tests/sample-project/package.json index 9aa27f6c..c878df9b 100644 --- a/tests/sample-project/package.json +++ b/tests/sample-project/package.json @@ -1,6 +1,6 @@ { "name": "sample-project", - "version": "0.1.0", + "version": "0.2.0", "private": true, "description": "", "main": "index.js", @@ -10,6 +10,6 @@ "author": "", "license": "MIT", "devDependencies": { - "baset": "^0.1.0" + "baset": "^0.2.0" } }