Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @swc-node/core@1.7.1
 - @swc-node/jest@1.3.4
 - @swc-node/loader@1.1.8
 - @swc-node/register@1.3.7
 - @swc-node/sourcemap-support@0.1.10
  • Loading branch information
Brooooooklyn committed Oct 29, 2021
1 parent 4879652 commit 2e7bcba
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 10 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.7.1](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/core@1.7.0...@swc-node/core@1.7.1) (2021-10-29)

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

# [1.7.0](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/core@1.6.0...@swc-node/core@1.7.0) (2021-10-16)

### Features
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.7.0",
"version": "1.7.1",
"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.3.4](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/jest@1.3.3...@swc-node/jest@1.3.4) (2021-10-29)

### Performance Improvements

- **jest:** replace sha1 with xxhash for better performance ([8d436dd](https://github.com/Brooooooklyn/swc-node/commit/8d436dd7000b9fee21c278bd294c017216e02b69))

## [1.3.3](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/jest@1.3.2...@swc-node/jest@1.3.3) (2021-10-16)

**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.3.3",
"version": "1.3.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 <lynweklm@gmail.com>",
Expand All @@ -13,7 +13,7 @@
"access": "public"
},
"dependencies": {
"@swc-node/core": "^1.7.0"
"@swc-node/core": "^1.7.1"
},
"devDependencies": {
"@node-rs/xxhash": "^1.0.0",
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.1.8](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/loader@1.1.7...@swc-node/loader@1.1.8) (2021-10-29)

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

## [1.1.7](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/loader@1.1.6...@swc-node/loader@1.1.7) (2021-10-16)

**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.7",
"version": "1.1.8",
"description": "Webpack loader powered by swc",
"keywords": [
"swc",
Expand All @@ -24,8 +24,8 @@
"access": "public"
},
"dependencies": {
"@swc-node/core": "^1.7.0",
"@swc-node/register": "^1.3.6"
"@swc-node/core": "^1.7.1",
"@swc-node/register": "^1.3.7"
},
"repository": {
"type": "git",
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.3.7](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/register@1.3.6...@swc-node/register@1.3.7) (2021-10-29)

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

## [1.3.6](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/register@1.3.5...@swc-node/register@1.3.6) (2021-10-16)

### 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.3.6",
"version": "1.3.7",
"description": "SWC node register",
"keywords": [
"swc",
Expand Down Expand Up @@ -33,8 +33,8 @@
"url": "https://github.com/Brooooooklyn/swc-node/issues"
},
"dependencies": {
"@swc-node/core": "^1.7.0",
"@swc-node/sourcemap-support": "^0.1.9",
"@swc-node/core": "^1.7.1",
"@swc-node/sourcemap-support": "^0.1.10",
"chalk": "^4.1.2",
"debug": "^4.3.2",
"pirates": "^4.0.1",
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.1.10](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/sourcemap-support@0.1.9...@swc-node/sourcemap-support@0.1.10) (2021-10-29)

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

## [0.1.9](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/sourcemap-support@0.1.8...@swc-node/sourcemap-support@0.1.9) (2021-10-16)

**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.9",
"version": "0.1.10",
"description": "Runtime sourcemap support in NodeJS",
"keywords": ["swc", "ts-node", "N-API", "NAPI", "napi-rs", "node-rs", "rust", "esbuild", "typescript"],
"author": "LongYinan <lynweklm@gmail.com>",
Expand Down

0 comments on commit 2e7bcba

Please sign in to comment.