Skip to content

Commit

Permalink
chore: version 4.0.8 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed May 30, 2024
1 parent c318352 commit 89a0556
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lingui_macro_plugin"
version = "4.0.7"
version = "4.0.8"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ So you need to select an appropriate version of the plugin to match compatible `
| `4.0.4` | `0.79.x` | `@swc/core@1.3.68` ~ `@swc/core@1.3.80` <br/> `next@v13.4.10-canary.1` ~ |
| `4.0.5` | `0.87.x` | broken due incorrect version of `swc_common` |
| `4.0.6` | `0.87.x` | `@swc/core@1.3.81 ~ @swc/core@1.3.105` <br /> `~ next@v14.1.0` |
| `4.0.7` | `0.90.35` | `@swc/core@1.4.0 ~` <br /> `next@14.1.1-canary.52 ~` <br /> `@rspack/core@0.6.0 ~` |
| `4.0.7`, `4.0.8` | `0.90.35` | `@swc/core@1.4.0 ~` <br /> `next@14.1.1-canary.52 ~` <br /> `@rspack/core@0.6.0 ~` |

This table may become outdated. If you don't see a particular version of `@swc/core` or `next` check the compatibility by referring to the upstream's [Selecting the version](https://swc.rs/docs/plugin/selecting-swc-core) article.
This will help you select the appropriate plugin version for your project.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lingui/swc-plugin",
"version": "4.0.7",
"version": "4.0.8",
"description": "A SWC Plugin for LinguiJS",
"author": {
"name": "Timofei Iatsenko",
Expand Down

0 comments on commit 89a0556

Please sign in to comment.