Skip to content

Commit 17aa983

Browse files
committed
chore(release): publish
- [email protected] - @nut-project/[email protected] - @nut-project/[email protected]
1 parent 4497c48 commit 17aa983

File tree

6 files changed

+32
-5
lines changed

6 files changed

+32
-5
lines changed

examples/gene/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+
## [1.4.1](https://github.com/nut-project/nut/compare/[email protected]@1.4.1) (2019-12-30)
7+
8+
**Note:** Version bump only for package gene
9+
10+
11+
12+
13+
614
# [1.4.0](https://github.com/nut-project/nut/compare/[email protected]@1.4.0) (2019-12-30)
715

816

examples/gene/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gene",
33
"private": true,
4-
"version": "1.4.0",
4+
"version": "1.4.1",
55
"description": "",
66
"main": "index.js",
77
"scripts": {
@@ -15,7 +15,7 @@
1515
"author": "",
1616
"license": "MIT",
1717
"devDependencies": {
18-
"@nut-project/presets-alpha": "^1.0.0-alpha.17",
18+
"@nut-project/presets-alpha": "^1.0.0-alpha.18",
1919
"vue-server-renderer": "^2.6.10",
2020
"vue-template-compiler": "^2.6.10"
2121
},

packages/driver-webpack/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+
# [1.0.0-alpha.19](https://github.com/nut-project/nut/tree/master/packages/driver-webpack/compare/@nut-project/[email protected]...@nut-project/[email protected]) (2019-12-30)
7+
8+
9+
### Bug Fixes
10+
11+
* apply mcss-loader to .mcss files ([4497c48](https://github.com/nut-project/nut/tree/master/packages/driver-webpack/commit/4497c48089512b1c63ca2f058a11fde807edb1ae))
12+
13+
14+
15+
16+
617
# [1.0.0-alpha.18](https://github.com/nut-project/nut/tree/master/packages/driver-webpack/compare/@nut-project/[email protected]...@nut-project/[email protected]) (2019-12-30)
718

819

packages/driver-webpack/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-webpack",
3-
"version": "1.0.0-alpha.18",
3+
"version": "1.0.0-alpha.19",
44
"description": "webpack driver for nut",
55
"keywords": [
66
"webpack"

packages/presets-alpha/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+
# [1.0.0-alpha.18](https://github.com/nut-project/nut/tree/master/packages/presets-alpha/compare/@nut-project/[email protected]...@nut-project/[email protected]) (2019-12-30)
7+
8+
**Note:** Version bump only for package @nut-project/presets-alpha
9+
10+
11+
12+
13+
614
# [1.0.0-alpha.17](https://github.com/nut-project/nut/tree/master/packages/presets-alpha/compare/@nut-project/[email protected]...@nut-project/[email protected]) (2019-12-30)
715

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

packages/presets-alpha/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/presets-alpha",
3-
"version": "1.0.0-alpha.17",
3+
"version": "1.0.0-alpha.18",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -31,6 +31,6 @@
3131
"license": "MIT",
3232
"dependencies": {
3333
"@nut-project/cli-pages": "^1.0.0-alpha.7",
34-
"@nut-project/driver-webpack": "^1.0.0-alpha.18"
34+
"@nut-project/driver-webpack": "^1.0.0-alpha.19"
3535
}
3636
}

0 commit comments

Comments
 (0)