Skip to content

Commit

Permalink
Release v0.6.4 (#195)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 5, 2023
1 parent 5ff9680 commit ef89740
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 17 deletions.
7 changes: 0 additions & 7 deletions .changeset/fair-actors-tickle.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/fresh-bikes-begin.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @modern-js/swc-plugins

## 0.6.4

### Patch Changes

- f2c7812: chore: update swc_core
- 5ff9680: fix: use files instead of npmignore

## 0.6.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"main": "./binding.js",
"types": "./types/index.d.ts",
"version": "0.6.3",
"version": "0.6.4",
"devDependencies": {
"@changesets/cli": "^2.26.0",
"@napi-rs/cli": "^2.15.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-import/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @modern-js/swc-plugin-import

## 0.6.4

### Patch Changes

- f2c7812: chore: update swc_core
- 5ff9680: fix: use files instead of npmignore

## 0.6.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modern-js/swc-plugin-import",
"version": "0.6.2",
"version": "0.6.4",
"author": "jserfeng",
"description": "swc port of babel-plugin-import",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/react-const-elements/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @modern-js/swc-react-const-elements-plugin

## 0.6.4

### Patch Changes

- f2c7812: chore: update swc_core
- 5ff9680: fix: use files instead of npmignore

## 0.6.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-const-elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modern-js/swc-react-const-elements-plugin",
"version": "0.6.2",
"version": "0.6.4",
"author": "jserfeng",
"description": "swc port of @babel/plugin-transform-react-constant-elements",
"license": "MIT",
Expand Down

0 comments on commit ef89740

Please sign in to comment.