Skip to content

Commit 3e54539

Browse files
committed
chore(release): publish v3.4.10
1 parent c1e7357 commit 3e54539

20 files changed

Lines changed: 83 additions & 18 deletions

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+
## [3.4.10](https://github.com/imcuttle/edam/compare/v3.4.9...v3.4.10) (2021-05-27)
7+
8+
9+
### Bug Fixes
10+
11+
* extends 找不到错误没有 catch ([c1e7357](https://github.com/imcuttle/edam/commit/c1e7357b73129e7e3122640a629e0b98df2c427f))
12+
13+
14+
15+
16+
617
## [3.4.9](https://github.com/imcuttle/edam/compare/v3.4.8...v3.4.9) (2021-05-20)
718

819
**Note:** Version bump only for package edam-repo

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"jest",
1414
"typescript"
1515
],
16-
"version": "3.4.9"
16+
"version": "3.4.10"
1717
}

packages/edam-cli/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+
## [3.4.10](https://github.com/imcuttle/edam/compare/v3.4.9...v3.4.10) (2021-05-27)
7+
8+
9+
### Bug Fixes
10+
11+
* extends 找不到错误没有 catch ([c1e7357](https://github.com/imcuttle/edam/commit/c1e7357b73129e7e3122640a629e0b98df2c427f))
12+
13+
14+
15+
16+
617
## [3.4.9](https://github.com/imcuttle/edam/compare/v3.4.8...v3.4.9) (2021-05-20)
718

819
**Note:** Version bump only for package edam-cli

packages/edam-cli/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/edam-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "edam-cli",
3-
"version": "3.4.9",
3+
"version": "3.4.10",
44
"description": "The multifunctional scaffold generator.",
55
"dependencies": {
66
"chalk": "^2.3.2",
77
"cli-width": "^2.2.0",
88
"cliui": "^4.0.0",
99
"debug": "^4.1.0",
10-
"edam": "^3.4.9",
10+
"edam": "^3.4.10",
1111
"import-local": "^3.0.2",
1212
"lodash.get": "^4.4.2",
1313
"lodash.set": "^4.3.2",

packages/edam-completer/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+
## [3.4.10](https://github.com/imcuttle/edam/compare/v3.4.9...v3.4.10) (2021-05-27)
7+
8+
**Note:** Version bump only for package edam-completer
9+
10+
11+
12+
13+
614
## [3.4.9](https://github.com/imcuttle/edam/compare/v3.4.8...v3.4.9) (2021-05-20)
715

816
**Note:** Version bump only for package edam-completer

packages/edam-completer/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/edam-completer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "edam-completer",
3-
"version": "3.4.9",
3+
"version": "3.4.10",
44
"dependencies": {
55
"co": "^4.6.0",
6-
"edam": "^3.4.9",
6+
"edam": "^3.4.10",
77
"tabtab": "^2.2.2",
88
"tildify": "^1.2.0"
99
},

packages/edam-gh-completer/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+
## [3.4.10](https://github.com/imcuttle/edam/compare/v3.4.9...v3.4.10) (2021-05-27)
7+
8+
**Note:** Version bump only for package edam-gh-completer
9+
10+
11+
12+
13+
614
## [3.4.9](https://github.com/imcuttle/edam/compare/v3.4.8...v3.4.9) (2021-05-20)
715

816
**Note:** Version bump only for package edam-gh-completer

packages/edam-gh-completer/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)