Skip to content

Commit 793c784

Browse files
committed
Patch workspace packages
1 parent fbea484 commit 793c784

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/git-mob-core/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/git-mob-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-mob-core",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "Git Mob Core library to manage co-authoring",
55
"homepage": "https://github.com/rkotze/git-mob/blob/master/packages/git-mob-core/README.md",
66
"main": "./dist/index.js",

packages/git-mob/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/git-mob/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-mob",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "CLI tool for adding co-authors to commits.",
55
"homepage": "https://github.com/rkotze/git-mob/blob/master/packages/git-mob/README.md",
66
"type": "module",
@@ -62,7 +62,7 @@
6262
"dependencies": {
6363
"@inquirer/checkbox": "^4.1.4",
6464
"common-tags": "^1.8.2",
65-
"git-mob-core": "^0.10.0",
65+
"git-mob-core": "^0.10.1",
6666
"minimist": "^1.2.8",
6767
"update-notifier": "^7.3.1"
6868
},

0 commit comments

Comments
 (0)