Skip to content

Commit

Permalink
v1.0.0-alpha.201
Browse files Browse the repository at this point in the history
  • Loading branch information
jrea committed Mar 22, 2024
1 parent 451a947 commit 1d980ab
Show file tree
Hide file tree
Showing 12 changed files with 64 additions and 9 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.201](https://github.com/niledatabase/nile-js/compare/v1.0.0-alpha.200...v1.0.0-alpha.201) (2024-03-22)

### Bug Fixes

- remove tsdx from server ([ab90a21](https://github.com/niledatabase/nile-js/commit/ab90a21cb01789c2d0694c959a53aa36a230b444))
- use the right user schema ([3294a21](https://github.com/niledatabase/nile-js/commit/3294a211e578add77562cf0712a8c15b53cb54b9))

### Features

- add listUser and updateUser to server API ([fdca116](https://github.com/niledatabase/nile-js/commit/fdca116e925c2d8df4470693e4ad77f389304f42))
- **server:** use region apis ([8d48c16](https://github.com/niledatabase/nile-js/commit/8d48c1672ece33447e068ac466e1832ed626335d))

# [1.0.0-alpha.200](https://github.com/niledatabase/nile-js/compare/v1.0.0-alpha.199...v1.0.0-alpha.200) (2023-11-08)

### 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": "1.0.0-alpha.200",
"version": "1.0.0-alpha.201",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
10 changes: 10 additions & 0 deletions lib/nile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.201](https://github.com/niledatabase/nile-js/compare/v1.0.0-alpha.200...v1.0.0-alpha.201) (2024-03-22)

### Bug Fixes

- remove tsdx from server ([ab90a21](https://github.com/niledatabase/nile-js/commit/ab90a21cb01789c2d0694c959a53aa36a230b444))

### Features

- add listUser and updateUser to server API ([fdca116](https://github.com/niledatabase/nile-js/commit/fdca116e925c2d8df4470693e4ad77f389304f42))

# [1.0.0-alpha.200](https://github.com/TheNileDev/nile-js/compare/v1.0.0-alpha.199...v1.0.0-alpha.200) (2023-11-08)

**Note:** Version bump only for package @niledatabase/js
Expand Down
2 changes: 1 addition & 1 deletion lib/nile/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-alpha.200",
"version": "1.0.0-alpha.201",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/browser/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.

# [1.0.0-alpha.201](https://github.com/niledatabsae/nile-js/compare/v1.0.0-alpha.200...v1.0.0-alpha.201) (2024-03-22)

### Bug Fixes

- remove tsdx from server ([ab90a21](https://github.com/niledatabsae/nile-js/commit/ab90a21cb01789c2d0694c959a53aa36a230b444))

# [1.0.0-alpha.200](https://github.com/TheNileDev/nile-js/compare/v1.0.0-alpha.199...v1.0.0-alpha.200) (2023-11-08)

**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": "1.0.0-alpha.200",
"version": "1.0.0-alpha.201",
"license": "MIT",
"main": "dist/index.js",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/edge/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.

# [1.0.0-alpha.201](https://github.com/niledatabase/nile-js/compare/v1.0.0-alpha.200...v1.0.0-alpha.201) (2024-03-22)

### Bug Fixes

- remove tsdx from server ([ab90a21](https://github.com/niledatabase/nile-js/commit/ab90a21cb01789c2d0694c959a53aa36a230b444))

# [1.0.0-alpha.200](https://github.com/TheNileDev/nile-js/compare/v1.0.0-alpha.199...v1.0.0-alpha.200) (2023-11-08)

**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": "1.0.0-alpha.200",
"version": "1.0.0-alpha.201",
"license": "MIT",
"main": "dist/index.js",
"files": [
Expand Down
10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.201](https://github.com/niledatabase/nile-js/compare/v1.0.0-alpha.200...v1.0.0-alpha.201) (2024-03-22)

### Bug Fixes

- remove tsdx from server ([ab90a21](https://github.com/niledatabase/nile-js/commit/ab90a21cb01789c2d0694c959a53aa36a230b444))

### Features

- **server:** use region apis ([8d48c16](https://github.com/niledatabase/nile-js/commit/8d48c1672ece33447e068ac466e1832ed626335d))

# [1.0.0-alpha.200](https://github.com/TheNileDev/nile-js/compare/v1.0.0-alpha.199...v1.0.0-alpha.200) (2023-11-08)

**Note:** Version bump only for package @niledatabase/react
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@niledatabase/react",
"version": "1.0.0-alpha.200",
"version": "1.0.0-alpha.201",
"license": "MIT",
"main": "dist/index.js",
"files": [
Expand Down Expand Up @@ -99,8 +99,8 @@
"@mui/material": "5.14.18",
"@mui/x-data-grid": "^6.18.1",
"@mui/x-date-pickers": "^6.18.1",
"@niledatabase/browser": "^1.0.0-alpha.200",
"@niledatabase/js": "^1.0.0-alpha.200",
"@niledatabase/browser": "^1.0.0-alpha.201",
"@niledatabase/js": "^1.0.0-alpha.201",
"@tanstack/react-query": "^4.36.1",
"chart.js": "^4.4.0",
"chartjs-adapter-date-fns": "^2.0.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.201](https://github.com/niledatabase/nile-js/compare/v1.0.0-alpha.200...v1.0.0-alpha.201) (2024-03-22)

### Bug Fixes

- remove tsdx from server ([ab90a21](https://github.com/niledatabase/nile-js/commit/ab90a21cb01789c2d0694c959a53aa36a230b444))

### Features

- add listUser and updateUser to server API ([fdca116](https://github.com/niledatabase/nile-js/commit/fdca116e925c2d8df4470693e4ad77f389304f42))
- **server:** use region apis ([8d48c16](https://github.com/niledatabase/nile-js/commit/8d48c1672ece33447e068ac466e1832ed626335d))

# [1.0.0-alpha.200](https://github.com/TheNileDev/nile-js/compare/v1.0.0-alpha.199...v1.0.0-alpha.200) (2023-11-08)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@niledatabase/server",
"version": "1.0.0-alpha.200",
"version": "1.0.0-alpha.201",
"license": "MIT",
"main": "dist/index.js",
"files": [
Expand Down Expand Up @@ -62,7 +62,7 @@
"typescript": "^5.3.2"
},
"dependencies": {
"@niledatabase/js": "^1.0.0-alpha.200",
"@niledatabase/js": "^1.0.0-alpha.201",
"jose": "^4.15.4",
"knex": "^2.5.1",
"pg": "^8.11.3"
Expand Down

0 comments on commit 1d980ab

Please sign in to comment.