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]
 - @swc-node/[email protected]
  • Loading branch information
Brooooooklyn committed Oct 6, 2022
1 parent ec9ffeb commit a69aa41
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 10 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.4](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2022-10-06)

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

## [1.5.3](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2022-09-22)

**Note:** Version bump only for package @swc-node/jest
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.3",
"version": "1.5.4",
"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.2.1",
"@swc-node/core": "^1.9.1",
"@swc-node/register": "^1.5.2"
"@swc-node/register": "^1.5.3"
},
"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.3](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2022-10-06)

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

## [1.2.2](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2022-09-22)

### Bug Fixes
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.2",
"version": "1.2.3",
"description": "Webpack loader powered by swc",
"keywords": [
"swc",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@swc-node/core": "^1.9.1",
"@swc-node/register": "^1.5.2"
"@swc-node/register": "^1.5.3"
},
"peerDependencies": {
"typescript": ">= 4.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.3](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2022-10-06)

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

## [1.5.2](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2022-09-22)

### 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.5.2",
"version": "1.5.3",
"description": "SWC node register",
"keywords": [
"swc",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@swc-node/core": "^1.9.1",
"@swc-node/sourcemap-support": "^0.2.1",
"@swc-node/sourcemap-support": "^0.2.2",
"colorette": "^2.0.19",
"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.2](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2022-10-06)

### Bug Fixes

- **sourcemap-support:** add "tslib" as a dependnecy for "sourcemap-suport" ([#670](https://github.com/swc-project/swc-node/issues/670)) ([ec9ffeb](https://github.com/swc-project/swc-node/commit/ec9ffeb8691ac6c8d6b08c85f0f6890fc99004e9))

## [0.2.1](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2022-09-22)

**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.2.1",
"version": "0.2.2",
"description": "Runtime sourcemap support in NodeJS",
"keywords": ["swc", "ts-node", "N-API", "NAPI", "napi-rs", "node-rs", "rust", "esbuild", "typescript"],
"author": "LongYinan <[email protected]>",
Expand Down
6 changes: 3 additions & 3 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 a69aa41

Please sign in to comment.