Skip to content

Commit

Permalink
Merge pull request #112 from qnighy/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
qnighy authored Aug 3, 2024
2 parents b649baf + aeccc63 commit 2d8815b
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 16 deletions.
7 changes: 0 additions & 7 deletions .changeset/rude-tips-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-impalas-repair.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/babel-plugin-node-cjs-interop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# babel-plugin-node-cjs-interop

## 0.1.9

### Patch Changes

- c75999a: chore(deps): update babel monorepo

## 0.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-node-cjs-interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"license": "MIT",
"author": "Masaki Hara <[email protected]>",
"version": "0.1.8",
"version": "0.1.9",
"type": "module",
"main": "./cjs/dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/node-cjs-interop-finder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# node-cjs-interop-finder

## 0.1.5

### Patch Changes

- c75999a: chore(deps): update babel monorepo

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/node-cjs-interop-finder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"license": "MIT",
"author": "Masaki Hara <[email protected]>",
"version": "0.1.4",
"version": "0.1.5",
"type": "module",
"bin": "./bin/node-cjs-interop-finder.js",
"main": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/node-cjs-interop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# node-cjs-interop

## 0.1.7

### Patch Changes

- c75999a: chore(deps): update babel monorepo

## 0.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/node-cjs-interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"license": "MIT",
"author": "Masaki Hara <[email protected]>",
"version": "0.1.6",
"version": "0.1.7",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/swc-plugin-node-cjs-interop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# swc-plugin-node-cjs-interop

## 0.1.14

### Patch Changes

- 5c6d95a: Update swc monorepo

## 0.1.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/swc-plugin-node-cjs-interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"license": "MIT",
"author": "Masaki Hara <[email protected]>",
"version": "0.1.13",
"version": "0.1.14",
"main": "./index.wasm",
"scripts": {
"build": "cargo build --target wasm32-unknown-unknown && cp ../../target/wasm32-unknown-unknown/debug/swc_plugin_node_cjs_interop.wasm ./index.wasm",
Expand Down

0 comments on commit 2d8815b

Please sign in to comment.