Skip to content

Commit 023e5fb

Browse files
committed
chore(release): publish
- @nut-project/[email protected] - @nut-project/[email protected]
1 parent fc394a6 commit 023e5fb

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.3.29-alpha.6](https://github.com/nut-project/nut/tree/master/packages/cli/compare/@nut-project/[email protected]...@nut-project/[email protected]) (2019-09-11)
7+
8+
**Note:** Version bump only for package @nut-project/cli
9+
10+
11+
12+
13+
614
## [0.3.29-alpha.5](https://github.com/nut-project/nut/tree/master/packages/cli/compare/@nut-project/[email protected]...@nut-project/[email protected]) (2019-09-10)
715

816
**Note:** Version bump only for package @nut-project/cli

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nut-project/cli",
3-
"version": "0.3.29-alpha.5",
3+
"version": "0.3.29-alpha.6",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -42,7 +42,7 @@
4242
},
4343
"license": "MIT",
4444
"dependencies": {
45-
"@nut-project/driver-pages": "^0.0.1-alpha.5",
45+
"@nut-project/driver-pages": "^0.0.1-alpha.6",
4646
"cac": "^6.4.2",
4747
"please-upgrade-node": "^3.1.1"
4848
}

packages/driver-pages/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.0.1-alpha.6](https://github.com/nut-project/nut/tree/master/packages/gatherer/compare/@nut-project/[email protected]...@nut-project/[email protected]) (2019-09-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **driver-pages:** some module may not have mod.context like require( 'vertx' ) in es6-promise ([fc394a6](https://github.com/nut-project/nut/tree/master/packages/gatherer/commit/fc394a6))
12+
13+
14+
15+
16+
617
## [0.0.1-alpha.5](https://github.com/nut-project/nut/tree/master/packages/gatherer/compare/@nut-project/[email protected]...@nut-project/[email protected]) (2019-09-10)
718

819
**Note:** Version bump only for package @nut-project/driver-pages

packages/driver-pages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nut-project/driver-pages",
3-
"version": "0.0.1-alpha.5",
3+
"version": "0.0.1-alpha.6",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)