Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @swc-node/core@1.10.0
 - @swc-node/jest@1.6.0
 - @swc-node/loader@1.3.0
 - @swc-node/register@1.6.0
 - @swc-node/sourcemap-support@0.3.0
  • Loading branch information
Brooooooklyn committed Feb 10, 2023
1 parent 0b4d305 commit 75d423f
Show file tree
Hide file tree
Showing 11 changed files with 47 additions and 17 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.10.0](https://github.com/swc-project/swc-node/compare/@swc-node/core@1.9.2...@swc-node/core@1.10.0) (2023-02-10)

### Features

- **register:** experimental esm loader ([#643](https://github.com/swc-project/swc-node/issues/643)) ([0b4d305](https://github.com/swc-project/swc-node/commit/0b4d30505408f6f07c1ff8ea5c1953e1d22bb4e1))

## [1.9.2](https://github.com/swc-project/swc-node/compare/@swc-node/core@1.9.1...@swc-node/core@1.9.2) (2023-01-05)

### 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.9.2",
"version": "1.10.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.6.0](https://github.com/swc-project/swc-node/compare/@swc-node/jest@1.5.9...@swc-node/jest@1.6.0) (2023-02-10)

### Features

- **register:** experimental esm loader ([#643](https://github.com/swc-project/swc-node/issues/643)) ([0b4d305](https://github.com/swc-project/swc-node/commit/0b4d30505408f6f07c1ff8ea5c1953e1d22bb4e1))

## [1.5.9](https://github.com/swc-project/swc-node/compare/@swc-node/jest@1.5.8...@swc-node/jest@1.5.9) (2023-02-10)

**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.5.9",
"version": "1.6.0",
"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.9.2",
"@swc-node/register": "^1.5.8"
"@swc-node/core": "^1.10.0",
"@swc-node/register": "^1.6.0"
},
"peerDependencies": {
"@swc/core": ">= 1.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/loader/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.0](https://github.com/swc-project/swc-node/compare/@swc-node/loader@1.2.8...@swc-node/loader@1.3.0) (2023-02-10)

### Features

- **register:** experimental esm loader ([#643](https://github.com/swc-project/swc-node/issues/643)) ([0b4d305](https://github.com/swc-project/swc-node/commit/0b4d30505408f6f07c1ff8ea5c1953e1d22bb4e1))

## [1.2.8](https://github.com/swc-project/swc-node/compare/@swc-node/loader@1.2.7...@swc-node/loader@1.2.8) (2023-02-10)

**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.2.8",
"version": "1.3.0",
"description": "Webpack loader powered by swc",
"keywords": [
"swc",
Expand Down Expand Up @@ -28,8 +28,8 @@
"access": "public"
},
"dependencies": {
"@swc-node/core": "^1.9.2",
"@swc-node/register": "^1.5.8"
"@swc-node/core": "^1.10.0",
"@swc-node/register": "^1.6.0"
},
"peerDependencies": {
"typescript": ">= 4.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/register/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.6.0](https://github.com/swc-project/swc-node/compare/@swc-node/register@1.5.8...@swc-node/register@1.6.0) (2023-02-10)

### Features

- **register:** experimental esm loader ([#643](https://github.com/swc-project/swc-node/issues/643)) ([0b4d305](https://github.com/swc-project/swc-node/commit/0b4d30505408f6f07c1ff8ea5c1953e1d22bb4e1))

## [1.5.8](https://github.com/swc-project/swc-node/compare/@swc-node/register@1.5.7...@swc-node/register@1.5.8) (2023-02-10)

### 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.5.8",
"version": "1.6.0",
"description": "SWC node register",
"keywords": [
"swc",
Expand Down Expand Up @@ -39,8 +39,8 @@
"url": "https://github.com/swc-project/swc-node/issues"
},
"dependencies": {
"@swc-node/core": "^1.9.2",
"@swc-node/sourcemap-support": "^0.2.4",
"@swc-node/core": "^1.10.0",
"@swc-node/sourcemap-support": "^0.3.0",
"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.3.0](https://github.com/swc-project/swc-node/compare/@swc-node/sourcemap-support@0.2.4...@swc-node/sourcemap-support@0.3.0) (2023-02-10)

### Features

- **register:** experimental esm loader ([#643](https://github.com/swc-project/swc-node/issues/643)) ([0b4d305](https://github.com/swc-project/swc-node/commit/0b4d30505408f6f07c1ff8ea5c1953e1d22bb4e1))

## [0.2.4](https://github.com/swc-project/swc-node/compare/@swc-node/sourcemap-support@0.2.3...@swc-node/sourcemap-support@0.2.4) (2023-02-07)

**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.4",
"version": "0.3.0",
"description": "Runtime sourcemap support in NodeJS",
"keywords": [
"swc",
Expand Down
12 changes: 6 additions & 6 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 75d423f

Please sign in to comment.