Skip to content

Commit 6736910

Browse files
committed
chore(release): publish
- @swc-node/[email protected] - @swc-node/[email protected] - @swc-node/[email protected]
1 parent 1c953d5 commit 6736910

File tree

7 files changed

+21
-7
lines changed

7 files changed

+21
-7
lines changed

packages/jest/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.8.7](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2024-07-12)
7+
8+
**Note:** Version bump only for package @swc-node/jest
9+
610
## [1.8.6](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2024-07-08)
711

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

packages/jest/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc-node/jest",
3-
"version": "1.8.6",
3+
"version": "1.8.7",
44
"description": "swc preprocessor for jest with source map support",
55
"keywords": [
66
"swc",
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"@node-rs/xxhash": "^1.7.3",
3131
"@swc-node/core": "^1.13.2",
32-
"@swc-node/register": "^1.10.3"
32+
"@swc-node/register": "^1.10.4"
3333
},
3434
"peerDependencies": {
3535
"@swc/core": ">= 1.4.13",

packages/loader/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.5.7](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2024-07-12)
7+
8+
**Note:** Version bump only for package @swc-node/loader
9+
610
## [1.5.6](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2024-07-08)
711

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

packages/loader/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc-node/loader",
3-
"version": "1.5.6",
3+
"version": "1.5.7",
44
"description": "Webpack loader powered by swc",
55
"keywords": [
66
"swc",
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"@swc-node/core": "^1.13.2",
32-
"@swc-node/register": "^1.10.3"
32+
"@swc-node/register": "^1.10.4"
3333
},
3434
"peerDependencies": {
3535
"typescript": ">= 4.3",

packages/register/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.10.4](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2024-07-12)
7+
8+
### Bug Fixes
9+
10+
- **register:** resolve internal cjs module ([#811](https://github.com/swc-project/swc-node/issues/811)) ([9aad5b0](https://github.com/swc-project/swc-node/commit/9aad5b0a86dbe58aed8cba9c57524ad8e553f21c))
11+
612
## [1.10.3](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2024-07-08)
713

814
### Bug Fixes

packages/register/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc-node/register",
3-
"version": "1.10.3",
3+
"version": "1.10.4",
44
"description": "SWC node register",
55
"keywords": [
66
"swc",

pnpm-lock.yaml

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)