Skip to content

Commit ace4ed3

Browse files
Version Packages (#22)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 953a83d commit ace4ed3

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

.changeset/friendly-turkeys-smile.md

-6
This file was deleted.

packages/lint-react/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @ktam/lint-react
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- 953a83d: Improve inline script handling and add .vercel to eslint ignore
8+
39
## 0.2.0
410

511
### Minor Changes

packages/lint-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ktam/lint-react",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "ESLint and Prettier configs for React projects",
55
"keywords": [
66
"eslint",

packages/tools-sample-astro/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @ktam/tools-sample-astro
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- 953a83d: Improve inline script handling and add .vercel to eslint ignore
8+
39
## 0.1.0
410

511
### Minor Changes

packages/tools-sample-astro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ktam/tools-sample-astro",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"private": true,
55
"description": "A test Astro project to make sure the lint / prettier configs work as expected",
66
"repository": {

0 commit comments

Comments
 (0)