Skip to content

Commit 543d787

Browse files
authored
chore: Publish crates & packages (#402)
1 parent f13d142 commit 543d787

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+214
-40
lines changed

Cargo.lock

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

packages/emotion/CHANGELOG.md

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

3+
## 8.5.0
4+
5+
### Minor Changes
6+
7+
- 4c8b0e2: Update swc_core
8+
39
## 8.4.0
410

511
### Minor Changes

packages/emotion/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ Source code for plugin itself (not transforms) are copied from https://github.co
3434
3535
# @swc/plugin-emotion
3636
37+
## 8.5.0
38+
39+
### Minor Changes
40+
41+
- 4c8b0e2: Update swc_core
42+
3743
## 8.4.0
3844
3945
### Minor Changes

packages/emotion/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc/plugin-emotion",
3-
"version": "8.4.0",
3+
"version": "8.5.0",
44
"description": "SWC plugin for emotion css-in-js library",
55
"main": "swc_plugin_emotion.wasm",
66
"scripts": {

packages/emotion/transform/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = { workspace = true }
77
name = "swc_emotion"
88
repository = { workspace = true }
99
rust-version = { workspace = true }
10-
version = "0.76.0"
10+
version = "0.77.0"
1111

1212

1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

packages/formatjs/CHANGELOG.md

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

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- 4c8b0e2: Update swc_core
8+
39
## 2.0.6
410

511
### Patch Changes

packages/formatjs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ swc_core = { workspace = true, features = [
2121
"ecma_plugin_transform",
2222
"ecma_ast_serde",
2323
] }
24-
swc_formatjs_transform = { path = "./transform", version = "3.0.0" }
24+
swc_formatjs_transform = { path = "./transform", version = "4.0.0" }

packages/formatjs/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ FormatJS SWC plugin, maintained by SWC team.
44

55
# @swc/plugin-formatjs
66

7+
## 2.1.0
8+
9+
### Minor Changes
10+
11+
- 4c8b0e2: Update swc_core
12+
713
## 2.0.6
814

915
### Patch Changes

packages/formatjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc/plugin-formatjs",
3-
"version": "2.0.6",
3+
"version": "2.1.0",
44
"description": "FormatJS SWC plugin",
55
"main": "swc_plugin_formatjs.wasm",
66
"scripts": {

packages/formatjs/transform/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = { workspace = true }
88
license = { workspace = true }
99
name = "swc_formatjs_transform"
1010
repository = { workspace = true }
11-
version = "3.0.2"
11+
version = "4.0.0"
1212

1313
[features]
1414
custom_transform = []

packages/jest/CHANGELOG.md

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

3+
## 6.1.0
4+
5+
### Minor Changes
6+
7+
- 4c8b0e2: Update swc_core
8+
39
## 6.0.4
410

511
### Patch Changes

packages/jest/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
# @swc/plugin-jest
44

5+
## 6.1.0
6+
7+
### Minor Changes
8+
9+
- 4c8b0e2: Update swc_core
10+
511
## 6.0.4
612

713
### Patch Changes

packages/jest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc/plugin-jest",
3-
"version": "6.0.4",
3+
"version": "6.1.0",
44
"description": "SWC plugin for jest",
55
"main": "swc_plugin_jest.wasm",
66
"scripts": {

packages/loadable-components/CHANGELOG.md

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

3+
## 5.1.0
4+
5+
### Minor Changes
6+
7+
- 4c8b0e2: Update swc_core
8+
39
## 5.0.4
410

511
### Patch Changes

packages/loadable-components/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ By default `loadable-components` are configured to transform dynamic imports use
2323

2424
# @swc/plugin-loadable-components
2525

26+
## 5.1.0
27+
28+
### Minor Changes
29+
30+
- 4c8b0e2: Update swc_core
31+
2632
## 5.0.4
2733

2834
### Patch Changes

packages/loadable-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc/plugin-loadable-components",
3-
"version": "5.0.4",
3+
"version": "5.1.0",
44
"description": "SWC plugin for `@loadable/components`",
55
"main": "swc_plugin_loadable_components.wasm",
66
"scripts": {

packages/noop/CHANGELOG.md

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

3+
## 6.1.0
4+
5+
### Minor Changes
6+
7+
- 4c8b0e2: Update swc_core
8+
39
## 6.0.4
410

511
### Patch Changes

packages/noop/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
# @swc/plugin-noop
44

5+
## 6.1.0
6+
7+
### Minor Changes
8+
9+
- 4c8b0e2: Update swc_core
10+
511
## 6.0.4
612

713
### Patch Changes

packages/noop/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc/plugin-noop",
3-
"version": "6.0.4",
3+
"version": "6.1.0",
44
"description": "Noop SWC plugin, for debugging",
55
"main": "swc_plugin_noop.wasm",
66
"scripts": {

packages/prefresh/CHANGELOG.md

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

3+
## 6.1.0
4+
5+
### Minor Changes
6+
7+
- 4c8b0e2: Update swc_core
8+
39
## 6.0.4
410

511
### Patch Changes

packages/prefresh/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ And SWC has built-in React Refresh transformation, therefore, this plugin only i
4040

4141
# @swc/plugin-prefresh
4242

43+
## 6.1.0
44+
45+
### Minor Changes
46+
47+
- 4c8b0e2: Update swc_core
48+
4349
## 6.0.4
4450

4551
### Patch Changes

packages/prefresh/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc/plugin-prefresh",
3-
"version": "6.0.4",
3+
"version": "6.1.0",
44
"description": "SWC plugin for preact refresh",
55
"main": "swc_plugin_prefresh.wasm",
66
"scripts": {

packages/prefresh/transform/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage = { workspace = true }
1010
license = { workspace = true }
1111
repository = { workspace = true }
1212
rust-version = { workspace = true }
13-
version = "0.3.1"
13+
version = "0.4.0"
1414

1515
[dependencies]
1616
serde = { workspace = true, features = ["derive"] }

packages/react-remove-properties/CHANGELOG.md

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

3+
## 6.1.0
4+
5+
### Minor Changes
6+
7+
- 4c8b0e2: Update swc_core
8+
39
## 6.0.4
410

511
### Patch Changes

packages/react-remove-properties/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ or
2323

2424
# @swc/plugin-react-remove-properties
2525

26+
## 6.1.0
27+
28+
### Minor Changes
29+
30+
- 4c8b0e2: Update swc_core
31+
2632
## 6.0.4
2733

2834
### Patch Changes

packages/react-remove-properties/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc/plugin-react-remove-properties",
3-
"version": "6.0.4",
3+
"version": "6.1.0",
44
"description": "SWC plugin for https://www.npmjs.com/package/babel-plugin-react-remove-properties",
55
"main": "swc_plugin_react_remove_properties.wasm",
66
"scripts": {

packages/react-remove-properties/transform/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ homepage = { workspace = true }
1111
license = { workspace = true }
1212
repository = { workspace = true }
1313
rust-version = { workspace = true }
14-
version = "0.26.1"
14+
version = "0.27.0"
1515

1616

1717
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

packages/relay/CHANGELOG.md

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

3+
## 6.1.0
4+
5+
### Minor Changes
6+
7+
- 4c8b0e2: Update swc_core
8+
39
## 6.0.4
410

511
### Patch Changes

0 commit comments

Comments
 (0)