Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @swc-node/core@1.13.1
 - @swc-node/jest@1.8.1
 - @swc-node/loader@1.5.1
 - @swc-node/register@1.9.1
  • Loading branch information
Brooooooklyn committed May 1, 2024
1 parent d64fcb0 commit c78ca5e
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 14 deletions.
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.13.1](https://github.com/swc-project/swc-node/compare/@swc-node/core@1.13.0...@swc-node/core@1.13.1) (2024-05-01)

### Bug Fixes

- support compile js files. close [#761](https://github.com/swc-project/swc-node/issues/761) ([#767](https://github.com/swc-project/swc-node/issues/767)) ([016f1aa](https://github.com/swc-project/swc-node/commit/016f1aab2a17d2512d30b5a12848ed1941b59e49))

# [1.13.0](https://github.com/swc-project/swc-node/compare/@swc-node/core@1.11.0...@swc-node/core@1.13.0) (2024-03-05)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc-node/core",
"version": "1.13.0",
"version": "1.13.1",
"description": "Faster swc nodejs binding",
"keywords": [
"swc",
Expand Down
6 changes: 6 additions & 0 deletions packages/jest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.8.1](https://github.com/swc-project/swc-node/compare/@swc-node/jest@1.8.0...@swc-node/jest@1.8.1) (2024-05-01)

### Bug Fixes

- support compile js files. close [#761](https://github.com/swc-project/swc-node/issues/761) ([#767](https://github.com/swc-project/swc-node/issues/767)) ([016f1aa](https://github.com/swc-project/swc-node/commit/016f1aab2a17d2512d30b5a12848ed1941b59e49))

# [1.8.0](https://github.com/swc-project/swc-node/compare/@swc-node/jest@1.6.9...@swc-node/jest@1.8.0) (2024-03-05)

### Features
Expand Down
6 changes: 3 additions & 3 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc-node/jest",
"version": "1.8.0",
"version": "1.8.1",
"description": "swc preprocessor for jest with source map support",
"keywords": [
"swc",
Expand Down Expand Up @@ -28,8 +28,8 @@
},
"dependencies": {
"@node-rs/xxhash": "^1.7.3",
"@swc-node/core": "^1.13.0",
"@swc-node/register": "^1.9.0"
"@swc-node/core": "^1.13.1",
"@swc-node/register": "^1.9.1"
},
"peerDependencies": {
"@swc/core": ">= 1.4.13",
Expand Down
4 changes: 4 additions & 0 deletions packages/loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.1](https://github.com/swc-project/swc-node/compare/@swc-node/loader@1.5.0...@swc-node/loader@1.5.1) (2024-05-01)

**Note:** Version bump only for package @swc-node/loader

# [1.5.0](https://github.com/swc-project/swc-node/compare/@swc-node/loader@1.3.9...@swc-node/loader@1.5.0) (2024-03-05)

### Features
Expand Down
6 changes: 3 additions & 3 deletions packages/loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc-node/loader",
"version": "1.5.0",
"version": "1.5.1",
"description": "Webpack loader powered by swc",
"keywords": [
"swc",
Expand Down Expand Up @@ -28,8 +28,8 @@
"access": "public"
},
"dependencies": {
"@swc-node/core": "^1.13.0",
"@swc-node/register": "^1.9.0"
"@swc-node/core": "^1.13.1",
"@swc-node/register": "^1.9.1"
},
"peerDependencies": {
"typescript": ">= 4.3",
Expand Down
7 changes: 7 additions & 0 deletions packages/register/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.9.1](https://github.com/swc-project/swc-node/compare/@swc-node/register@1.9.0...@swc-node/register@1.9.1) (2024-05-01)

### Bug Fixes

- **register:** fix esm entry resolver for third-party executer, close [#762](https://github.com/swc-project/swc-node/issues/762) ([#766](https://github.com/swc-project/swc-node/issues/766)) ([9e6c02f](https://github.com/swc-project/swc-node/commit/9e6c02feb9a19d9782981f984084885e92dae031))
- support compile js files. close [#761](https://github.com/swc-project/swc-node/issues/761) ([#767](https://github.com/swc-project/swc-node/issues/767)) ([016f1aa](https://github.com/swc-project/swc-node/commit/016f1aab2a17d2512d30b5a12848ed1941b59e49))

# [1.9.0](https://github.com/swc-project/swc-node/compare/@swc-node/register@1.7.0...@swc-node/register@1.9.0) (2024-03-05)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/register/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc-node/register",
"version": "1.9.0",
"version": "1.9.1",
"description": "SWC node register",
"keywords": [
"swc",
Expand Down Expand Up @@ -40,7 +40,7 @@
"url": "https://github.com/swc-project/swc-node/issues"
},
"dependencies": {
"@swc-node/core": "^1.13.0",
"@swc-node/core": "^1.13.1",
"@swc-node/sourcemap-support": "^0.5.0",
"colorette": "^2.0.20",
"debug": "^4.3.4",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c78ca5e

Please sign in to comment.