File tree Expand file tree Collapse file tree 17 files changed +64
-20
lines changed Expand file tree Collapse file tree 17 files changed +64
-20
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
+ # [ 5.0.0-alpha.27] ( https://github.com/niledatabase/nile-js/compare/v5.0.0-alpha.26...v5.0.0-alpha.27 ) (2025-07-28)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** server:** a race condition ([ 1c73dfd] ( https://github.com/niledatabase/nile-js/commit/1c73dfd36b0835d0b21221830475520119b40e15 ) )
11
+
6
12
# [ 5.0.0-alpha.26] ( https://github.com/niledatabase/nile-js/compare/v5.0.0-alpha.25...v5.0.0-alpha.26 ) (2025-07-21)
7
13
8
14
** Note:** Version bump only for package @niledatabase/packages
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
+ # [ 5.0.0-alpha.27] ( https://github.com/niledatabase/nile-js/compare/v5.0.0-alpha.26...v5.0.0-alpha.27 ) (2025-07-28)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** server:** a race condition ([ 1c73dfd] ( https://github.com/niledatabase/nile-js/commit/1c73dfd36b0835d0b21221830475520119b40e15 ) )
11
+
6
12
# [ 5.0.0-alpha.26] ( https://github.com/niledatabase/nile-js/compare/v5.0.0-alpha.25...v5.0.0-alpha.26 ) (2025-07-21)
7
13
8
14
** Note:** Version bump only for package @niledatabase/nextjs-kitchensink
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @niledatabase/nextjs-kitchensink" ,
3
- "version" : " 5.0.0-alpha.26 " ,
3
+ "version" : " 5.0.0-alpha.27 " ,
4
4
"private" : true ,
5
5
"type" : " module" ,
6
6
"scripts" : {
13
13
},
14
14
"dependencies" : {
15
15
"@hookform/resolvers" : " ^5.0.1" ,
16
- "@niledatabase/client" : " ^5.0.0-alpha.26 " ,
17
- "@niledatabase/nextjs" : " ^5.0.0-alpha.26 " ,
18
- "@niledatabase/react" : " ^5.0.0-alpha.26 " ,
19
- "@niledatabase/server" : " ^5.0.0-alpha.26 " ,
16
+ "@niledatabase/client" : " ^5.0.0-alpha.27 " ,
17
+ "@niledatabase/nextjs" : " ^5.0.0-alpha.27 " ,
18
+ "@niledatabase/react" : " ^5.0.0-alpha.27 " ,
19
+ "@niledatabase/server" : " ^5.0.0-alpha.27 " ,
20
20
"@radix-ui/react-dialog" : " ^1.1.14" ,
21
21
"@radix-ui/react-label" : " ^2.1.3" ,
22
22
"@radix-ui/react-separator" : " ^1.1.7" ,
Original file line number Diff line number Diff line change 7
7
" packages/react" ,
8
8
" packages/server"
9
9
],
10
- "version" : " 5.0.0-alpha.26 " ,
10
+ "version" : " 5.0.0-alpha.27 " ,
11
11
"npmClient" : " yarn" ,
12
12
"useWorkspaces" : true ,
13
13
"command" : {
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
+ # [ 5.0.0-alpha.27] ( https://github.com/niledatabase/nile-js/compare/v5.0.0-alpha.26...v5.0.0-alpha.27 ) (2025-07-28)
7
+
8
+ ** Note:** Version bump only for package @niledatabase/client
9
+
6
10
# [ 5.0.0-alpha.26] ( https://github.com/niledatabase/nile-js/compare/v5.0.0-alpha.25...v5.0.0-alpha.26 ) (2025-07-21)
7
11
8
12
** Note:** Version bump only for package @niledatabase/client
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @niledatabase/client" ,
3
- "version" : " 5.0.0-alpha.26 " ,
3
+ "version" : " 5.0.0-alpha.27 " ,
4
4
"license" : " MIT" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"module" : " ./dist/index.mjs" ,
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
+ # [ 5.0.0-alpha.27] ( https://github.com/niledatabase/nile-js/compare/v5.0.0-alpha.26...v5.0.0-alpha.27 ) (2025-07-28)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** server:** a race condition ([ 1c73dfd] ( https://github.com/niledatabase/nile-js/commit/1c73dfd36b0835d0b21221830475520119b40e15 ) )
11
+
6
12
# [ 5.0.0-alpha.26] ( https://github.com/niledatabase/nile-js/compare/v5.0.0-alpha.25...v5.0.0-alpha.26 ) (2025-07-21)
7
13
8
14
** Note:** Version bump only for package @niledatabase/express
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @niledatabase/express" ,
3
- "version" : " 5.0.0-alpha.26 " ,
3
+ "version" : " 5.0.0-alpha.27 " ,
4
4
"license" : " MIT" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"module" : " ./dist/index.mjs" ,
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
+ # [ 5.0.0-alpha.27] ( https://github.com/niledatabase/nile-js/compare/v5.0.0-alpha.26...v5.0.0-alpha.27 ) (2025-07-28)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** server:** a race condition ([ 1c73dfd] ( https://github.com/niledatabase/nile-js/commit/1c73dfd36b0835d0b21221830475520119b40e15 ) )
11
+
6
12
# [ 5.0.0-alpha.26] ( https://github.com/niledatabase/nile-js/compare/v5.0.0-alpha.25...v5.0.0-alpha.26 ) (2025-07-21)
7
13
8
14
** Note:** Version bump only for package @niledatabase/nextjs
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @niledatabase/nextjs" ,
3
- "version" : " 5.0.0-alpha.26 " ,
3
+ "version" : " 5.0.0-alpha.27 " ,
4
4
"license" : " MIT" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"module" : " ./dist/index.mjs" ,
You can’t perform that action at this time.
0 commit comments