Skip to content

Commit 9a627f1

Browse files
Release v0.6.9 (#209)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ec14b75 commit 9a627f1

8 files changed

Lines changed: 24 additions & 17 deletions

File tree

.changeset/blue-kangaroos-vanish.md

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

.changeset/lazy-rockets-eat.md

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @modern-js/swc-plugins
22

3+
## 0.6.9
4+
5+
### Patch Changes
6+
7+
- 8feaad9: chore: bump deps
8+
- bff785b: refactor: make @swc/helpers an optional peer
9+
310
## 0.6.8
411

512
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"license": "MIT",
88
"main": "./binding.js",
99
"types": "./types/index.d.ts",
10-
"version": "0.6.8",
10+
"version": "0.6.9",
1111
"devDependencies": {
1212
"@changesets/cli": "^2.26.0",
1313
"@napi-rs/cli": "^2.15.2",

packages/plugin-import/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @modern-js/swc-plugin-import
22

3+
## 0.6.9
4+
5+
### Patch Changes
6+
7+
- 8feaad9: chore: bump deps
8+
- bff785b: refactor: make @swc/helpers an optional peer
9+
310
## 0.6.8
411

512
### Patch Changes

packages/plugin-import/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modern-js/swc-plugin-import",
3-
"version": "0.6.8",
3+
"version": "0.6.9",
44
"author": "jserfeng",
55
"description": "swc port of babel-plugin-import",
66
"license": "MIT",

packages/react-const-elements/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @modern-js/swc-react-const-elements-plugin
22

3+
## 0.6.9
4+
5+
### Patch Changes
6+
7+
- 8feaad9: chore: bump deps
8+
- bff785b: refactor: make @swc/helpers an optional peer
9+
310
## 0.6.8
411

512
### Patch Changes

packages/react-const-elements/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modern-js/swc-react-const-elements-plugin",
3-
"version": "0.6.8",
3+
"version": "0.6.9",
44
"author": "jserfeng",
55
"description": "swc port of @babel/plugin-transform-react-constant-elements",
66
"license": "MIT",

0 commit comments

Comments
 (0)