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, 2023
1 parent dd0ecd9 commit 19cb707
Show file tree
Hide file tree
Showing 16 changed files with 45 additions and 35 deletions.
5 changes: 0 additions & 5 deletions .changeset/eleven-horses-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-jars-pretend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-cups-deliver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-cheetahs-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-garlics-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-tips-knock.md

This file was deleted.

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

## 0.1.1

### Patch Changes

- 2686f0b: feat(eslint-config): ban commonjs in js file
- dd0ecd9: feat(eslint-config): enable some rules
- Updated dependencies [b36ba4b]
- @git-validator/eslint-plugin@0.1.1

## 0.1.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": "@git-validator/eslint-config",
"version": "0.1.0",
"version": "0.1.1",
"description": "A strict eslint config for better code quality.",
"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.1.1

### Patch Changes

- b36ba4b: refactor(eslint-plugin): remove useless regex

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

## 0.9.13

### Patch Changes

- ffb246f: fix(git-validator): make the `extends` field right
- Updated dependencies [33a5435]
- Updated dependencies [2686f0b]
- Updated dependencies [79c8264]
- Updated dependencies [dd0ecd9]
- @git-validator/tsconfig@0.1.2
- @git-validator/eslint-config@0.1.1
- @git-validator/prettier-config@0.1.1

## 0.9.12

### 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.12",
"version": "0.9.13",
"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.1.1

### Patch Changes

- 79c8264: feat(prettier-config): add support to sort package.json

## 0.1.0

### Minor 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.1.0",
"version": "0.1.1",
"description": "The best prettier shareable config.",
"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.1.2

### Patch Changes

- 33a5435: feat(tsconfig): add support for customizing where extends from

## 0.1.1

### 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.1.1",
"version": "0.1.2",
"description": "Strict shared tsconfig out-of-box.",
"keywords": [
"tsconfig",
Expand Down

0 comments on commit 19cb707

Please sign in to comment.