diff --git a/modules/build/CHANGELOG.md b/modules/build/CHANGELOG.md index 5d003877..6164b698 100644 --- a/modules/build/CHANGELOG.md +++ b/modules/build/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.1.1-canary.1](https://github.com/tunnckoCore/hela/compare/@hela/build@0.1.1-canary.0...@hela/build@0.1.1-canary.1) (2019-11-21) + +**Note:** Version bump only for package @hela/build + + + + + ## 0.1.1-canary.0 (2019-11-21) **Note:** Version bump only for package @hela/build diff --git a/modules/build/package.json b/modules/build/package.json index 91be162c..fb34976e 100644 --- a/modules/build/package.json +++ b/modules/build/package.json @@ -1,6 +1,6 @@ { "name": "@hela/build", - "version": "0.1.1-canary.0", + "version": "0.1.1-canary.1", "description": "A `build` command task for Hela", "author": "Charlike Mike Reagent (https://tunnckocore.com)", "homepage": "https://github.com/tunnckoCore/hela", @@ -35,7 +35,7 @@ } }, "dependencies": { - "@hela/core": "^3.0.0-canary.2" + "@hela/core": "^3.0.0-canary.3" }, "keywords": [], "verb": {} diff --git a/modules/check/CHANGELOG.md b/modules/check/CHANGELOG.md index bab1ff03..fe178f30 100644 --- a/modules/check/CHANGELOG.md +++ b/modules/check/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.1.1-canary.1](https://github.com/tunnckoCore/hela/compare/@hela/check@0.1.1-canary.0...@hela/check@0.1.1-canary.1) (2019-11-21) + +**Note:** Version bump only for package @hela/check + + + + + ## 0.1.1-canary.0 (2019-11-21) **Note:** Version bump only for package @hela/check diff --git a/modules/check/package.json b/modules/check/package.json index 5713ef44..7fe99076 100644 --- a/modules/check/package.json +++ b/modules/check/package.json @@ -1,6 +1,6 @@ { "name": "@hela/check", - "version": "0.1.1-canary.0", + "version": "0.1.1-canary.1", "description": "A `check` command task for Hela", "author": "Charlike Mike Reagent (https://tunnckocore.com)", "homepage": "https://github.com/tunnckoCore/hela", @@ -35,7 +35,7 @@ } }, "dependencies": { - "@hela/core": "^3.0.0-canary.2" + "@hela/core": "^3.0.0-canary.3" }, "keywords": [], "verb": {} diff --git a/modules/cli/CHANGELOG.md b/modules/cli/CHANGELOG.md index 7dff96f9..b11758d8 100644 --- a/modules/cli/CHANGELOG.md +++ b/modules/cli/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. +# [3.0.0-canary.3](https://github.com/tunnckoCore/hela/compare/@hela/cli@3.0.0-canary.2...@hela/cli@3.0.0-canary.3) (2019-11-21) + +**Note:** Version bump only for package @hela/cli + + + + + # 3.0.0-canary.2 (2019-11-21) diff --git a/modules/cli/package.json b/modules/cli/package.json index 57101977..1f02767e 100644 --- a/modules/cli/package.json +++ b/modules/cli/package.json @@ -1,6 +1,6 @@ { "name": "@hela/cli", - "version": "3.0.0-canary.2", + "version": "3.0.0-canary.3", "description": "The CLI for running Hela commands", "author": "Charlike Mike Reagent (https://tunnckocore.com)", "homepage": "https://github.com/tunnckoCore/hela", @@ -38,7 +38,7 @@ } }, "dependencies": { - "@hela/core": "^3.0.0-canary.2", + "@hela/core": "^3.0.0-canary.3", "@tunnckocore/pretty-config": "^0.7.0", "esm": "^3.2.25" }, diff --git a/modules/core/CHANGELOG.md b/modules/core/CHANGELOG.md index 7dff96f9..b184f3f1 100644 --- a/modules/core/CHANGELOG.md +++ b/modules/core/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. +# [3.0.0-canary.3](https://github.com/tunnckoCore/hela/compare/@hela/core@3.0.0-canary.2...@hela/core@3.0.0-canary.3) (2019-11-21) + +**Note:** Version bump only for package @hela/core + + + + + # 3.0.0-canary.2 (2019-11-21) diff --git a/modules/core/package.json b/modules/core/package.json index 08a08d9a..09b0076f 100644 --- a/modules/core/package.json +++ b/modules/core/package.json @@ -1,6 +1,6 @@ { "name": "@hela/core", - "version": "3.0.0-canary.2", + "version": "3.0.0-canary.3", "description": "The core programmatic API for Hela", "author": "Charlike Mike Reagent (https://tunnckocore.com)", "homepage": "https://github.com/tunnckoCore/hela", @@ -36,7 +36,7 @@ } }, "dependencies": { - "@hela/sade": "^0.2.2-canary.0", + "@hela/sade": "^0.2.2-canary.1", "@tunnckocore/execa": "^5.0.3", "dargs": "^7.0.0", "global-dirs": "^2.0.1" diff --git a/modules/dev/CHANGELOG.md b/modules/dev/CHANGELOG.md index 811a5b2a..8603385d 100644 --- a/modules/dev/CHANGELOG.md +++ b/modules/dev/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. +## [3.1.7-canary.1](https://github.com/tunnckoCore/hela/compare/@hela/dev@3.1.7-canary.0...@hela/dev@3.1.7-canary.1) (2019-11-21) + +**Note:** Version bump only for package @hela/dev + + + + + ## 3.1.7-canary.0 (2019-11-21) **Note:** Version bump only for package @hela/dev diff --git a/modules/dev/package.json b/modules/dev/package.json index f82e689a..6330848e 100644 --- a/modules/dev/package.json +++ b/modules/dev/package.json @@ -1,6 +1,6 @@ { "name": "@hela/dev", - "version": "3.1.7-canary.0", + "version": "3.1.7-canary.1", "description": "A `dev` preset of commands for Hela or any other Hela-based CLI. Combining build, format, lint, check & test commands", "author": "Charlike Mike Reagent (https://tunnckocore.com)", "homepage": "https://github.com/tunnckoCore/hela", @@ -35,11 +35,11 @@ } }, "dependencies": { - "@hela/build": "^0.1.1-canary.0", - "@hela/check": "^0.1.1-canary.0", - "@hela/core": "^3.0.0-canary.2", - "@hela/format": "^0.1.1-canary.0", - "@hela/lint": "^0.1.1-canary.0" + "@hela/build": "^0.1.1-canary.1", + "@hela/check": "^0.1.1-canary.1", + "@hela/core": "^3.0.0-canary.3", + "@hela/format": "^0.1.1-canary.1", + "@hela/lint": "^0.1.1-canary.1" }, "keywords": [], "verb": {} diff --git a/modules/format/CHANGELOG.md b/modules/format/CHANGELOG.md index 227e8820..26c1ddbd 100644 --- a/modules/format/CHANGELOG.md +++ b/modules/format/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.1.1-canary.1](https://github.com/tunnckoCore/hela/compare/@hela/format@0.1.1-canary.0...@hela/format@0.1.1-canary.1) (2019-11-21) + +**Note:** Version bump only for package @hela/format + + + + + ## 0.1.1-canary.0 (2019-11-21) **Note:** Version bump only for package @hela/format diff --git a/modules/format/package.json b/modules/format/package.json index e1fe34f5..83435afb 100644 --- a/modules/format/package.json +++ b/modules/format/package.json @@ -1,6 +1,6 @@ { "name": "@hela/format", - "version": "0.1.1-canary.0", + "version": "0.1.1-canary.1", "description": "A `format` command task for Hela", "author": "Charlike Mike Reagent (https://tunnckocore.com)", "homepage": "https://github.com/tunnckoCore/hela", @@ -35,7 +35,7 @@ } }, "dependencies": { - "@hela/core": "^3.0.0-canary.2" + "@hela/core": "^3.0.0-canary.3" }, "keywords": [], "verb": {} diff --git a/modules/lint/CHANGELOG.md b/modules/lint/CHANGELOG.md index 6ea8950a..79083eec 100644 --- a/modules/lint/CHANGELOG.md +++ b/modules/lint/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.1.1-canary.1](https://github.com/tunnckoCore/hela/compare/@hela/lint@0.1.1-canary.0...@hela/lint@0.1.1-canary.1) (2019-11-21) + +**Note:** Version bump only for package @hela/lint + + + + + ## 0.1.1-canary.0 (2019-11-21) **Note:** Version bump only for package @hela/lint diff --git a/modules/lint/package.json b/modules/lint/package.json index c6e9f07e..bdd0dd65 100644 --- a/modules/lint/package.json +++ b/modules/lint/package.json @@ -1,6 +1,6 @@ { "name": "@hela/lint", - "version": "0.1.1-canary.0", + "version": "0.1.1-canary.1", "description": "A `lint` command task for Hela", "author": "Charlike Mike Reagent (https://tunnckocore.com)", "homepage": "https://github.com/tunnckoCore/hela", @@ -35,7 +35,7 @@ } }, "dependencies": { - "@hela/core": "^3.0.0-canary.2" + "@hela/core": "^3.0.0-canary.3" }, "keywords": [], "verb": {} diff --git a/modules/sade/CHANGELOG.md b/modules/sade/CHANGELOG.md index 48c68ff9..9787ff8f 100644 --- a/modules/sade/CHANGELOG.md +++ b/modules/sade/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.2-canary.1](https://github.com/tunnckoCore/hela/compare/@hela/sade@0.2.2-canary.0...@hela/sade@0.2.2-canary.1) (2019-11-21) + +**Note:** Version bump only for package @hela/sade + + + + + ## 0.2.2-canary.0 (2019-11-21) diff --git a/modules/sade/package.json b/modules/sade/package.json index b556660c..8c96ce08 100644 --- a/modules/sade/package.json +++ b/modules/sade/package.json @@ -1,6 +1,6 @@ { "name": "@hela/sade", - "version": "0.2.2-canary.0", + "version": "0.2.2-canary.1", "description": "Small and intuitive CLIs/commands builder, upstream of `sade` by @lukeed", "author": "Charlike Mike Reagent (https://tunnckocore.com)", "homepage": "https://github.com/tunnckoCore/hela",