Skip to content

Commit

Permalink
Bump package versions
Browse files Browse the repository at this point in the history
git mob: v4.0.0
git mob core: v0.10.0
  • Loading branch information
rkotze committed Dec 5, 2024
1 parent adc5086 commit 85ac885
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 9 deletions.
20 changes: 18 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/git-mob-core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/git-mob-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git-mob-core",
"version": "0.9.3",
"version": "0.10.0",
"description": "Git Mob Core library to manage co-authoring",
"homepage": "https://github.com/rkotze/git-mob/blob/master/packages/git-mob-core/README.md",
"main": "./dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/git-mob/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/git-mob/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git-mob",
"version": "3.2.0",
"version": "4.0.0",
"description": "CLI tool for adding co-authors to commits.",
"homepage": "https://github.com/rkotze/git-mob/blob/master/packages/git-mob/README.md",
"type": "module",
Expand Down Expand Up @@ -62,7 +62,7 @@
"dependencies": {
"@inquirer/checkbox": "^4.0.2",
"common-tags": "^1.8.2",
"git-mob-core": "^0.9.3",
"git-mob-core": "^0.10.0",
"minimist": "^1.2.8",
"update-notifier": "^7.3.1"
},
Expand Down

0 comments on commit 85ac885

Please sign in to comment.