Skip to content

Commit 6c3d06d

Browse files
1 parent 06373af commit 6c3d06d

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
11
# 更新日志
22

3+
## commitlint-config-gitmoji-monorepo [1.0.4](https://github.com/arvinxx/commit-gitmoji/compare/commitlint-config-gitmoji-monorepo@[email protected]) (2021-01-25)
4+
5+
6+
### 🐛 Bug Fixes | 修复
7+
8+
* **(Other)**: clean changelog ([8479426](https://github.com/arvinxx/commit-gitmoji/commit/8479426))
9+
* **(Other)**: link deps ([e4526ed](https://github.com/arvinxx/commit-gitmoji/commit/e4526ed))
10+
11+
12+
13+
14+
15+
### Dependencies
16+
17+
* **@gitmoji/commit-types:** upgraded to 1.1.4
18+
* **@gitmoji/parser-opts:** upgraded to 1.2.5
19+
* **commitlint-plugin-gitmoji:** upgraded to 2.0.4
20+
321
# [commitlint-config-gitmoji-monorepo-v1.0.2](https://github.com/arvinxx/commit-gitmoji/compare/commitlint-config-gitmoji-monorepo-v1.0.1...commitlint-config-gitmoji-monorepo-v1.0.2) (2021-01-25)

packages/config-monorepo/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-gitmoji-monorepo",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": ":tada: Shareable commitlint config for monorepo enforcing gitmoji commit",
55
"main": "lib/index.js",
66
"scripts": {
@@ -34,8 +34,8 @@
3434
"author": "Arvin Xu <[email protected]>",
3535
"license": "MIT",
3636
"dependencies": {
37-
"@gitmoji/commit-types": "^1.1.3",
38-
"@gitmoji/parser-opts": "^1.2.5",
39-
"commitlint-plugin-gitmoji": "^2.0.5"
37+
"@gitmoji/commit-types": "1.1.4",
38+
"@gitmoji/parser-opts": "1.2.5",
39+
"commitlint-plugin-gitmoji": "2.0.4"
4040
}
4141
}

0 commit comments

Comments
 (0)