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 21, 2023
1 parent 6f86642 commit 6ab8915
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 3 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.2"
},
"changesets": []
"changesets": [
"chilly-crabs-wonder",
"light-pigs-dance"
]
}
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.4-beta.0

### Patch Changes

- e7a1c9f: feat(eslint-config): enable some ts rules

## 0.1.3

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

## 0.10.0-beta.0

### Minor Changes

- 20c91cc: refactor(git-validator): move tsconfig files

### Patch Changes

- Updated dependencies [e7a1c9f]
- @git-validator/eslint-config@0.1.4-beta.0

## 0.9.15

### 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.9.15",
"version": "0.10.0-beta.0",
"description": "Git hooks and code style validator.",
"keywords": [
"git",
Expand Down

0 comments on commit 6ab8915

Please sign in to comment.