Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
jrea committed Apr 10, 2024
2 parents f1ce011 + b9c7553 commit 9582fc4
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 10 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.

## [2.3.2-alpha.0](https://github.com/niledatabase/nile-js/compare/v2.3.1...v2.3.2-alpha.0) (2024-04-10)

### Bug Fixes

- **server:** remove cjs export ([b74b622](https://github.com/niledatabase/nile-js/commit/b74b622e524ee187573e4b6e59834434b00b6f8d))

## [2.3.1](https://github.com/niledatabase/nile-js/compare/v2.3.0-alpha.4...v2.3.1) (2024-04-09)

# [2.3.0](https://github.com/niledatabase/nile-js/compare/v2.3.0-alpha.0...v2.3.0) (2024-04-05)
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": "2.3.1",
"version": "2.3.2-alpha.0",
"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.

## [2.3.2-alpha.0](https://github.com/niledatabsae/nile-js/compare/v2.3.1...v2.3.2-alpha.0) (2024-04-10)

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

## [2.3.1](https://github.com/niledatabsae/nile-js/compare/v2.3.0-alpha.4...v2.3.1) (2024-04-09)

# [2.3.0](https://github.com/niledatabsae/nile-js/compare/v2.3.0-alpha.0...v2.3.0) (2024-04-05)
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": "2.3.1",
"version": "2.3.2-alpha.0",
"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.

## [2.3.2-alpha.0](https://github.com/niledatabase/nile-js/compare/v2.3.1...v2.3.2-alpha.0) (2024-04-10)

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

# [2.3.0](https://github.com/niledatabase/nile-js/compare/v2.3.0-alpha.0...v2.3.0) (2024-04-05)

**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": "2.3.0",
"version": "2.3.2-alpha.0",
"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.

## [2.3.2-alpha.0](https://github.com/niledatabase/nile-js/compare/v2.3.1...v2.3.2-alpha.0) (2024-04-10)

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

## [2.3.1](https://github.com/niledatabase/nile-js/compare/v2.3.0-alpha.4...v2.3.1) (2024-04-09)

# [2.3.0](https://github.com/niledatabase/nile-js/compare/v2.3.0-alpha.0...v2.3.0) (2024-04-05)
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": "2.3.1",
"version": "2.3.2-alpha.0",
"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": "^2.3.1",
"@niledatabase/browser": "^2.3.2-alpha.0",
"@tanstack/react-query": "^4.36.1",
"react": "^18.2.0",
"react-dom": "^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.

## [2.3.2-alpha.0](https://github.com/niledatabase/nile-js/compare/v2.3.1...v2.3.2-alpha.0) (2024-04-10)

### Bug Fixes

- **server:** remove cjs export ([b74b622](https://github.com/niledatabase/nile-js/commit/b74b622e524ee187573e4b6e59834434b00b6f8d))

## [2.3.1](https://github.com/niledatabase/nile-js/compare/v2.3.0-alpha.4...v2.3.1) (2024-04-09)

# [2.3.0](https://github.com/niledatabase/nile-js/compare/v2.3.0-alpha.0...v2.3.0) (2024-04-05)
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": "2.3.1",
"version": "2.3.2-alpha.0",
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/server.esm.js",
Expand Down
2 changes: 0 additions & 2 deletions packages/server/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ import create from './Server';
export { Server } from './Server';

export default create;

module.exports = create;
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3327,7 +3327,7 @@ __metadata:
languageName: node
linkType: hard

"@niledatabase/browser@npm:^2.3.1, @niledatabase/browser@workspace:packages/browser":
"@niledatabase/browser@npm:^2.3.2-alpha.0, @niledatabase/browser@workspace:packages/browser":
version: 0.0.0-use.local
resolution: "@niledatabase/browser@workspace:packages/browser"
dependencies:
Expand Down Expand Up @@ -3400,7 +3400,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:^2.3.1"
"@niledatabase/browser": "npm:^2.3.2-alpha.0"
"@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 9582fc4

Please sign in to comment.