Skip to content

Commit 37b4a40

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

File tree

7 files changed

+21
-7
lines changed

7 files changed

+21
-7
lines changed

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.8.2](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2024-06-08)
7+
8+
**Note:** Version bump only for package @swc-node/jest
9+
610
## [1.8.1](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2024-05-01)
711

812
### Bug Fixes

packages/jest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc-node/jest",
3-
"version": "1.8.1",
3+
"version": "1.8.2",
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.1",
32-
"@swc-node/register": "^1.9.1"
32+
"@swc-node/register": "^1.9.2"
3333
},
3434
"peerDependencies": {
3535
"@swc/core": ">= 1.4.13",

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.5.2](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2024-06-08)
7+
8+
**Note:** Version bump only for package @swc-node/loader
9+
610
## [1.5.1](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2024-05-01)
711

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

packages/loader/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc-node/loader",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "Webpack loader powered by swc",
55
"keywords": [
66
"swc",
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"@swc-node/core": "^1.13.1",
32-
"@swc-node/register": "^1.9.1"
32+
"@swc-node/register": "^1.9.2"
3333
},
3434
"peerDependencies": {
3535
"typescript": ">= 4.3",

packages/register/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]) (2024-06-08)
7+
8+
### Bug Fixes
9+
10+
- fix ts extension detect regex, close [#775](https://github.com/swc-project/swc-node/issues/775) [#774](https://github.com/swc-project/swc-node/issues/774) [#772](https://github.com/swc-project/swc-node/issues/772) ([#777](https://github.com/swc-project/swc-node/issues/777)) ([fd85848](https://github.com/swc-project/swc-node/commit/fd8584802b2d08ceef9fa0012ac7e47e30c8b130))
11+
612
## [1.9.1](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2024-05-01)
713

814
### Bug Fixes

packages/register/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/register",
3-
"version": "1.9.1",
3+
"version": "1.9.2",
44
"description": "SWC node register",
55
"keywords": [
66
"swc",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)