File tree 6 files changed +27
-4
lines changed
6 files changed +27
-4
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.0.23] ( https://github.com/oxc-project/oxc-node/compare/v0.0.22...v0.0.23 ) (2025-04-10)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** core:** pass resolved sources to nextResolve ([ #96 ] ( https://github.com/oxc-project/oxc-node/issues/96 ) ) ([ 3dd8faa] ( https://github.com/oxc-project/oxc-node/commit/3dd8faa8593968cf8585ec99d2f933db70419f97 ) )
11
+ - ** core:** resolve path in node_modules ([ #94 ] ( https://github.com/oxc-project/oxc-node/issues/94 ) ) ([ f211208] ( https://github.com/oxc-project/oxc-node/commit/f2112082a18c6b07755f7f568967247ac0d57eb6 ) )
12
+
13
+ ### Features
14
+
15
+ - allow read useDefineForClassFields compiler option in tsconfig.json ([ #97 ] ( https://github.com/oxc-project/oxc-node/issues/97 ) ) ([ 55830b3] ( https://github.com/oxc-project/oxc-node/commit/55830b32bf8a9bb557ec7f0a32017c9f9a9ab1da ) )
16
+
6
17
## [ 0.0.22] ( https://github.com/oxc-project/oxc-node/compare/v0.0.21...v0.0.22 ) (2025-04-02)
7
18
8
19
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
3
- "version" : " 0.0.22" ,
4
- "packages" : [" packages/*" ],
3
+ "version" : " 0.0.23" ,
4
+ "packages" : [
5
+ " packages/*"
6
+ ],
5
7
"npmClient" : " pnpm" ,
6
8
"skipNxCache" : true ,
7
9
"signGitCommit" : true ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.0.23] ( https://github.com/oxc-project/oxc-node/compare/v0.0.22...v0.0.23 ) (2025-04-10)
7
+
8
+ ** Note:** Version bump only for package @oxc-node/cli
9
+
6
10
## [ 0.0.22] ( https://github.com/oxc-project/oxc-node/compare/v0.0.21...v0.0.22 ) (2025-04-02)
7
11
8
12
** Note:** Version bump only for package @oxc-node/cli
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @oxc-node/cli" ,
3
- "version" : " 0.0.22 " ,
3
+ "version" : " 0.0.23 " ,
4
4
"license" : " MIT" ,
5
5
"type" : " module" ,
6
6
"description" : " OXC Node cli" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.0.23] ( https://github.com/oxc-project/oxc-node/compare/v0.0.22...v0.0.23 ) (2025-04-10)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** core:** pass resolved sources to nextResolve ([ #96 ] ( https://github.com/oxc-project/oxc-node/issues/96 ) ) ([ 3dd8faa] ( https://github.com/oxc-project/oxc-node/commit/3dd8faa8593968cf8585ec99d2f933db70419f97 ) )
11
+
6
12
## [ 0.0.22] ( https://github.com/oxc-project/oxc-node/compare/v0.0.21...v0.0.22 ) (2025-04-02)
7
13
8
14
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @oxc-node/core" ,
3
- "version" : " 0.0.22 " ,
3
+ "version" : " 0.0.23 " ,
4
4
"main" : " ./index.js" ,
5
5
"browser" : " ./browser.js" ,
6
6
"types" : " ./index.d.ts" ,
You can’t perform that action at this time.
0 commit comments