Skip to content

Commit

Permalink
chore: version packages (#11)
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 Jul 19, 2024
1 parent 7970f7b commit 03b256e
Show file tree
Hide file tree
Showing 13 changed files with 69 additions and 18 deletions.
12 changes: 0 additions & 12 deletions .changeset/itchy-owls-run.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/create-lint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @bfehub/create-lint

## 3.0.0

### Major Changes

- 7970f7b: - Migration of pure ESM

- Migration of ESLint Flat Config

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-lint/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bfehub/create-lint",
"type": "module",
"version": "2.1.0",
"version": "3.0.0",
"description": "lint cli",
"author": "haiweilian <[email protected]>",
"homepage": "https://github.com/bfehub/lint",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @bfehub/eslint-config-basic

## 3.0.0

### Major Changes

- 7970f7b: - Migration of pure ESM

- Migration of ESLint Flat Config

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-basic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bfehub/eslint-config-basic",
"type": "module",
"version": "2.1.0",
"version": "3.0.0",
"description": "eslint basic",
"author": "haiweilian <[email protected]>",
"homepage": "https://github.com/bfehub/lint",
Expand Down
13 changes: 13 additions & 0 deletions packages/eslint-config-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @bfehub/eslint-config-react

## 3.0.0

### Major Changes

- 7970f7b: - Migration of pure ESM

- Migration of ESLint Flat Config

### Patch Changes

- Updated dependencies [7970f7b]
- @bfehub/eslint-config-typescript@3.0.0

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bfehub/eslint-config-react",
"type": "module",
"version": "2.1.0",
"version": "3.0.0",
"description": "eslint react",
"author": "haiweilian <[email protected]>",
"homepage": "https://github.com/bfehub/lint",
Expand Down
13 changes: 13 additions & 0 deletions packages/eslint-config-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @bfehub/eslint-config-typescript

## 3.0.0

### Major Changes

- 7970f7b: - Migration of pure ESM

- Migration of ESLint Flat Config

### Patch Changes

- Updated dependencies [7970f7b]
- @bfehub/eslint-config-basic@3.0.0

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bfehub/eslint-config-typescript",
"type": "module",
"version": "2.1.0",
"version": "3.0.0",
"description": "eslint typescript",
"author": "haiweilian <[email protected]>",
"homepage": "https://github.com/bfehub/lint",
Expand Down
13 changes: 13 additions & 0 deletions packages/eslint-config-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @bfehub/eslint-config-vue

## 3.0.0

### Major Changes

- 7970f7b: - Migration of pure ESM

- Migration of ESLint Flat Config

### Patch Changes

- Updated dependencies [7970f7b]
- @bfehub/eslint-config-typescript@3.0.0

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bfehub/eslint-config-vue",
"type": "module",
"version": "2.1.0",
"version": "3.0.0",
"description": "eslint vue",
"author": "haiweilian <[email protected]>",
"homepage": "https://github.com/bfehub/lint",
Expand Down
8 changes: 8 additions & 0 deletions packages/stylelint-config-basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @bfehub/stylelint-config-basic

## 3.0.0

### Major Changes

- 7970f7b: - Migration of pure ESM

- Migration of ESLint Flat Config

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config-basic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bfehub/stylelint-config-basic",
"type": "module",
"version": "2.1.0",
"version": "3.0.0",
"description": "stylelint basic",
"author": "haiweilian <[email protected]>",
"homepage": "https://github.com/bfehub/lint",
Expand Down

0 comments on commit 03b256e

Please sign in to comment.