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 Sep 19, 2024
1 parent 6ceacd8 commit f23f207
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-squids-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-oranges-punch.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @git-validator/eslint-config

## 0.8.3

### Patch Changes

- 6ceacd8: feat(eslint-config): ban `self` and `global`, prefer `globalThis`
- Updated dependencies [5b49895]
- @git-validator/eslint-plugin@0.11.1

## 0.8.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": "@git-validator/eslint-config",
"version": "0.8.2",
"version": "0.8.3",
"description": "A super strict eslint config for linting js/ts/package.json.",
"keywords": [
"opinionated",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @git-validator/eslint-plugin

## 0.11.1

### Patch Changes

- 5b49895: fix(eslint-plugin): enhance `no-instanceof-builtin`

## 0.11.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@git-validator/eslint-plugin",
"version": "0.11.0",
"version": "0.11.1",
"description": "Zanminkian's eslint plugins.",
"keywords": [
"opinionated",
Expand Down
7 changes: 7 additions & 0 deletions packages/git-validator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# git-validator

## 0.20.8

### Patch Changes

- Updated dependencies [6ceacd8]
- @git-validator/eslint-config@0.8.3

## 0.20.7

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

0 comments on commit f23f207

Please sign in to comment.