Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @swc-node/core@1.9.0
 - @swc-node/jest@1.5.0
 - @swc-node/loader@1.2.0
 - @swc-node/register@1.5.0
 - @swc-node/sourcemap-support@0.2.0
  • Loading branch information
Brooooooklyn committed Apr 27, 2022
1 parent 81ca785 commit 1f5e723
Show file tree
Hide file tree
Showing 11 changed files with 668 additions and 529 deletions.
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.9.0](https://github.com/swc-project/swc-node/compare/@swc-node/core@1.8.2...@swc-node/core@1.9.0) (2022-04-27)

### Features

- **jest:** read tsconfig for default jest transform options ([8c180e6](https://github.com/swc-project/swc-node/commit/8c180e68abbc66aa68f83b401d985a6c8617baa9))

## [1.8.2](https://github.com/swc-project/swc-node/compare/@swc-node/core@1.8.1...@swc-node/core@1.8.2) (2021-12-15)

**Note:** Version bump only for package @swc-node/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc-node/core",
"version": "1.8.2",
"version": "1.9.0",
"description": "Faster swc nodejs binding",
"keywords": [
"swc",
Expand Down
6 changes: 6 additions & 0 deletions packages/jest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.5.0](https://github.com/swc-project/swc-node/compare/@swc-node/jest@1.4.3...@swc-node/jest@1.5.0) (2022-04-27)

### Features

- **jest:** read tsconfig for default jest transform options ([8c180e6](https://github.com/swc-project/swc-node/commit/8c180e68abbc66aa68f83b401d985a6c8617baa9))

## [1.4.3](https://github.com/swc-project/swc-node/compare/@swc-node/jest@1.4.2...@swc-node/jest@1.4.3) (2021-12-15)

**Note:** Version bump only for package @swc-node/jest
Expand Down
6 changes: 3 additions & 3 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc-node/jest",
"version": "1.4.3",
"version": "1.5.0",
"description": "swc preprocessor for jest with source map support",
"keywords": ["swc", "jest", "ts-jest", "napi", "N-API", "typescript", "node-rs", "napi-rs", "ts-node"],
"author": "LongYinan <github@lyn.one>",
Expand All @@ -14,8 +14,8 @@
},
"dependencies": {
"@node-rs/xxhash": "^1.2.0",
"@swc-node/core": "^1.8.2",
"@swc-node/register": "^1.4.2"
"@swc-node/core": "^1.9.0",
"@swc-node/register": "^1.5.0"
},
"devDependencies": {
"@swc/core": "^1.2.172"
Expand Down
6 changes: 6 additions & 0 deletions packages/loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/swc-project/swc-node/compare/@swc-node/loader@1.1.12...@swc-node/loader@1.2.0) (2022-04-27)

### Features

- **jest:** read tsconfig for default jest transform options ([8c180e6](https://github.com/swc-project/swc-node/commit/8c180e68abbc66aa68f83b401d985a6c8617baa9))

## [1.1.12](https://github.com/swc-project/swc-node/compare/@swc-node/loader@1.1.11...@swc-node/loader@1.1.12) (2021-12-15)

**Note:** Version bump only for package @swc-node/loader
Expand Down
6 changes: 3 additions & 3 deletions packages/loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc-node/loader",
"version": "1.1.12",
"version": "1.2.0",
"description": "Webpack loader powered by swc",
"keywords": [
"swc",
Expand All @@ -24,8 +24,8 @@
"access": "public"
},
"dependencies": {
"@swc-node/core": "^1.8.2",
"@swc-node/register": "^1.4.2"
"@swc-node/core": "^1.9.0",
"@swc-node/register": "^1.5.0"
},
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/register/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.5.0](https://github.com/swc-project/swc-node/compare/@swc-node/register@1.4.2...@swc-node/register@1.5.0) (2022-04-27)

### Features

- **jest:** read tsconfig for default jest transform options ([8c180e6](https://github.com/swc-project/swc-node/commit/8c180e68abbc66aa68f83b401d985a6c8617baa9))
- **register:** always resolve full file path for tsconfig and add paths if available ([#646](https://github.com/swc-project/swc-node/issues/646)) ([3062413](https://github.com/swc-project/swc-node/commit/3062413e464a5b5706c5ac4912f43ef7451fe73b))
- **register:** return addHook result to it can be reverted ([222e205](https://github.com/swc-project/swc-node/commit/222e2056351e3a2ba2a4764537c9410b0112051e)), closes [/github.com/facebook/jest/blob/199f9811ae68b15879cbe18b7ef7ebd61eefcf23/packages/jest-config/src/readConfigFileAndSetRootDir.ts#L83-101](https://github.com//github.com/facebook/jest/blob/199f9811ae68b15879cbe18b7ef7ebd61eefcf23/packages/jest-config/src/readConfigFileAndSetRootDir.ts/issues/L83-101)
- **register:** support hook options ([4c6dad7](https://github.com/swc-project/swc-node/commit/4c6dad7bfbf4563c44bd25476a6ab5d78cff55dc))

## [1.4.2](https://github.com/swc-project/swc-node/compare/@swc-node/register@1.4.1...@swc-node/register@1.4.2) (2021-12-15)

**Note:** Version bump only for package @swc-node/register
Expand Down
6 changes: 3 additions & 3 deletions packages/register/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc-node/register",
"version": "1.4.2",
"version": "1.5.0",
"description": "SWC node register",
"keywords": [
"swc",
Expand Down Expand Up @@ -33,8 +33,8 @@
"url": "https://github.com/swc-project/swc-node/issues"
},
"dependencies": {
"@swc-node/core": "^1.8.2",
"@swc-node/sourcemap-support": "^0.1.11",
"@swc-node/core": "^1.9.0",
"@swc-node/sourcemap-support": "^0.2.0",
"colorette": "^2.0.16",
"debug": "^4.3.4",
"pirates": "^4.0.5",
Expand Down
6 changes: 6 additions & 0 deletions packages/sourcemap-support/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0](https://github.com/swc-project/swc-node/compare/@swc-node/sourcemap-support@0.1.11...@swc-node/sourcemap-support@0.2.0) (2022-04-27)

### Features

- **jest:** read tsconfig for default jest transform options ([8c180e6](https://github.com/swc-project/swc-node/commit/8c180e68abbc66aa68f83b401d985a6c8617baa9))

## [0.1.11](https://github.com/swc-project/swc-node/compare/@swc-node/sourcemap-support@0.1.10...@swc-node/sourcemap-support@0.1.11) (2021-12-13)

**Note:** Version bump only for package @swc-node/sourcemap-support
Expand Down
2 changes: 1 addition & 1 deletion packages/sourcemap-support/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc-node/sourcemap-support",
"version": "0.1.11",
"version": "0.2.0",
"description": "Runtime sourcemap support in NodeJS",
"keywords": ["swc", "ts-node", "N-API", "NAPI", "napi-rs", "node-rs", "rust", "esbuild", "typescript"],
"author": "LongYinan <github@lyn.one>",
Expand Down

0 comments on commit 1f5e723

Please sign in to comment.