Skip to content

Commit e4526ed

Browse files
committed
🐛 fix: link deps
1 parent 8479426 commit e4526ed

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

packages/changelog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "conventional-changelog-gitmoji-config",
3-
"version": "1.2.2",
3+
"version": "1.3.0",
44
"description": "a gitmoji commit style presets for conventional changelog",
55
"main": "lib/index.js",
66
"files": [

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.2",
3+
"version": "1.1.3",
44
"description": "gitmoji styles commit types",
55
"author": "arvinxx <arvinx@foxmail.com>",
66
"homepage": "https://github.com/arvinxx/commit-gitmoji/tree/master/packages/commit-types",

packages/config-monorepo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-gitmoji-monorepo",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": ":tada: Shareable commitlint config for monorepo enforcing gitmoji commit",
55
"main": "lib/index.js",
66
"scripts": {
@@ -36,6 +36,6 @@
3636
"dependencies": {
3737
"@gitmoji/commit-types": "^1.1.3",
3838
"@gitmoji/parser-opts": "^1.2.4",
39-
"commitlint-plugin-gitmoji": "^2.0.3"
39+
"commitlint-plugin-gitmoji": "^2.0.4"
4040
}
4141
}

packages/config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-gitmoji",
3-
"version": "2.1.6",
3+
"version": "2.1.7",
44
"description": ":tada: Shareable commitlint config enforcing gitmoji commit",
55
"main": "lib/index.js",
66
"scripts": {
@@ -36,6 +36,6 @@
3636
"dependencies": {
3737
"@gitmoji/commit-types": "^1.1.3",
3838
"@gitmoji/parser-opts": "^1.2.4",
39-
"commitlint-plugin-gitmoji": "^2.0.3"
39+
"commitlint-plugin-gitmoji": "^2.0.4"
4040
}
4141
}

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.3",
3+
"version": "1.2.4",
44
"description": "gitmoji styles commit parser options",
55
"author": "arvinxx <arvinx@foxmail.com>",
66
"homepage": "https://github.com/arvinxx/commit-gitmoji/tree/master/packages/parser-opts",

packages/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-plugin-gitmoji",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": ":tada: Shareable commitlint plugin enforcing gitmoji commit rules",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)