Skip to content

Commit 7208b2c

Browse files
committed
release: v1.0.0
1 parent 9834f76 commit 7208b2c

10 files changed

Lines changed: 21 additions & 41 deletions

.changeset/chilly-waves-pick.md

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

.changeset/huge-needles-appear.md

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

.changeset/pre.json

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

.changeset/ripe-moles-give.md

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

.changeset/slow-parks-shout.md

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

.changeset/social-bushes-look.md

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

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @effector/swc-plugin
22

3+
## 1.0.0
4+
5+
This is the first stable release of `@effector/swc-plugin`. The plugin now supports stable Plugin ABI and fully supports `@swc/core@^1.15.0` and Next.js v16.1+.
6+
7+
### Major Changes
8+
9+
- ffcab40: Remove support for multi-label publishing
10+
11+
### Minor Changes
12+
13+
- d13af2f: Support `swc_core@47` (stable Plugin ABI)
14+
15+
### Patch Changes
16+
17+
- 9834f76: Bump to `swc_core@55`
18+
- 6fb24b3: Bump dependencies up to `swc_core@52` & toolchain to `nightly-2025-12-23`
19+
- 5ef2f76: Bump toolchain to `nightly-2025-11-08`
20+
321
## 1.0.0-next.1
422

523
### Patch Changes

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "effector-swc-plugin"
3-
version = "1.0.0-next.1"
3+
version = "1.0.0"
44

55
authors = ["Kireev Mikhail"]
66
description = "SWC Plugin for Effector"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@effector/swc-plugin",
3-
"version": "1.0.0-next.1",
3+
"version": "1.0.0",
44
"description": "SWC Plugin for Effector",
55
"keywords": [
66
"swc-plugin",

0 commit comments

Comments
 (0)