Skip to content

Commit 83d5f5e

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

File tree

11 files changed

+39
-17
lines changed

11 files changed

+39
-17
lines changed

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.9.2](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2023-01-05)
7+
8+
### Bug Fixes
9+
10+
- **jest:** add externalHelpers:true for jest ([#673](https://github.com/swc-project/swc-node/issues/673)) ([e353c1a](https://github.com/swc-project/swc-node/commit/e353c1a4843671fc7a8f5ccc5727ab260e060565))
11+
612
## [1.9.1](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2022-09-22)
713

814
### Bug Fixes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc-node/core",
3-
"version": "1.9.1",
3+
"version": "1.9.2",
44
"description": "Faster swc nodejs binding",
55
"keywords": [
66
"swc",

packages/jest/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.6](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2023-01-05)
7+
8+
**Note:** Version bump only for package @swc-node/jest
9+
610
## [1.5.5](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2022-10-06)
711

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

packages/jest/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc-node/jest",
3-
"version": "1.5.5",
3+
"version": "1.5.6",
44
"description": "swc preprocessor for jest with source map support",
55
"keywords": ["swc", "jest", "ts-jest", "napi", "N-API", "typescript", "node-rs", "napi-rs", "ts-node"],
66
"author": "LongYinan <[email protected]>",
@@ -14,8 +14,8 @@
1414
},
1515
"dependencies": {
1616
"@node-rs/xxhash": "^1.2.1",
17-
"@swc-node/core": "^1.9.1",
18-
"@swc-node/register": "^1.5.4"
17+
"@swc-node/core": "^1.9.2",
18+
"@swc-node/register": "^1.5.5"
1919
},
2020
"peerDependencies": {
2121
"@swc/core": ">= 1.3",

packages/loader/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.2.5](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2023-01-05)
7+
8+
**Note:** Version bump only for package @swc-node/loader
9+
610
## [1.2.4](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2022-10-06)
711

812
### Bug Fixes

packages/loader/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc-node/loader",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"description": "Webpack loader powered by swc",
55
"keywords": [
66
"swc",
@@ -24,8 +24,8 @@
2424
"access": "public"
2525
},
2626
"dependencies": {
27-
"@swc-node/core": "^1.9.1",
28-
"@swc-node/register": "^1.5.4"
27+
"@swc-node/core": "^1.9.2",
28+
"@swc-node/register": "^1.5.5"
2929
},
3030
"peerDependencies": {
3131
"@swc/core": ">= 1.3",

packages/register/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.5](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2023-01-05)
7+
8+
**Note:** Version bump only for package @swc-node/register
9+
610
## [1.5.4](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2022-10-06)
711

812
### Bug Fixes

packages/register/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc-node/register",
3-
"version": "1.5.4",
3+
"version": "1.5.5",
44
"description": "SWC node register",
55
"keywords": [
66
"swc",
@@ -33,8 +33,8 @@
3333
"url": "https://github.com/swc-project/swc-node/issues"
3434
},
3535
"dependencies": {
36-
"@swc-node/core": "^1.9.1",
37-
"@swc-node/sourcemap-support": "^0.2.2",
36+
"@swc-node/core": "^1.9.2",
37+
"@swc-node/sourcemap-support": "^0.2.3",
3838
"colorette": "^2.0.19",
3939
"debug": "^4.3.4",
4040
"pirates": "^4.0.5",

packages/sourcemap-support/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
## [0.2.3](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2023-01-05)
7+
8+
**Note:** Version bump only for package @swc-node/sourcemap-support
9+
610
## [0.2.2](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2022-10-06)
711

812
### Bug Fixes

packages/sourcemap-support/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc-node/sourcemap-support",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Runtime sourcemap support in NodeJS",
55
"keywords": ["swc", "ts-node", "N-API", "NAPI", "napi-rs", "node-rs", "rust", "esbuild", "typescript"],
66
"author": "LongYinan <[email protected]>",

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)