Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @swc-node/core@1.10.3
 - @swc-node/jest@1.6.4
 - @swc-node/loader@1.3.4
 - @swc-node/register@1.6.4

Signed-off-by: LongYinan <lynweklm@gmail.com>
  • Loading branch information
Brooooooklyn committed Apr 10, 2023
1 parent ac2d823 commit 68e7c16
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 14 deletions.
4 changes: 4 additions & 0 deletions packages/core/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.10.3](https://github.com/swc-project/swc-node/compare/@swc-node/core@1.10.2...@swc-node/core@1.10.3) (2023-04-10)

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

## [1.10.2](https://github.com/swc-project/swc-node/compare/@swc-node/core@1.10.1...@swc-node/core@1.10.2) (2023-03-31)

### 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.10.2",
"version": "1.10.3",
"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.6.4](https://github.com/swc-project/swc-node/compare/@swc-node/jest@1.6.3...@swc-node/jest@1.6.4) (2023-04-10)

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

## [1.6.3](https://github.com/swc-project/swc-node/compare/@swc-node/jest@1.6.2...@swc-node/jest@1.6.3) (2023-03-31)

**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.6.3",
"version": "1.6.4",
"description": "swc preprocessor for jest with source map support",
"keywords": [
"swc",
Expand Down Expand Up @@ -28,8 +28,8 @@
},
"dependencies": {
"@node-rs/xxhash": "^1.3.0",
"@swc-node/core": "^1.10.2",
"@swc-node/register": "^1.6.3"
"@swc-node/core": "^1.10.3",
"@swc-node/register": "^1.6.4"
},
"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.3.4](https://github.com/swc-project/swc-node/compare/@swc-node/loader@1.3.3...@swc-node/loader@1.3.4) (2023-04-10)

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

## [1.3.3](https://github.com/swc-project/swc-node/compare/@swc-node/loader@1.3.2...@swc-node/loader@1.3.3) (2023-03-31)

**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.3.3",
"version": "1.3.4",
"description": "Webpack loader powered by swc",
"keywords": [
"swc",
Expand Down Expand Up @@ -28,8 +28,8 @@
"access": "public"
},
"dependencies": {
"@swc-node/core": "^1.10.2",
"@swc-node/register": "^1.6.3"
"@swc-node/core": "^1.10.3",
"@swc-node/register": "^1.6.4"
},
"peerDependencies": {
"typescript": ">= 4.3",
Expand Down
7 changes: 7 additions & 0 deletions packages/register/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.4](https://github.com/swc-project/swc-node/compare/@swc-node/register@1.6.3...@swc-node/register@1.6.4) (2023-04-10)

### Bug Fixes

- **register:** make sourcemaps work with both error stack & debugger ([#707](https://github.com/swc-project/swc-node/issues/707)) ([334ada1](https://github.com/swc-project/swc-node/commit/334ada16617011f00b5cb6b240e7f62f08296761))
- **register:** url now returns the href of a url object ([#698](https://github.com/swc-project/swc-node/issues/698)) ([fd63aa1](https://github.com/swc-project/swc-node/commit/fd63aa1660140bc922fd810b51f27f756a719acb))

## [1.6.3](https://github.com/swc-project/swc-node/compare/@swc-node/register@1.6.2...@swc-node/register@1.6.3) (2023-03-31)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 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.6.3",
"version": "1.6.4",
"description": "SWC node register",
"keywords": [
"swc",
Expand Down Expand Up @@ -40,7 +40,7 @@
"url": "https://github.com/swc-project/swc-node/issues"
},
"dependencies": {
"@swc-node/core": "^1.10.2",
"@swc-node/core": "^1.10.3",
"@swc-node/sourcemap-support": "^0.3.0",
"colorette": "^2.0.19",
"debug": "^4.3.4",
Expand Down
10 changes: 5 additions & 5 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 68e7c16

Please sign in to comment.