Skip to content

Commit 84de440

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

File tree

7 files changed

+23
-8
lines changed

7 files changed

+23
-8
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.5.1](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2022-04-28)
7+
8+
**Note:** Version bump only for package @swc-node/jest
9+
610
# [1.5.0](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2022-04-27)
711

812
### Features

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.5.0",
3+
"version": "1.5.1",
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]>",
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@node-rs/xxhash": "^1.2.0",
1717
"@swc-node/core": "^1.9.0",
18-
"@swc-node/register": "^1.5.0"
18+
"@swc-node/register": "^1.5.1"
1919
},
2020
"devDependencies": {
2121
"@swc/core": "^1.2.172"

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.1](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2022-04-28)
7+
8+
**Note:** Version bump only for package @swc-node/loader
9+
610
# [1.2.0](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2022-04-27)
711

812
### Features

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.2.0",
3+
"version": "1.2.1",
44
"description": "Webpack loader powered by swc",
55
"keywords": [
66
"swc",
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"@swc-node/core": "^1.9.0",
28-
"@swc-node/register": "^1.5.0"
28+
"@swc-node/register": "^1.5.1"
2929
},
3030
"repository": {
3131
"type": "git",

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.5.1](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2022-04-28)
7+
8+
### Bug Fixes
9+
10+
- **register:** move typescript to devDependencies ([c0011ca](https://github.com/swc-project/swc-node/commit/c0011ca0eb535f7eacf184ec116c775121c64905))
11+
612
# [1.5.0](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2022-04-27)
713

814
### Features

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.5.0",
3+
"version": "1.5.1",
44
"description": "SWC node register",
55
"keywords": [
66
"swc",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)