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 23, 2024
1 parent 6cdb0b3 commit a6ac5f6
Show file tree
Hide file tree
Showing 17 changed files with 63 additions and 24 deletions.
6 changes: 0 additions & 6 deletions .changeset/curly-planes-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-dodos-repair.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tricky-islands-sin.md

This file was deleted.

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

## 0.11.2

### Patch Changes

- Updated dependencies [1848169]
- Updated dependencies [9f04b44]
- Updated dependencies [55cf874]
- @fenge/eslint-config@0.3.0

## 0.11.1

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

## 0.23.6

### Patch Changes

- @git-validator/prettier-config@0.7.2
- @git-validator/eslint-config@0.11.2

## 0.23.5

### 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.5",
"version": "0.23.6",
"description": "Git hooks and code style validator.",
"keywords": [
"git",
Expand Down
7 changes: 7 additions & 0 deletions packages/deprecated-prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @git-validator/prettier-config

## 0.7.2

### Patch Changes

- Updated dependencies [1848169]
- @fenge/prettier-config@0.1.2

## 0.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/deprecated-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.7.1",
"version": "0.7.2",
"description": "An elegant prettier shareable config.",
"keywords": [
"prettier",
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @fenge/eslint-config

## 0.3.0

### Minor Changes

- 55cf874: chore: upgrade typescript-eslint to v8

### Patch Changes

- 1848169: chore: upgrade deps
- 9f04b44: refactor(eslint-config): replace `eslint-plugin-deprecation` with `@typescript-eslint/no-deprecated`

## 0.2.1

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

## 0.1.8

### Patch Changes

- Updated dependencies [1848169]
- Updated dependencies [9f04b44]
- Updated dependencies [55cf874]
- @fenge/prettier-config@0.1.2
- @fenge/eslint-config@0.3.0

## 0.1.7

### 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.7",
"version": "0.1.8",
"description": "A CLI tool for code quality",
"keywords": [
"cli",
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 @@
# @fenge/prettier-config

## 0.1.2

### Patch Changes

- 1848169: chore: upgrade deps

## 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": "@fenge/prettier-config",
"version": "0.1.1",
"version": "0.1.2",
"description": "An elegant prettier shareable config.",
"keywords": [
"prettier",
Expand Down
6 changes: 6 additions & 0 deletions packages/smells/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# smells

## 0.0.4

### Patch Changes

- 55cf874: chore: upgrade typescript-eslint to v8

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/smells/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smells",
"version": "0.0.3",
"version": "0.0.4",
"description": "Your codebase smells good/bad",
"keywords": [
"smell",
Expand Down

0 comments on commit a6ac5f6

Please sign in to comment.