Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @swc-node/core@1.9.1
 - @swc-node/jest@1.5.3
 - @swc-node/loader@1.2.2
 - @swc-node/register@1.5.2
 - @swc-node/sourcemap-support@0.2.1
  • Loading branch information
Brooooooklyn committed Sep 22, 2022
1 parent 628451a commit ad0d23b
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 19 deletions.
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
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.9.1](https://github.com/swc-project/swc-node/compare/@swc-node/core@1.9.0...@swc-node/core@1.9.1) (2022-09-22)

### Bug Fixes

- **core:** move @swc/core to peerDependencies ([821542b](https://github.com/swc-project/swc-node/commit/821542bb254c7f840443bc45f0505fa478983496))

# [1.9.0](https://github.com/swc-project/swc-node/compare/@swc-node/core@1.8.2...@swc-node/core@1.9.0) (2022-04-27)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@swc-node/core",
"version": "1.9.0",
"version": "1.9.1",
"description": "Faster swc nodejs binding",
"keywords": [
"swc",
Expand Down
4 changes: 4 additions & 0 deletions packages/jest/CHANGELOG.md
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/jest@1.5.2...@swc-node/jest@1.5.3) (2022-09-22)

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

## [1.5.2](https://github.com/swc-project/swc-node/compare/@swc-node/jest@1.5.1...@swc-node/jest@1.5.2) (2022-05-05)

### Performance Improvements
Expand Down
6 changes: 3 additions & 3 deletions packages/jest/package.json
@@ -1,6 +1,6 @@
{
"name": "@swc-node/jest",
"version": "1.5.2",
"version": "1.5.3",
"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 <github@lyn.one>",
Expand All @@ -14,8 +14,8 @@
},
"dependencies": {
"@node-rs/xxhash": "^1.2.1",
"@swc-node/core": "^1.9.0",
"@swc-node/register": "^1.5.1"
"@swc-node/core": "^1.9.1",
"@swc-node/register": "^1.5.2"
},
"peerDependencies": {
"@swc/core": ">= 1.3"
Expand Down
6 changes: 6 additions & 0 deletions packages/loader/CHANGELOG.md
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.2.2](https://github.com/swc-project/swc-node/compare/@swc-node/loader@1.2.1...@swc-node/loader@1.2.2) (2022-09-22)

### Bug Fixes

- **loader:** fix logic when no compilerOptions passed by webpack ([1606f3c](https://github.com/swc-project/swc-node/commit/1606f3cf20e1a5d1d6ea3144b22366a59849822c))

## [1.2.1](https://github.com/swc-project/swc-node/compare/@swc-node/loader@1.2.0...@swc-node/loader@1.2.1) (2022-04-28)

**Note:** Version bump only for package @swc-node/loader
Expand Down
10 changes: 5 additions & 5 deletions packages/loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@swc-node/loader",
"version": "1.2.1",
"version": "1.2.2",
"description": "Webpack loader powered by swc",
"keywords": [
"swc",
Expand All @@ -24,8 +24,8 @@
"access": "public"
},
"dependencies": {
"@swc-node/core": "^1.9.0",
"@swc-node/register": "^1.5.1"
"@swc-node/core": "^1.9.1",
"@swc-node/register": "^1.5.2"
},
"peerDependencies": {
"typescript": ">= 4.3",
Expand All @@ -43,7 +43,7 @@
"url": "https://github.com/sponsors/Brooooooklyn"
},
"devDependencies": {
"webpack": "^5.74.0",
"typescript": "^4.8.3"
"typescript": "^4.8.3",
"webpack": "^5.74.0"
}
}
6 changes: 6 additions & 0 deletions packages/register/CHANGELOG.md
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.5.2](https://github.com/swc-project/swc-node/compare/@swc-node/register@1.5.1...@swc-node/register@1.5.2) (2022-09-22)

### Bug Fixes

- **register:** support paths alias with baseUrl ([2a6848a](https://github.com/swc-project/swc-node/commit/2a6848a00b8931f41b62f6b5a519bdbc548bfec3))

## [1.5.1](https://github.com/swc-project/swc-node/compare/@swc-node/register@1.5.0...@swc-node/register@1.5.1) (2022-04-28)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/register/package.json
@@ -1,6 +1,6 @@
{
"name": "@swc-node/register",
"version": "1.5.1",
"version": "1.5.2",
"description": "SWC node register",
"keywords": [
"swc",
Expand Down Expand Up @@ -33,8 +33,8 @@
"url": "https://github.com/swc-project/swc-node/issues"
},
"dependencies": {
"@swc-node/core": "^1.9.0",
"@swc-node/sourcemap-support": "^0.2.0",
"@swc-node/core": "^1.9.1",
"@swc-node/sourcemap-support": "^0.2.1",
"colorette": "^2.0.19",
"debug": "^4.3.4",
"pirates": "^4.0.5",
Expand Down
4 changes: 4 additions & 0 deletions packages/sourcemap-support/CHANGELOG.md
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.2.1](https://github.com/swc-project/swc-node/compare/@swc-node/sourcemap-support@0.2.0...@swc-node/sourcemap-support@0.2.1) (2022-09-22)

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

# [0.2.0](https://github.com/swc-project/swc-node/compare/@swc-node/sourcemap-support@0.1.11...@swc-node/sourcemap-support@0.2.0) (2022-04-27)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/sourcemap-support/package.json
@@ -1,6 +1,6 @@
{
"name": "@swc-node/sourcemap-support",
"version": "0.2.0",
"version": "0.2.1",
"description": "Runtime sourcemap support in NodeJS",
"keywords": ["swc", "ts-node", "N-API", "NAPI", "napi-rs", "node-rs", "rust", "esbuild", "typescript"],
"author": "LongYinan <github@lyn.one>",
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 ad0d23b

Please sign in to comment.