Skip to content

Commit

Permalink
chore: release package(s)
Browse files Browse the repository at this point in the history
 - @hela/build@0.1.1-canary.0
 - @hela/check@0.1.1-canary.0
 - @hela/cli@3.0.0-canary.2
 - @hela/core@3.0.0-canary.2
 - @hela/dev@3.1.7-canary.0
 - @hela/format@0.1.1-canary.0
 - @hela/lint@0.1.1-canary.0
 - @hela/sade@0.2.2-canary.0
  • Loading branch information
tunnckoCore committed Nov 21, 2019
1 parent 505787b commit 5848ef8
Show file tree
Hide file tree
Showing 16 changed files with 95 additions and 29 deletions.
8 changes: 8 additions & 0 deletions modules/build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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.0 (2019-11-21)

**Note:** Version bump only for package @hela/build
5 changes: 2 additions & 3 deletions modules/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hela/build",
"version": "0.1.0",
"version": "0.1.1-canary.0",
"description": "A `build` command task for Hela",
"author": "Charlike Mike Reagent <opensource@tunnckocore.com> (https://tunnckocore.com)",
"homepage": "https://github.com/tunnckoCore/hela",
Expand Down Expand Up @@ -35,9 +35,8 @@
}
},
"dependencies": {
"@hela/core": "^3.0.0-alpha.1"
"@hela/core": "^3.0.0-canary.2"
},
"devDependencies": {},
"keywords": [],
"verb": {}
}
8 changes: 8 additions & 0 deletions modules/check/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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.0 (2019-11-21)

**Note:** Version bump only for package @hela/check
5 changes: 2 additions & 3 deletions modules/check/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hela/check",
"version": "0.1.0",
"version": "0.1.1-canary.0",
"description": "A `check` command task for Hela",
"author": "Charlike Mike Reagent <opensource@tunnckocore.com> (https://tunnckocore.com)",
"homepage": "https://github.com/tunnckoCore/hela",
Expand Down Expand Up @@ -35,9 +35,8 @@
}
},
"dependencies": {
"@hela/core": "^3.0.0-alpha.1"
"@hela/core": "^3.0.0-canary.2"
},
"devDependencies": {},
"keywords": [],
"verb": {}
}
11 changes: 11 additions & 0 deletions modules/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

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.2 (2019-11-21)


### Bug Fixes

* default command fixes & help output tweaks ([0c99e34](https://github.com/tunnckoCore/hela/commit/0c99e344fca6c23e8bb8fca06d1b1636980c1553))
5 changes: 2 additions & 3 deletions modules/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hela/cli",
"version": "3.0.0-canary.1",
"version": "3.0.0-canary.2",
"description": "The CLI for running Hela commands",
"author": "Charlike Mike Reagent <opensource@tunnckocore.com> (https://tunnckocore.com)",
"homepage": "https://github.com/tunnckoCore/hela",
Expand Down Expand Up @@ -38,11 +38,10 @@
}
},
"dependencies": {
"@hela/core": "^3.0.0-alpha.1",
"@hela/core": "^3.0.0-canary.2",
"@tunnckocore/pretty-config": "^0.7.0",
"esm": "^3.2.25"
},
"devDependencies": {},
"keywords": [],
"verb": {}
}
11 changes: 11 additions & 0 deletions modules/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

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.2 (2019-11-21)


### Bug Fixes

* default command fixes & help output tweaks ([0c99e34](https://github.com/tunnckoCore/hela/commit/0c99e344fca6c23e8bb8fca06d1b1636980c1553))
9 changes: 4 additions & 5 deletions modules/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hela/core",
"version": "3.0.0-canary.1",
"version": "3.0.0-canary.2",
"description": "The core programmatic API for Hela",
"author": "Charlike Mike Reagent <opensource@tunnckocore.com> (https://tunnckocore.com)",
"homepage": "https://github.com/tunnckoCore/hela",
Expand Down Expand Up @@ -36,12 +36,11 @@
}
},
"dependencies": {
"@hela/sade": "^0.2.1",
"@hela/sade": "^0.2.2-canary.0",
"@tunnckocore/execa": "^5.0.3",
"global-dirs": "^2.0.1",
"dargs": "^7.0.0"
"dargs": "^7.0.0",
"global-dirs": "^2.0.1"
},
"devDependencies": {},
"keywords": [],
"verb": {}
}
8 changes: 8 additions & 0 deletions modules/dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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.0 (2019-11-21)

**Note:** Version bump only for package @hela/dev
13 changes: 6 additions & 7 deletions modules/dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hela/dev",
"version": "3.1.6",
"version": "3.1.7-canary.0",
"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 <opensource@tunnckocore.com> (https://tunnckocore.com)",
"homepage": "https://github.com/tunnckoCore/hela",
Expand Down Expand Up @@ -35,13 +35,12 @@
}
},
"dependencies": {
"@hela/build": "^0.1.0",
"@hela/check": "^0.1.0",
"@hela/core": "^3.0.0-alpha.1",
"@hela/format": "^0.1.0",
"@hela/lint": "^0.1.0"
"@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"
},
"devDependencies": {},
"keywords": [],
"verb": {}
}
8 changes: 8 additions & 0 deletions modules/format/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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.0 (2019-11-21)

**Note:** Version bump only for package @hela/format
5 changes: 2 additions & 3 deletions modules/format/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hela/format",
"version": "0.1.0",
"version": "0.1.1-canary.0",
"description": "A `format` command task for Hela",
"author": "Charlike Mike Reagent <opensource@tunnckocore.com> (https://tunnckocore.com)",
"homepage": "https://github.com/tunnckoCore/hela",
Expand Down Expand Up @@ -35,9 +35,8 @@
}
},
"dependencies": {
"@hela/core": "^3.0.0-alpha.1"
"@hela/core": "^3.0.0-canary.2"
},
"devDependencies": {},
"keywords": [],
"verb": {}
}
8 changes: 8 additions & 0 deletions modules/lint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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.0 (2019-11-21)

**Note:** Version bump only for package @hela/lint
5 changes: 2 additions & 3 deletions modules/lint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hela/lint",
"version": "0.1.0",
"version": "0.1.1-canary.0",
"description": "A `lint` command task for Hela",
"author": "Charlike Mike Reagent <opensource@tunnckocore.com> (https://tunnckocore.com)",
"homepage": "https://github.com/tunnckoCore/hela",
Expand Down Expand Up @@ -35,9 +35,8 @@
}
},
"dependencies": {
"@hela/core": "^3.0.0-alpha.1"
"@hela/core": "^3.0.0-canary.2"
},
"devDependencies": {},
"keywords": [],
"verb": {}
}
12 changes: 12 additions & 0 deletions modules/sade/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

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.0 (2019-11-21)


### Bug Fixes

* default command fixes & help output tweaks ([0c99e34](https://github.com/tunnckoCore/hela/commit/0c99e344fca6c23e8bb8fca06d1b1636980c1553))
* show default command in help output ([43dfc2d](https://github.com/tunnckoCore/hela/commit/43dfc2d435b21e846b1ea4eb6406d6f8f8339a07))
3 changes: 1 addition & 2 deletions modules/sade/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hela/sade",
"version": "0.2.1",
"version": "0.2.2-canary.0",
"description": "Small and intuitive CLIs/commands builder, upstream of `sade` by @lukeed",
"author": "Charlike Mike Reagent <opensource@tunnckocore.com> (https://tunnckocore.com)",
"homepage": "https://github.com/tunnckoCore/hela",
Expand Down Expand Up @@ -37,7 +37,6 @@
"dependencies": {
"mri": "^1.1.4"
},
"devDependencies": {},
"keywords": [],
"verb": {}
}

0 comments on commit 5848ef8

Please sign in to comment.