Skip to content

Commit b4783a3

Browse files
committed
release: v0.5.2
1 parent 8ef0fe5 commit b4783a3

File tree

6 files changed

+12
-11
lines changed

6 files changed

+12
-11
lines changed

.changeset/orange-seahorses-tickle.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @effector/swc-plugin
22

3+
## 0.5.2
4+
5+
### Patch Changes
6+
7+
- b18c9d4: Fix propagating `name` when chaining methods (#25)
8+
39
## 0.5.1
410

511
### Patch Changes

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "effector-swc-plugin"
3-
version = "0.5.1"
3+
version = "0.5.2"
44

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

NEXTJS.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ These tests are executed using [Playwright](https://github.com/Microsoft/playwri
8686
| `[email protected]` | `swc1.6.0` | `turbopack` |
8787
| `[email protected]` | `swc1.6.0` | `webpack` |
8888
| `[email protected]` | `swc1.6.0` | `turbopack` |
89-
| `[email protected].0-canary.129` | `swc1.7.0` | `webpack` |
90-
| `[email protected].0-canary.129` | `swc1.7.0` | `turbopack` |
89+
| `[email protected].2` | `swc1.7.0` | `webpack` |
90+
| `[email protected].2` | `swc1.7.0` | `turbopack` |
9191

9292
[^1]:
9393
Failing to pin a version may result in unintentional update to one of the packages (either plugin or Next.js), which _will_ make your setup broken.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@effector/swc-plugin",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "SWC Plugin for Effector",
55
"keywords": [
66
"swc-plugin",

0 commit comments

Comments
 (0)