Skip to content

Commit

Permalink
Version Packages (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 4, 2024
1 parent 646f3bb commit 35b01b1
Show file tree
Hide file tree
Showing 13 changed files with 45 additions and 16 deletions.
10 changes: 0 additions & 10 deletions .changeset/selfish-pumpkins-hammer.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/define-component/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @takurinton/eslint-plugin-only-define-react-component

## 0.0.9

### Patch Changes

- 646f3bb: update typescript-eslint v7.18.0
2 changes: 1 addition & 1 deletion packages/define-component/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"devDependencies": {},
"name": "@takurinton/eslint-plugin-only-define-react-component",
"version": "0.0.8",
"version": "0.0.9",
"main": "dist/index.js",
"files": [
"dist",
Expand Down
7 changes: 7 additions & 0 deletions packages/design-token/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @takurinton/eslint-plugin-design-tokens

## 0.0.9

### Patch Changes

- 646f3bb: update typescript-eslint v7.18.0
2 changes: 1 addition & 1 deletion packages/design-token/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"styled-system": "5.1.5"
},
"name": "@takurinton/eslint-plugin-design-tokens",
"version": "0.0.8",
"version": "0.0.9",
"main": "dist/index.js",
"files": [
"dist",
Expand Down
7 changes: 7 additions & 0 deletions packages/function-with-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @takurinton/eslint-plugin-function-with-test

## 0.0.3

### Patch Changes

- 646f3bb: update typescript-eslint v7.18.0
2 changes: 1 addition & 1 deletion packages/function-with-test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"devDependencies": {},
"name": "@takurinton/eslint-plugin-function-with-test",
"version": "0.0.2",
"version": "0.0.3",
"main": "dist/index.js",
"files": [
"dist",
Expand Down
6 changes: 6 additions & 0 deletions packages/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @takurinton/eslint-plugin-i18n

## 0.0.4

### Patch Changes

- 646f3bb: update typescript-eslint v7.18.0

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@takurinton/eslint-plugin-i18n",
"version": "0.0.3",
"version": "0.0.4",
"main": "dist/index.js",
"files": [
"dist",
Expand Down
6 changes: 6 additions & 0 deletions packages/vars-name/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @takurinton/eslint-plugin-vars-name

## 0.0.7

### Patch Changes

- 646f3bb: update typescript-eslint v7.18.0

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vars-name/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"devDependencies": {},
"name": "@takurinton/eslint-plugin-vars-name",
"version": "0.0.6",
"version": "0.0.7",
"main": "dist/index.js",
"files": [
"dist",
Expand Down
6 changes: 6 additions & 0 deletions packages/zod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @takurinton/eslint-plugin-zod

## 0.0.2

### Patch Changes

- 646f3bb: update typescript-eslint v7.18.0

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/zod/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"devDependencies": {},
"name": "@takurinton/eslint-plugin-zod",
"version": "0.0.1",
"version": "0.0.2",
"main": "dist/index.js",
"files": [
"dist",
Expand Down

0 comments on commit 35b01b1

Please sign in to comment.