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 Nov 20, 2024
1 parent 974ac53 commit 7f9eb4f
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-buttons-protect.md

This file was deleted.

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

## 0.11.1

### Patch Changes

- Updated dependencies [974ac53]
- @fenge/eslint-config@0.2.1

## 0.11.0

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

## 0.23.5

### Patch Changes

- @git-validator/eslint-config@0.11.1

## 0.23.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/deprecated-git-validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git-validator",
"version": "0.23.4",
"version": "0.23.5",
"description": "Git hooks and code style validator.",
"keywords": [
"git",
Expand Down
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 @@
# @fenge/eslint-config

## 0.2.1

### Patch Changes

- 974ac53: feat(eslint-config): update function type signature. `pick` and `omit` properties disallow duplicated rule names

## 0.2.0

### Minor 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": "@fenge/eslint-config",
"version": "0.2.0",
"version": "0.2.1",
"description": "A super strict eslint config for linting js/ts/package.json.",
"keywords": [
"opinionated",
Expand Down
7 changes: 7 additions & 0 deletions packages/fenge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# fenge

## 0.1.6

### Patch Changes

- Updated dependencies [974ac53]
- @fenge/eslint-config@0.2.1

## 0.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fenge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fenge",
"version": "0.1.5",
"version": "0.1.6",
"description": "A CLI tool for code quality",
"keywords": [
"cli",
Expand Down

0 comments on commit 7f9eb4f

Please sign in to comment.