Skip to content

Commit

Permalink
Release v0.6.10 (#211)
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 Jul 31, 2024
1 parent 5781b1a commit ccc1bff
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/violet-spies-jump.md

This file was deleted.

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

## 0.6.10

### Patch Changes

- 5781b1a: chore: fix release ci

## 0.6.9

### 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.9",
"version": "0.6.10",
"devDependencies": {
"@changesets/cli": "^2.26.0",
"@napi-rs/cli": "^2.15.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-import/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @modern-js/swc-plugin-import

## 0.6.10

### Patch Changes

- 5781b1a: chore: fix release ci

## 0.6.9

### 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.9",
"version": "0.6.10",
"author": "jserfeng",
"description": "swc port of babel-plugin-import",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-const-elements/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @modern-js/swc-react-const-elements-plugin

## 0.6.10

### Patch Changes

- 5781b1a: chore: fix release ci

## 0.6.9

### 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.9",
"version": "0.6.10",
"author": "jserfeng",
"description": "swc port of @babel/plugin-transform-react-constant-elements",
"license": "MIT",
Expand Down

0 comments on commit ccc1bff

Please sign in to comment.