Skip to content

Commit 67d56fb

Browse files
committed
v5.0.0-alpha.27
1 parent 1c73dfd commit 67d56fb

File tree

17 files changed

+64
-20
lines changed

17 files changed

+64
-20
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
612
# [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)
713

814
**Note:** Version bump only for package @niledatabase/packages

apps/nextjs-kitchensink/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
612
# [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)
713

814
**Note:** Version bump only for package @niledatabase/nextjs-kitchensink

apps/nextjs-kitchensink/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@niledatabase/nextjs-kitchensink",
3-
"version": "5.0.0-alpha.26",
3+
"version": "5.0.0-alpha.27",
44
"private": true,
55
"type": "module",
66
"scripts": {
@@ -13,10 +13,10 @@
1313
},
1414
"dependencies": {
1515
"@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",
2020
"@radix-ui/react-dialog": "^1.1.14",
2121
"@radix-ui/react-label": "^2.1.3",
2222
"@radix-ui/react-separator": "^1.1.7",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"packages/react",
88
"packages/server"
99
],
10-
"version": "5.0.0-alpha.26",
10+
"version": "5.0.0-alpha.27",
1111
"npmClient": "yarn",
1212
"useWorkspaces": true,
1313
"command": {

packages/client/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
610
# [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)
711

812
**Note:** Version bump only for package @niledatabase/client

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@niledatabase/client",
3-
"version": "5.0.0-alpha.26",
3+
"version": "5.0.0-alpha.27",
44
"license": "MIT",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

packages/express/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
612
# [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)
713

814
**Note:** Version bump only for package @niledatabase/express

packages/express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@niledatabase/express",
3-
"version": "5.0.0-alpha.26",
3+
"version": "5.0.0-alpha.27",
44
"license": "MIT",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

packages/nextjs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
612
# [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)
713

814
**Note:** Version bump only for package @niledatabase/nextjs

packages/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@niledatabase/nextjs",
3-
"version": "5.0.0-alpha.26",
3+
"version": "5.0.0-alpha.27",
44
"license": "MIT",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)