Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @swc-node/core@1.8.0
 - @swc-node/jest@1.4.0
 - @swc-node/loader@1.1.9
 - @swc-node/register@1.3.8
  • Loading branch information
Brooooooklyn committed Nov 8, 2021
1 parent 2c9a434 commit 19da5ff
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 12 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.8.0](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/core@1.7.1...@swc-node/core@1.8.0) (2021-11-08)

### Features

- **core:** enable inlineSourcesContent by default ([c2d1d3f](https://github.com/Brooooooklyn/swc-node/commit/c2d1d3f34e4f3c9b5f974c641075877e02e28ebb))

## [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
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.1",
"version": "1.8.0",
"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.4.0](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/jest@1.3.5...@swc-node/jest@1.4.0) (2021-11-08)

### Features

- accept to transpile files with .mjs extension ([c1df0c8](https://github.com/Brooooooklyn/swc-node/commit/c1df0c827b8f8abaa7c5b04d837884378438385a))

## [1.3.5](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/jest@1.3.4...@swc-node/jest@1.3.5) (2021-10-29)

### 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.3.5",
"version": "1.4.0",
"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 @@ -14,7 +14,7 @@
},
"dependencies": {
"@node-rs/xxhash": "^1.0.0",
"@swc-node/core": "^1.7.1"
"@swc-node/core": "^1.8.0"
},
"devDependencies": {
"@swc/core": "^1.2.104"
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.9](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/loader@1.1.8...@swc-node/loader@1.1.9) (2021-11-08)

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

## [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
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.8",
"version": "1.1.9",
"description": "Webpack loader powered by swc",
"keywords": [
"swc",
Expand All @@ -24,8 +24,8 @@
"access": "public"
},
"dependencies": {
"@swc-node/core": "^1.7.1",
"@swc-node/register": "^1.3.7"
"@swc-node/core": "^1.8.0",
"@swc-node/register": "^1.3.8"
},
"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.8](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/register@1.3.7...@swc-node/register@1.3.8) (2021-11-08)

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

## [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
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.3.7",
"version": "1.3.8",
"description": "SWC node register",
"keywords": [
"swc",
Expand Down Expand Up @@ -33,7 +33,7 @@
"url": "https://github.com/Brooooooklyn/swc-node/issues"
},
"dependencies": {
"@swc-node/core": "^1.7.1",
"@swc-node/core": "^1.8.0",
"@swc-node/sourcemap-support": "^0.1.10",
"chalk": "^4.1.2",
"debug": "^4.3.2",
Expand Down
9 changes: 5 additions & 4 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 19da5ff

Please sign in to comment.