Skip to content

Commit

Permalink
chore: release (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and zanminkian committed Jan 15, 2025
1 parent 8357003 commit 547c984
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"@fenge/tsconfig": "0.3.0",
"@fenge/types": "0.2.0"
},
"changesets": []
"changesets": ["eleven-ghosts-report"]
}
7 changes: 7 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @fenge/eslint-config

## 0.5.5-beta.0

### Patch Changes

- Updated dependencies [02d0164]
- [email protected]

## 0.5.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fenge/eslint-config",
"version": "0.5.4",
"version": "0.5.5-beta.0",
"description": "A super strict eslint config for linting js/ts/package.json.",
"keywords": [
"opinionated",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-plugin-esm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# eslint-plugin-esm

## 0.6.0-beta.0

### Minor Changes

- 02d0164: chore(eslint-plugin-esm): make `no-inexistent-relative-imports` stricter

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-esm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-esm",
"version": "0.5.0",
"version": "0.6.0-beta.0",
"description": "ESLint plugin for linting ESM (import/export syntax)",
"keywords": [
"eslint",
Expand Down
6 changes: 6 additions & 0 deletions packages/fenge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# fenge

## 0.4.1-beta.0

### Patch Changes

- @fenge/eslint-config@0.5.5-beta.0

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fenge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fenge",
"version": "0.4.0",
"version": "0.4.1-beta.0",
"description": "A CLI tool for code quality",
"keywords": [
"cli",
Expand Down

0 comments on commit 547c984

Please sign in to comment.