Skip to content

Commit

Permalink
Update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rkotze committed May 21, 2023
1 parent c448099 commit 99f9fe6
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -2,12 +2,12 @@

Follows [Semantic Versioning](https://semver.org/).

## git-mob 2.3.6 Next
## git-mob 2.4.0 Next

### Added

- Integrated git-mob-core solo function
- Override the global `.git-coauthors` file with one specified in root folder of a Git repository.
- Override the global `.git-coauthors` file with one specified in root folder of a Git repository. Thanks to @tlabeeuw

## git-mob-core 0.4.0 Next

Expand Down
8 changes: 4 additions & 4 deletions 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 package.json
@@ -1,6 +1,6 @@
{
"name": "git-mob-workspace",
"version": "2.3.5",
"version": "2.4.0",
"description": "CLI tool for adding co-authors to commits.",
"private": true,
"workspaces": [
Expand Down
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
@@ -1,6 +1,6 @@
{
"name": "git-mob-core",
"version": "0.3.0",
"version": "0.4.0",
"description": "Core Git Mob library to manage co-authoring",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
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
@@ -1,6 +1,6 @@
{
"name": "git-mob",
"version": "2.3.5",
"version": "2.4.0",
"description": "CLI tool for adding co-authors to commits.",
"scripts": {
"build": "rimraf dist && bob",
Expand Down Expand Up @@ -61,7 +61,7 @@
],
"dependencies": {
"common-tags": "^1.8.0",
"git-mob-core": "^0.3.0",
"git-mob-core": "^0.4.0",
"minimist": "^1.2.6",
"update-notifier": "^5.1.0"
},
Expand Down

0 comments on commit 99f9fe6

Please sign in to comment.