Skip to content

Commit

Permalink
versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonmarcello committed Oct 19, 2023
1 parent 232ec1d commit 1a178bc
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/wethegit-components-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @wethegit/components-cli

## 2.2.0

### Minor Changes

- Adds the add command to the CLI

### Patch Changes

- Updated dependencies
- @wethegit/components@2.1.1

## 2.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/wethegit-components-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wethegit/components-cli",
"version": "2.1.0",
"version": "2.2.0",
"type": "module",
"exports": "./dist/index.js",
"bin": "./dist/index.js",
Expand Down Expand Up @@ -40,6 +40,6 @@
"resolve-package-path": "^4.0.3"
},
"peerDependencies": {
"@wethegit/components": "2.1.0"
"@wethegit/components": "2.1.1"
}
}
6 changes: 6 additions & 0 deletions packages/wethegit-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @wethegit/components

## 2.1.1

### Patch Changes

- Adds the add command to the CLI

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wethegit-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wethegit/components",
"version": "2.1.0",
"version": "2.1.1",
"main": "./src/index.ts",
"sideEffects": false,
"license": "MIT",
Expand Down

0 comments on commit 1a178bc

Please sign in to comment.