Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @swc-node/core@1.9.2
 - @swc-node/jest@1.5.6
 - @swc-node/loader@1.2.5
 - @swc-node/register@1.5.5
 - @swc-node/sourcemap-support@0.2.3
  • Loading branch information
Brooooooklyn committed Jan 5, 2023
1 parent e353c1a commit 83d5f5e
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 17 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.2](https://github.com/swc-project/swc-node/compare/@swc-node/core@1.9.1...@swc-node/core@1.9.2) (2023-01-05)

### Bug Fixes

- **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))

## [1.9.1](https://github.com/swc-project/swc-node/compare/@swc-node/core@1.9.0...@swc-node/core@1.9.1) (2022-09-22)

### Bug Fixes
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.9.1",
"version": "1.9.2",
"description": "Faster swc nodejs binding",
"keywords": [
"swc",
Expand Down
4 changes: 4 additions & 0 deletions packages/jest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.6](https://github.com/swc-project/swc-node/compare/@swc-node/jest@1.5.5...@swc-node/jest@1.5.6) (2023-01-05)

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

## [1.5.5](https://github.com/swc-project/swc-node/compare/@swc-node/jest@1.5.4...@swc-node/jest@1.5.5) (2022-10-06)

**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.5.5",
"version": "1.5.6",
"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.1",
"@swc-node/core": "^1.9.1",
"@swc-node/register": "^1.5.4"
"@swc-node/core": "^1.9.2",
"@swc-node/register": "^1.5.5"
},
"peerDependencies": {
"@swc/core": ">= 1.3",
Expand Down
4 changes: 4 additions & 0 deletions packages/loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.5](https://github.com/swc-project/swc-node/compare/@swc-node/loader@1.2.4...@swc-node/loader@1.2.5) (2023-01-05)

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

## [1.2.4](https://github.com/swc-project/swc-node/compare/@swc-node/loader@1.2.3...@swc-node/loader@1.2.4) (2022-10-06)

### Bug Fixes
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.2.4",
"version": "1.2.5",
"description": "Webpack loader powered by swc",
"keywords": [
"swc",
Expand All @@ -24,8 +24,8 @@
"access": "public"
},
"dependencies": {
"@swc-node/core": "^1.9.1",
"@swc-node/register": "^1.5.4"
"@swc-node/core": "^1.9.2",
"@swc-node/register": "^1.5.5"
},
"peerDependencies": {
"@swc/core": ">= 1.3",
Expand Down
4 changes: 4 additions & 0 deletions packages/register/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.5](https://github.com/swc-project/swc-node/compare/@swc-node/register@1.5.4...@swc-node/register@1.5.5) (2023-01-05)

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

## [1.5.4](https://github.com/swc-project/swc-node/compare/@swc-node/register@1.5.3...@swc-node/register@1.5.4) (2022-10-06)

### Bug Fixes
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.5.4",
"version": "1.5.5",
"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.9.1",
"@swc-node/sourcemap-support": "^0.2.2",
"@swc-node/core": "^1.9.2",
"@swc-node/sourcemap-support": "^0.2.3",
"colorette": "^2.0.19",
"debug": "^4.3.4",
"pirates": "^4.0.5",
Expand Down
4 changes: 4 additions & 0 deletions packages/sourcemap-support/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.3](https://github.com/swc-project/swc-node/compare/@swc-node/sourcemap-support@0.2.2...@swc-node/sourcemap-support@0.2.3) (2023-01-05)

**Note:** Version bump only for package @swc-node/sourcemap-support

## [0.2.2](https://github.com/swc-project/swc-node/compare/@swc-node/sourcemap-support@0.2.1...@swc-node/sourcemap-support@0.2.2) (2022-10-06)

### Bug Fixes
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.2.2",
"version": "0.2.3",
"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
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 83d5f5e

Please sign in to comment.