Skip to content

Commit 6d2501e

Browse files
committed
release: v0.5.1
1 parent 96ec494 commit 6d2501e

File tree

7 files changed

+14
-21
lines changed

7 files changed

+14
-21
lines changed

.changeset/cool-bulldogs-admire.md

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

.changeset/four-laws-prove.md

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

.changeset/grumpy-buses-push.md

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

CHANGELOG.md

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

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- cc41d2d: Update latest `swc_core` to 0.106.0
8+
- dc89a22: Improve relative factories handling
9+
- 48113f4: Make default factories check stricter
10+
311
## 0.5.0
412

513
### Notable 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 = "0.5.0"
3+
version = "0.5.1"
44

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "@effector/swc-plugin",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "SWC Plugin for Effector",
55
"keywords": [
66
"swc-plugin",
77
"effector",
88
"next.js"
99
],
10-
"homepage": "https://github.com/@effector/swc-plugin#readme",
10+
"homepage": "https://github.com/effector/swc-plugin#readme",
1111
"bugs": {
12-
"url": "https://github.com/@effector/swc-plugin/issues"
12+
"url": "https://github.com/effector/swc-plugin/issues"
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "git+https://github.com/@effector/swc-plugin.git"
16+
"url": "git+https://github.com/effector/swc-plugin.git"
1717
},
1818
"license": "ISC",
1919
"author": "Kireev Mikhail",

0 commit comments

Comments
 (0)