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 May 4, 2024
1 parent 07366db commit 71d8d8b
Show file tree
Hide file tree
Showing 18 changed files with 66 additions and 34 deletions.
6 changes: 0 additions & 6 deletions .changeset/fifty-spiders-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-dodos-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-rings-worry.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/tough-knives-itch.md

This file was deleted.

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 @@
# @git-validator/eslint-config

## 0.4.12

### Patch Changes

- de7e7a9: feat: no lifecycle script
- 07366db: chore: upgrade deps
- Updated dependencies [de7e7a9]
- Updated dependencies [07366db]
- @git-validator/eslint-plugin-packagejson@0.2.5
- @git-validator/eslint-plugin@0.5.4

## 0.4.11

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

## 0.2.5

### Patch Changes

- de7e7a9: feat: no lifecycle script
- 07366db: chore: upgrade deps

## 0.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-packagejson/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@git-validator/eslint-plugin-packagejson",
"version": "0.2.4",
"version": "0.2.5",
"description": "ESlint plugin for linting package json.",
"keywords": [
"eslint",
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.5.4

### Patch Changes

- 07366db: chore: upgrade deps

## 0.5.3

### Patch 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.5.3",
"version": "0.5.4",
"description": "Zanminkian's eslint plugins.",
"keywords": [
"opinionated",
Expand Down
17 changes: 17 additions & 0 deletions packages/git-validator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# git-validator

## 0.17.0

### Minor Changes

- 4635ad8: fix: do not update via linting on pre-commit stage

### Patch Changes

- dccb700: feat(git-validator): make formatter logger more silent
- 07366db: chore: upgrade deps
- Updated dependencies [de7e7a9]
- Updated dependencies [07366db]
- @git-validator/eslint-config@0.4.12
- @git-validator/prettier-config@0.4.5
- prettier-ignore@0.1.3
- @git-validator/tsconfig@0.4.6

## 0.16.1

### 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.16.1",
"version": "0.17.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.4.5

### Patch Changes

- 07366db: chore: upgrade deps

## 0.4.4

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

## 0.1.3

### Patch Changes

- 07366db: chore: upgrade deps

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-ignore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier-ignore",
"version": "0.1.2",
"version": "0.1.3",
"description": "Commonly ignore patterns for Prettier",
"keywords": [
"prettier",
Expand Down
6 changes: 6 additions & 0 deletions packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @git-validator/tsconfig

## 0.4.6

### Patch Changes

- 07366db: chore: upgrade deps

## 0.4.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@git-validator/tsconfig",
"version": "0.4.5",
"version": "0.4.6",
"description": "Strict shared tsconfig out-of-box.",
"keywords": [
"tsconfig",
Expand Down

0 comments on commit 71d8d8b

Please sign in to comment.