Skip to content

Commit f7c4075

Browse files
committed
1 parent c838472 commit f7c4075

File tree

12 files changed

+72
-56
lines changed

12 files changed

+72
-56
lines changed

packages/changelog/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [1.3.0](https://github.com/arvinxx/commit-gitmoji/compare/conventional-changelog-gitmoji-config@[email protected]) (2021-01-25)
7+
8+
9+
### ✨ Features | 新特性
10+
11+
* **(conventional-changelog-gitmoji-config)**: bump up version ([159b071](https://github.com/arvinxx/commit-gitmoji/commit/159b071))
12+
* **(conventional-changelog-gitmoji-config)**: empty to bump up version ([66c8130](https://github.com/arvinxx/commit-gitmoji/commit/66c8130))
13+
14+
15+
### 🐛 Bug Fixes | 修复
16+
17+
* **(conventional-changelog-gitmoji-config)**: 修正日志配置 ([e2eca6f](https://github.com/arvinxx/commit-gitmoji/commit/e2eca6f))
18+
* **(conventional-changelog-gitmoji-config)**: 修正日志配置 ([9c9fd6b](https://github.com/arvinxx/commit-gitmoji/commit/9c9fd6b))
19+
20+
21+
22+
23+
124
# 更新日志
225

326
# [conventional-changelog-gitmoji-config-v1.2.1](https://github.com/arvinxx/commit-gitmoji/compare/conventional-changelog-gitmoji-config-v1.2.0...conventional-changelog-gitmoji-config-v1.2.1) (2021-01-25)

packages/changelog/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "conventional-changelog-gitmoji-config",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "a gitmoji commit style presets for conventional changelog",
55
"main": "lib/index.js",
66
"files": [
@@ -35,8 +35,8 @@
3535
},
3636
"homepage": "https://github.com/arvinxx/commit-gitmoji/tree/master/packages/changelog#readme",
3737
"dependencies": {
38-
"@gitmoji/commit-types": "^1.1.1",
39-
"@gitmoji/parser-opts": "^1.2.2",
38+
"@gitmoji/commit-types": "^1.1.2",
39+
"@gitmoji/parser-opts": "^1.2.3",
4040
"q": "^1.5.1"
4141
}
4242
}

packages/commit-types/CHANGELOG.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,19 @@
1-
# [@gitmoji/commit-types-v1.1.1](https://github.com/arvinxx/commit-gitmoji/compare/@gitmoji/commit-types-v1.1.0...@gitmoji/commit-types-v1.1.1) (2021-01-25)
2-
1+
# Change Log
32

4-
### 🐛 Bug Fixes | 修复
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
* **(config)**: fix version ([c535a78](https://github.com/arvinxx/commit-gitmoji/commit/c535a78))
7-
* **(config)**: fix version ([513e5bf](https://github.com/arvinxx/commit-gitmoji/commit/513e5bf))
6+
## [1.1.2](https://github.com/arvinxx/commit-gitmoji/compare/@gitmoji/[email protected]...@gitmoji/[email protected]) (2021-01-25)
87

9-
# 更新日志
108

11-
# [@gitmoji/commit-types-v1.1.1](https://github.com/arvinxx/commit-gitmoji/compare/@gitmoji/commit-types-v1.1.0...@gitmoji/commit-types-v1.1.1) (2021-01-25)
9+
### 🐛 Bug Fixes | 修复
1210

11+
* **(commitlint-config-gitmoji)**: fix version ([c535a78](https://github.com/arvinxx/commit-gitmoji/commit/c535a78))
12+
* **(commitlint-config-gitmoji)**: fix version ([513e5bf](https://github.com/arvinxx/commit-gitmoji/commit/513e5bf))
1313

14-
### 🐛 Bug Fixes | 修复
1514

16-
* **(config)**: fix version ([c535a78](https://github.com/arvinxx/commit-gitmoji/commit/c535a78))
17-
* **(config)**: fix version ([513e5bf](https://github.com/arvinxx/commit-gitmoji/commit/513e5bf))
1815

19-
# Change Log
2016

21-
All notable changes to this project will be documented in this file.
22-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2317

2418
## [1.1.1](https://github.com/arvinxx/commit-gitmoji/compare/@gitmoji/[email protected]...@gitmoji/[email protected]) (2021-01-24)
2519

packages/commit-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gitmoji/commit-types",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "gitmoji commit types",
55
"author": "arvinxx <[email protected]>",
66
"homepage": "https://github.com/arvinxx/commit-gitmoji/tree/master/packages/commit-types",

packages/config-monorepo/CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1-
# commitlint-config-gitmoji-monorepo-v1.0.0 (2021-01-25)
2-
31
# Change Log
42

53
All notable changes to this project will be documented in this file.
64
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
75

6+
## [1.0.1](https://github.com/arvinxx/commit-gitmoji/compare/commitlint-config-gitmoji-monorepo@[email protected]) (2021-01-25)
7+
8+
**Note:** Version bump only for package commitlint-config-gitmoji-monorepo
9+
10+
11+
12+
13+
814
## [0.1.1](https://github.com/arvinxx/commit-gitmoji/compare/commitlint-config-gitmoji-monorepo@[email protected]) (2021-01-24)
915

1016

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.0",
3+
"version": "1.0.1",
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.1",
38-
"@gitmoji/parser-opts": "^1.2.2",
39-
"commitlint-plugin-gitmoji": "^2.0.2"
37+
"@gitmoji/commit-types": "^1.1.2",
38+
"@gitmoji/parser-opts": "^1.2.3",
39+
"commitlint-plugin-gitmoji": "^2.0.3"
4040
}
4141
}

packages/config/CHANGELOG.md

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,20 @@
1-
# 更新日志
2-
3-
# [commitlint-config-gitmoji-v2.1.5](https://github.com/arvinxx/commit-gitmoji/compare/commitlint-config-gitmoji-v2.1.4...commitlint-config-gitmoji-v2.1.5) (2021-01-25)
4-
5-
6-
### 🐛 Bug Fixes | 修复
1+
# Change Log
72

8-
* **(commitlint-config-gitmoji)**: fix version ([1db5de2](https://github.com/arvinxx/commit-gitmoji/commit/1db5de2))
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
95

10-
# [commitlint-config-gitmoji-v1.0.1](https://github.com/arvinxx/commit-gitmoji/compare/commitlint-config-gitmoji-v1.0.0...commitlint-config-gitmoji-v1.0.1) (2021-01-25)
6+
## [2.1.6](https://github.com/arvinxx/commit-gitmoji/compare/commitlint-config-gitmoji@2.1.4...commitlint-config-gitmoji@2.1.6) (2021-01-25)
117

128

139
### 🐛 Bug Fixes | 修复
1410

11+
* **(commitlint-config-gitmoji)**: fix version ([1db5de2](https://github.com/arvinxx/commit-gitmoji/commit/1db5de2))
1512
* **(commitlint-config-gitmoji)**: fix version ([bc1ab28](https://github.com/arvinxx/commit-gitmoji/commit/bc1ab28))
16-
17-
# commitlint-config-gitmoji-v1.0.0 (2021-01-25)
18-
19-
20-
### 🐛 Bug Fixes | 修复
21-
22-
* **(commitlint-config-gitmoji)**: fix a subject bug ([219afb2](https://github.com/arvinxx/commit-gitmoji/commit/219afb2))
2313
* **(commitlint-config-gitmoji)**: 修正日志版本 ([3b69ece](https://github.com/arvinxx/commit-gitmoji/commit/3b69ece))
2414

25-
## v2.1.4 (2021-01-24)
2615

27-
### 🐛 Bug Fixes | 修复
2816

29-
- **(commitlint-config-gitmoji)**: fix a subject bug ([219afb2](https://github.com/arvinxx/commit-gitmoji/commit/219afb2))
3017

31-
# Change Log
32-
33-
All notable changes to this project will be documented in this file.
34-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3518

3619
## [2.1.4](https://github.com/arvinxx/commit-gitmoji/compare/[email protected]@2.1.4) (2021-01-24)
3720

packages/config/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",
3-
"version": "2.1.5",
3+
"version": "2.1.6",
44
"description": ":tada: Shareable commitlint config 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.1",
38-
"@gitmoji/parser-opts": "^1.2.2",
39-
"commitlint-plugin-gitmoji": "^2.0.2"
37+
"@gitmoji/commit-types": "^1.1.2",
38+
"@gitmoji/parser-opts": "^1.2.3",
39+
"commitlint-plugin-gitmoji": "^2.0.3"
4040
}
4141
}

packages/parser-opts/CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
1-
# 更新日志
1+
# Change Log
22

3-
# [@gitmoji/parser-opts-v1.2.2](https://github.com/arvinxx/commit-gitmoji/compare/@gitmoji/parser-opts-v1.2.1...@gitmoji/parser-opts-v1.2.2) (2021-01-25)
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [1.2.3](https://github.com/arvinxx/commit-gitmoji/compare/@gitmoji/[email protected]...@gitmoji/[email protected]) (2021-01-25)
47

58

69
### 🐛 Bug Fixes | 修复
710

811
* **(@gitmoji/parser-opts)**: 优化脚本 ([9f25331](https://github.com/arvinxx/commit-gitmoji/commit/9f25331))
912

10-
# Change Log
1113

12-
All notable changes to this project will be documented in this file.
13-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
14+
15+
1416

1517
## [1.2.2](https://github.com/arvinxx/commit-gitmoji/compare/@gitmoji/[email protected]...@gitmoji/[email protected]) (2021-01-24)
1618

packages/parser-opts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gitmoji/parser-opts",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "gitmoji styles commit parser options",
55
"author": "arvinxx <[email protected]>",
66
"homepage": "https://github.com/arvinxx/commit-gitmoji/tree/master/packages/parser-opts",

0 commit comments

Comments
 (0)