Skip to content

Commit

Permalink
v3.0.0-alpha.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jrea committed Aug 29, 2024
1 parent 3f75a81 commit 76788e1
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 8 deletions.
6 changes: 6 additions & 0 deletions 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.

# [3.0.0-alpha.16](https://github.com/niledatabase/nile-js/compare/v3.0.0-alpha.15...v3.0.0-alpha.16) (2024-08-29)

### Bug Fixes

- **server:** actually fetch for login ([3f75a81](https://github.com/niledatabase/nile-js/commit/3f75a8101efa4dfad8f15aa33f7de9266d1b0afc))

# [3.0.0-alpha.15](https://github.com/niledatabase/nile-js/compare/v3.0.0-alpha.14...v3.0.0-alpha.15) (2024-08-29)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"packages/browser",
"packages/server"
],
"version": "3.0.0-alpha.15",
"version": "3.0.0-alpha.16",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
4 changes: 4 additions & 0 deletions packages/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [3.0.0-alpha.16](https://github.com/niledatabsae/nile-js/compare/v3.0.0-alpha.15...v3.0.0-alpha.16) (2024-08-29)

**Note:** Version bump only for package @niledatabase/browser

# [3.0.0-alpha.15](https://github.com/niledatabsae/nile-js/compare/v3.0.0-alpha.14...v3.0.0-alpha.15) (2024-08-29)

**Note:** Version bump only for package @niledatabase/browser
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@niledatabase/browser",
"version": "3.0.0-alpha.15",
"version": "3.0.0-alpha.16",
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/browser.esm.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/edge/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [3.0.0-alpha.16](https://github.com/niledatabase/nile-js/compare/v3.0.0-alpha.15...v3.0.0-alpha.16) (2024-08-29)

**Note:** Version bump only for package @niledatabase/edge

# [3.0.0-alpha.15](https://github.com/niledatabase/nile-js/compare/v3.0.0-alpha.14...v3.0.0-alpha.15) (2024-08-29)

**Note:** Version bump only for package @niledatabase/edge
Expand Down
2 changes: 1 addition & 1 deletion packages/edge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@niledatabase/edge",
"version": "3.0.0-alpha.15",
"version": "3.0.0-alpha.16",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/edge.esm.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [3.0.0-alpha.16](https://github.com/niledatabase/nile-js/compare/v3.0.0-alpha.15...v3.0.0-alpha.16) (2024-08-29)

**Note:** Version bump only for package @niledatabase/react

# [3.0.0-alpha.15](https://github.com/niledatabase/nile-js/compare/v3.0.0-alpha.14...v3.0.0-alpha.15) (2024-08-29)

**Note:** Version bump only for package @niledatabase/react
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@niledatabase/react",
"version": "3.0.0-alpha.15",
"version": "3.0.0-alpha.16",
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/react.esm.js",
Expand Down Expand Up @@ -108,7 +108,7 @@
"@mui/joy": "5.0.0-beta.15",
"@mui/material": "5.14.18",
"@mui/x-data-grid": "^7.0.0",
"@niledatabase/browser": "^3.0.0-alpha.15",
"@niledatabase/browser": "^3.0.0-alpha.16",
"@tanstack/react-query": "^4.36.1",
"next-auth": "^4.24.7",
"react": "^18.2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/server/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.

# [3.0.0-alpha.16](https://github.com/niledatabase/nile-js/compare/v3.0.0-alpha.15...v3.0.0-alpha.16) (2024-08-29)

### Bug Fixes

- **server:** actually fetch for login ([3f75a81](https://github.com/niledatabase/nile-js/commit/3f75a8101efa4dfad8f15aa33f7de9266d1b0afc))

# [3.0.0-alpha.15](https://github.com/niledatabase/nile-js/compare/v3.0.0-alpha.14...v3.0.0-alpha.15) (2024-08-29)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@niledatabase/server",
"version": "3.0.0-alpha.15",
"version": "3.0.0-alpha.16",
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/server.esm.js",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3375,7 +3375,7 @@ __metadata:
languageName: node
linkType: hard

"@niledatabase/browser@npm:^3.0.0-alpha.15, @niledatabase/browser@workspace:packages/browser":
"@niledatabase/browser@npm:^3.0.0-alpha.16, @niledatabase/browser@workspace:packages/browser":
version: 0.0.0-use.local
resolution: "@niledatabase/browser@workspace:packages/browser"
dependencies:
Expand Down Expand Up @@ -3448,7 +3448,7 @@ __metadata:
"@mui/joy": "npm:5.0.0-beta.15"
"@mui/material": "npm:5.14.18"
"@mui/x-data-grid": "npm:^7.0.0"
"@niledatabase/browser": "npm:^3.0.0-alpha.15"
"@niledatabase/browser": "npm:^3.0.0-alpha.16"
"@rollup/plugin-babel": "npm:^6.0.4"
"@size-limit/preset-small-lib": "npm:^8.2.6"
"@storybook/addon-essentials": "npm:^8.0.0"
Expand Down

0 comments on commit 76788e1

Please sign in to comment.