Skip to content

Commit

Permalink
chore: version packages (#9)
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 Jan 5, 2024
1 parent 149c933 commit 2c159fe
Show file tree
Hide file tree
Showing 13 changed files with 48 additions and 16 deletions.
10 changes: 0 additions & 10 deletions .changeset/flat-knives-fetch.md

This file was deleted.

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

## 2.0.2

### Patch Changes

- 149c933: config order group

## 2.0.1

### Patch 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": "commonjs",
"version": "2.0.1",
"version": "2.0.2",
"description": "lint cli",
"author": "haiweilian <[email protected]>",
"homepage": "https://github.com/bfehub/lint",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config-basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @bfehub/eslint-config-basic

## 2.0.2

### Patch Changes

- 149c933: config order group

## 2.0.1

### Patch 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": "commonjs",
"version": "2.0.1",
"version": "2.0.2",
"description": "eslint basic",
"author": "haiweilian <[email protected]>",
"homepage": "https://github.com/bfehub/lint",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @bfehub/eslint-config-react

## 2.0.2

### Patch Changes

- 149c933: config order group
- Updated dependencies [149c933]
- @bfehub/eslint-config-typescript@2.0.2

## 2.0.1

### Patch 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": "commonjs",
"version": "2.0.1",
"version": "2.0.2",
"description": "eslint react",
"author": "haiweilian <[email protected]>",
"homepage": "https://github.com/bfehub/lint",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @bfehub/eslint-config-typescript

## 2.0.2

### Patch Changes

- 149c933: config order group
- Updated dependencies [149c933]
- @bfehub/eslint-config-basic@2.0.2

## 2.0.1

### Patch 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": "commonjs",
"version": "2.0.1",
"version": "2.0.2",
"description": "eslint typescript",
"author": "haiweilian <[email protected]>",
"homepage": "https://github.com/bfehub/lint",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @bfehub/eslint-config-vue

## 2.0.2

### Patch Changes

- 149c933: config order group
- Updated dependencies [149c933]
- @bfehub/eslint-config-typescript@2.0.2

## 2.0.1

### Patch 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": "commonjs",
"version": "2.0.1",
"version": "2.0.2",
"description": "eslint vue",
"author": "haiweilian <[email protected]>",
"homepage": "https://github.com/bfehub/lint",
Expand Down
6 changes: 6 additions & 0 deletions packages/stylelint-config-basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @bfehub/stylelint-config-basic

## 2.0.2

### Patch Changes

- 149c933: config order group

## 2.0.1

### Patch 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": "commonjs",
"version": "2.0.1",
"version": "2.0.2",
"description": "stylelint basic",
"author": "haiweilian <[email protected]>",
"homepage": "https://github.com/bfehub/lint",
Expand Down

0 comments on commit 2c159fe

Please sign in to comment.