Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @swc-node/[email protected]
 - @swc-node/[email protected]
 - @swc-node/[email protected]
  • Loading branch information
Brooooooklyn committed Feb 7, 2023
1 parent ffa1ad4 commit 06d4802
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 7 deletions.
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.8](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2023-02-07)

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

## [1.5.7](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2023-02-07)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 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.7",
"version": "1.5.8",
"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 <[email protected]>",
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"@node-rs/xxhash": "^1.3.0",
"@swc-node/core": "^1.9.2",
"@swc-node/register": "^1.5.6"
"@swc-node/register": "^1.5.7"
},
"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.7](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2023-02-07)

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

## [1.2.6](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2023-02-07)

**Note:** Version bump only for package @swc-node/loader
Expand Down
4 changes: 2 additions & 2 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.6",
"version": "1.2.7",
"description": "Webpack loader powered by swc",
"keywords": [
"swc",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@swc-node/core": "^1.9.2",
"@swc-node/register": "^1.5.6"
"@swc-node/register": "^1.5.7"
},
"peerDependencies": {
"@swc/core": ">= 1.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/register/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.7](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2023-02-07)

### Bug Fixes

- **register:** align externalHelpers with tsconfig.importHelpers ([2f3e155](https://github.com/swc-project/swc-node/commit/2f3e155b400605130ada4ef7dc6cfa5dfedd0c0c))

## [1.5.6](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2023-02-07)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion 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.6",
"version": "1.5.7",
"description": "SWC node register",
"keywords": [
"swc",
Expand Down
4 changes: 2 additions & 2 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 06d4802

Please sign in to comment.