Skip to content

Commit 5f673bd

Browse files
chore: version 5.11.0 (#195)
1 parent 5d908f6 commit 5f673bd

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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 = "lingui_macro_plugin"
3-
version = "5.10.1"
3+
version = "5.11.0"
44
edition = "2021"
55

66
[lib]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ To learn more about SWC Plugins compatibility check this issue https://github.co
115115
| `5.8.0` | [`45.0.2`](https://plugins.swc.rs/versions/range/497) |
116116
| `5.9.0` | [`46.0.3`](https://plugins.swc.rs/versions/range/713) |
117117
| `5.10.0` | [`50.2.3`](https://plugins.swc.rs/versions/range/768) |
118-
| `5.10.1` | [`50.2.3`](https://plugins.swc.rs/versions/range/768) with [`--cfg=swc_ast_unknown`](https://swc.rs/docs/plugin/ecmascript/compatibility#make-your-plugin-compatible) |
118+
| `5.10.1`, `5.11.0` | [`50.2.3`](https://plugins.swc.rs/versions/range/768) with [`--cfg=swc_ast_unknown`](https://swc.rs/docs/plugin/ecmascript/compatibility#make-your-plugin-compatible) |
119119

120120

121121
> **Note**

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@lingui/swc-plugin",
3-
"version": "5.10.1",
4-
"packageManager": "[email protected]+sha512.f45ab632439a67f8bc759bf32ead036a1f413287b9042726b7cc4818b7b49e14e9423ba49b18f9e06ea4941c1ad062385b1d8760a8d5091a1a31e5f6219afca8",
3+
"version": "5.11.0",
54
"description": "A SWC Plugin for LinguiJS",
65
"author": {
76
"name": "Timofei Iatsenko",
@@ -47,5 +46,6 @@
4746
"@types/node": "22.13.14",
4847
"typescript": "^5.9.3",
4948
"vitest": "^4.0.18"
50-
}
49+
},
50+
"packageManager": "[email protected]+sha512.f45ab632439a67f8bc759bf32ead036a1f413287b9042726b7cc4818b7b49e14e9423ba49b18f9e06ea4941c1ad062385b1d8760a8d5091a1a31e5f6219afca8"
5151
}

0 commit comments

Comments
 (0)