Skip to content

Commit e6c590f

Browse files
committed
chore(release): release 0.18.0
1 parent 2c34691 commit e6c590f

24 files changed

Lines changed: 89 additions & 12 deletions

packages/babel-preset/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @fictjs/babel-preset
22

3+
## 0.18.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @fictjs/compiler@0.18.0
9+
310
## 0.17.1
411

512
### Patch Changes

packages/babel-preset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fictjs/babel-preset",
3-
"version": "0.17.1",
3+
"version": "0.18.0",
44
"description": "Babel preset for Fict - includes TypeScript, JSX, and Fict compiler",
55
"publishConfig": {
66
"access": "public",

packages/compiler/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @fictjs/compiler
22

3+
## 0.18.0
4+
5+
### Minor Changes
6+
7+
- Improve compiler diagnostics so strict defaults, fallback analysis, diagnostic codes, and source locations stay consistent across direct compiler errors and tooling consumers.
8+
- Add new validation warnings for nested hook and state placement, inline JSX function props, native element spreads, index-based list keys, and memo constants without reactive dependencies.
9+
310
## 0.17.1
411

512
### Patch Changes

packages/compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fictjs/compiler",
3-
"version": "0.17.1",
3+
"version": "0.18.0",
44
"description": "Babel plugin for Fict Compiler",
55
"publishConfig": {
66
"access": "public",

packages/eslint-plugin/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @fictjs/eslint-plugin
22

3+
## 0.18.0
4+
35
## 0.17.1
46

57
## 0.17.0

packages/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fictjs/eslint-plugin",
3-
"version": "0.17.1",
3+
"version": "0.18.0",
44
"description": "ESLint plugin for Fict",
55
"publishConfig": {
66
"access": "public",

packages/fict/CHANGELOG.md

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

3+
## 0.18.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @fictjs/runtime@0.18.0
9+
310
## 0.17.1
411

512
### Patch Changes

packages/fict/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fict",
3-
"version": "0.17.1",
3+
"version": "0.18.0",
44
"description": "Main package for the Fict framework",
55
"publishConfig": {
66
"access": "public",

packages/mcp/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @fictjs/mcp
22

3+
## 0.18.0
4+
5+
### Minor Changes
6+
7+
- Preserve compiler diagnostic codes, strict-guarantee severities, source locations, and structured fallback errors in MCP autofixer output.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @fictjs/compiler@0.18.0
13+
- @fictjs/eslint-plugin@0.18.0
14+
315
## 0.17.0
416

517
### Minor Changes

packages/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fictjs/mcp",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"description": "MCP server for Fict",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)