Skip to content

Commit

Permalink
chore: release (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and zanminkian committed Sep 24, 2023
1 parent 6d641ba commit 329daf8
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@
"@git-validator/prettier-config": "0.1.1",
"@git-validator/tsconfig": "0.1.3"
},
"changesets": []
"changesets": [
"perfect-goats-laugh",
"weak-plants-sell"
]
}
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 @@
# @git-validator/eslint-config

## 0.1.6-beta.0

### Patch Changes

- b1ffc74: fix(eslint-config): fix crash when there is no .gitignore file in project root

## 0.1.5

### 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": "@git-validator/eslint-config",
"version": "0.1.5",
"version": "0.1.6-beta.0",
"description": "A strict eslint config for better code quality.",
"keywords": [
"opinionated",
Expand Down
9 changes: 9 additions & 0 deletions packages/git-validator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# git-validator

## 0.10.3-beta.0

### Patch Changes

- Updated dependencies [b1ffc74]
- Updated dependencies [317fd54]
- @git-validator/eslint-config@0.1.6-beta.0
- @git-validator/prettier-config@0.1.2-beta.0

## 0.10.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/git-validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git-validator",
"version": "0.10.2",
"version": "0.10.3-beta.0",
"description": "Git hooks and code style validator.",
"keywords": [
"git",
Expand Down
6 changes: 6 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @git-validator/prettier-config

## 0.1.2-beta.0

### Patch Changes

- 317fd54: fix(prettier-config): fix crash when running `npx git-validator`

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@git-validator/prettier-config",
"version": "0.1.1",
"version": "0.1.2-beta.0",
"description": "The best prettier shareable config.",
"keywords": [
"prettier",
Expand Down

0 comments on commit 329daf8

Please sign in to comment.