Skip to content

Commit b7cba95

Browse files
build: bump version (#25)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bc6826c commit b7cba95

File tree

7 files changed

+16
-11
lines changed

7 files changed

+16
-11
lines changed

.changeset/migrate-prettierignore.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/eslint-config/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @vp-tw/eslint-config
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- bc6826c: - Migrate `.prettierignore` to `.eslintignore` for ESLint ignore patterns
8+
- Add ignore patterns to `.oxfmtrc.json` for oxfmt
9+
- Update VSCode workspace to recommend oxc extension
10+
- CI: Only run on push to main branch (PR checks still run on all PRs)
11+
312
## 1.0.0
413

514
### Major Changes

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vp-tw/eslint-config",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "ViPro's ESLint configuration",
55
"homepage": "https://github.com/vdustr/eslint-config",
66
"license": "MIT",

packages/test-react/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# test-react
22

3+
## 1.0.1
4+
35
## 1.0.0
46

57
## 0.2.0

packages/test-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "test-react",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"private": true,
55
"description": "Test React lint rules",
66
"type": "module",

packages/test-svelte/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# test-svelte
22

3+
## 1.0.1
4+
35
## 1.0.0
46

57
## 0.2.0

packages/test-svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "test-svelte",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"private": true,
55
"description": "Test Svelte lint rules",
66
"type": "module",

0 commit comments

Comments
 (0)