Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and zanminkian committed Mar 15, 2023
1 parent 2038b1c commit 7dd5cc5
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .changeset/breezy-peas-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-flies-run.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zanminkian/eslint-config

## 0.1.3

### Patch Changes

- 8534b8d: docs: add badge

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zanminkian/eslint-config",
"version": "0.1.2",
"version": "0.1.3",
"description": "Opinionated eslint config presets.",
"author": "[email protected]",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/git-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @zanminkian/git-hooks

## 0.1.5

### Patch Changes

- 8534b8d: docs: add badge
- 2038b1c: refactor(git-hooks): replace `yargs` with `commander`
- Updated dependencies [8534b8d]
- @zanminkian/eslint-config@0.1.3

## 0.1.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/git-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zanminkian/git-hooks",
"version": "0.1.4",
"version": "0.1.5",
"description": "A bundle of opinionated git hooks. All in one!",
"author": "[email protected]",
"license": "MIT",
Expand All @@ -18,7 +18,7 @@
"lint-staged": "bin/lint-staged"
},
"dependencies": {
"@zanminkian/eslint-config": "^0.1.2",
"@zanminkian/eslint-config": "^0.1.3",
"commander": "^10.0.0",
"cosmiconfig": "^8.1.0",
"eslint": "^8.35.0",
Expand Down

0 comments on commit 7dd5cc5

Please sign in to comment.