Skip to content

Commit 19da5ff

Browse files
committed
chore(release): publish
- @swc-node/[email protected] - @swc-node/[email protected] - @swc-node/[email protected] - @swc-node/[email protected]
1 parent 2c9a434 commit 19da5ff

File tree

9 files changed

+33
-12
lines changed

9 files changed

+33
-12
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.8.0](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2021-11-08)
7+
8+
### Features
9+
10+
- **core:** enable inlineSourcesContent by default ([c2d1d3f](https://github.com/Brooooooklyn/swc-node/commit/c2d1d3f34e4f3c9b5f974c641075877e02e28ebb))
11+
612
## [1.7.1](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2021-10-29)
713

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

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.7.1",
3+
"version": "1.8.0",
44
"description": "Faster swc nodejs binding",
55
"keywords": [
66
"swc",

packages/jest/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.4.0](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2021-11-08)
7+
8+
### Features
9+
10+
- accept to transpile files with .mjs extension ([c1df0c8](https://github.com/Brooooooklyn/swc-node/commit/c1df0c827b8f8abaa7c5b04d837884378438385a))
11+
612
## [1.3.5](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2021-10-29)
713

814
### 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.3.5",
3+
"version": "1.4.0",
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,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@node-rs/xxhash": "^1.0.0",
17-
"@swc-node/core": "^1.7.1"
17+
"@swc-node/core": "^1.8.0"
1818
},
1919
"devDependencies": {
2020
"@swc/core": "^1.2.104"

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.1.9](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2021-11-08)
7+
8+
**Note:** Version bump only for package @swc-node/loader
9+
610
## [1.1.8](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2021-10-29)
711

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

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.1.8",
3+
"version": "1.1.9",
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.7.1",
28-
"@swc-node/register": "^1.3.7"
27+
"@swc-node/core": "^1.8.0",
28+
"@swc-node/register": "^1.3.8"
2929
},
3030
"repository": {
3131
"type": "git",

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.3.8](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2021-11-08)
7+
8+
**Note:** Version bump only for package @swc-node/register
9+
610
## [1.3.7](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2021-10-29)
711

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

packages/register/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/register",
3-
"version": "1.3.7",
3+
"version": "1.3.8",
44
"description": "SWC node register",
55
"keywords": [
66
"swc",
@@ -33,7 +33,7 @@
3333
"url": "https://github.com/Brooooooklyn/swc-node/issues"
3434
},
3535
"dependencies": {
36-
"@swc-node/core": "^1.7.1",
36+
"@swc-node/core": "^1.8.0",
3737
"@swc-node/sourcemap-support": "^0.1.10",
3838
"chalk": "^4.1.2",
3939
"debug": "^4.3.2",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)