Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @swc-node/core@1.11.0
 - @swc-node/jest@1.6.9
 - @swc-node/loader@1.3.9
 - @swc-node/register@1.7.0
  • Loading branch information
Brooooooklyn committed Feb 1, 2024
1 parent 0e8eca2 commit b845be9
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 14 deletions.
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.11.0](https://github.com/swc-project/swc-node/compare/@swc-node/core@1.10.6...@swc-node/core@1.11.0) (2024-02-01)

### Bug Fixes

- **core:** respect useDefineForClassFields tsconfig value ([#740](https://github.com/swc-project/swc-node/issues/740)) ([9330c1a](https://github.com/swc-project/swc-node/commit/9330c1a1183723638b3c83cff63ec6f18a09294c))
- respect sourceMaps swcrc value ([#742](https://github.com/swc-project/swc-node/issues/742)) ([df125c8](https://github.com/swc-project/swc-node/commit/df125c8335c25a4dd75c56f5210f822541707d93))

### Features

- **core:** add `ignoreDynamic` option ([4d32c17](https://github.com/swc-project/swc-node/commit/4d32c1700bb2bdb5c56afd26539598b0968dda84))

## [1.10.6](https://github.com/swc-project/swc-node/compare/@swc-node/core@1.10.5...@swc-node/core@1.10.6) (2023-09-26)

**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.10.6",
"version": "1.11.0",
"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.9](https://github.com/swc-project/swc-node/compare/@swc-node/jest@1.6.8...@swc-node/jest@1.6.9) (2024-02-01)

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

## [1.6.8](https://github.com/swc-project/swc-node/compare/@swc-node/jest@1.6.7...@swc-node/jest@1.6.8) (2023-09-26)

**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.8",
"version": "1.6.9",
"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.6",
"@swc-node/register": "^1.6.8"
"@swc-node/core": "^1.11.0",
"@swc-node/register": "^1.7.0"
},
"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.9](https://github.com/swc-project/swc-node/compare/@swc-node/loader@1.3.8...@swc-node/loader@1.3.9) (2024-02-01)

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

## [1.3.8](https://github.com/swc-project/swc-node/compare/@swc-node/loader@1.3.7...@swc-node/loader@1.3.8) (2023-09-26)

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

# [1.7.0](https://github.com/swc-project/swc-node/compare/@swc-node/register@1.6.8...@swc-node/register@1.7.0) (2024-02-01)

### Bug Fixes

- **core:** respect useDefineForClassFields tsconfig value ([#740](https://github.com/swc-project/swc-node/issues/740)) ([9330c1a](https://github.com/swc-project/swc-node/commit/9330c1a1183723638b3c83cff63ec6f18a09294c))

### Features

- add esm-register for node>20.6 ([#748](https://github.com/swc-project/swc-node/issues/748)) ([23e511c](https://github.com/swc-project/swc-node/commit/23e511c47938d14a0c3d6fc542692469e6039433))
- **register:** add `SWC_NODE_IGNORE_DYNAMIC` env option ([0862975](https://github.com/swc-project/swc-node/commit/08629752249dc27e9f5b72a9af606dfd6fd7b48a))

## [1.6.8](https://github.com/swc-project/swc-node/compare/@swc-node/register@1.6.7...@swc-node/register@1.6.8) (2023-09-26)

### 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.8",
"version": "1.7.0",
"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.6",
"@swc-node/core": "^1.11.0",
"@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 b845be9

Please sign in to comment.