Skip to content

Commit

Permalink
release: release for package.json update
Browse files Browse the repository at this point in the history
  • Loading branch information
itaober committed Jul 31, 2024
1 parent d380e40 commit f378796
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
},
"changesets": [
"big-rockets-scream",
"pink-keys-bake"
"pink-keys-bake",
"thick-dolphins-enjoy"
]
}
8 changes: 8 additions & 0 deletions .changeset/thick-dolphins-enjoy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@itaober/commitlint': patch
'@itaober/prettier-config': patch
'@itaober/tsconfig': patch
'@itaober/eslint-config': patch
---

docs: update package.json info
8 changes: 8 additions & 0 deletions packages/commitlint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @itaober/commitlint

## 0.1.0-alpha.3

### Patch Changes

- docs: update package.json info
- Updated dependencies
- @itaober/tsconfig@0.1.0-alpha.3

## 0.1.0-alpha.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/commitlint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itaober/commitlint",
"version": "0.1.0-alpha.2",
"version": "0.1.0-alpha.3",
"license": "MIT",
"description": "Commontlint preset",
"author": "Taober <[email protected]> (https://github.com/itaober)",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @itaober/eslint-config

## 0.1.0-alpha.3

### Patch Changes

- docs: update package.json info

## 0.1.0-alpha.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itaober/eslint-config",
"version": "0.1.0-alpha.2",
"version": "0.1.0-alpha.3",
"license": "MIT",
"description": "ESLint preset",
"author": "Taober <[email protected]> (https://github.com/itaober)",
Expand Down
6 changes: 6 additions & 0 deletions packages/prettier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @itaober/prettier

## 0.1.0-alpha.3

### Patch Changes

- docs: update package.json info

## 0.1.0-alpha.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itaober/prettier-config",
"version": "0.1.0-alpha.2",
"version": "0.1.0-alpha.3",
"license": "MIT",
"description": "Prettier preset",
"author": "Taober <[email protected]> (https://github.com/itaober)",
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 @@
# @itaober/tsconfig

## 0.1.0-alpha.3

### Patch Changes

- docs: update package.json info

## 0.1.0-alpha.2

### 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": "@itaober/tsconfig",
"version": "0.1.0-alpha.2",
"version": "0.1.0-alpha.3",
"license": "MIT",
"description": "TSConfig preset",
"author": "Taober <[email protected]> (https://github.com/itaober)",
Expand Down

0 comments on commit f378796

Please sign in to comment.