Skip to content

Commit

Permalink
v2.1.2-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrea committed Apr 2, 2024
1 parent dc0bbb9 commit 2e79373
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.

## [2.1.2-alpha.0](https://github.com/niledatabase/nile-js/compare/v2.1.1...v2.1.2-alpha.0) (2024-04-02)

### Bug Fixes

- **server:** update types for getInstance ([dc0bbb9](https://github.com/niledatabase/nile-js/commit/dc0bbb9b850eb15c08b291eb7420ac37b8eb05d8))

## [2.1.1](https://github.com/niledatabase/nile-js/compare/v2.1.1-alpha.2...v2.1.1) (2024-04-02)

**Note:** Version bump only for package @niledatabase/packages
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.1.1",
"version": "2.1.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.1.2-alpha.0](https://github.com/niledatabsae/nile-js/compare/v2.1.1...v2.1.2-alpha.0) (2024-04-02)

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

## [2.1.1](https://github.com/niledatabsae/nile-js/compare/v2.1.1-alpha.2...v2.1.1) (2024-04-02)

**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": "2.1.1",
"version": "2.1.2-alpha.0",
"license": "MIT",
"main": "dist/index.js",
"files": [
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.1.2-alpha.0](https://github.com/niledatabase/nile-js/compare/v2.1.1...v2.1.2-alpha.0) (2024-04-02)

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

## [2.1.1](https://github.com/niledatabase/nile-js/compare/v2.1.1-alpha.2...v2.1.1) (2024-04-02)

**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.1.1",
"version": "2.1.2-alpha.0",
"license": "MIT",
"main": "dist/index.js",
"files": [
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.1.2-alpha.0](https://github.com/niledatabase/nile-js/compare/v2.1.1...v2.1.2-alpha.0) (2024-04-02)

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

## [2.1.1](https://github.com/niledatabase/nile-js/compare/v2.1.1-alpha.2...v2.1.1) (2024-04-02)

**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": "2.1.1",
"version": "2.1.2-alpha.0",
"license": "MIT",
"main": "dist/index.js",
"files": [
Expand Down Expand Up @@ -99,7 +99,7 @@
"@mui/material": "5.14.18",
"@mui/x-data-grid": "^7.0.0",
"@mui/x-date-pickers": "^7.0.0",
"@niledatabase/browser": "^2.1.1",
"@niledatabase/browser": "^2.1.2-alpha.0",
"@storybook/test": "^8.0.0",
"@tanstack/react-query": "^4.36.1",
"dts-cli": "^2.0.3",
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.1.2-alpha.0](https://github.com/niledatabase/nile-js/compare/v2.1.1...v2.1.2-alpha.0) (2024-04-02)

### Bug Fixes

- **server:** update types for getInstance ([dc0bbb9](https://github.com/niledatabase/nile-js/commit/dc0bbb9b850eb15c08b291eb7420ac37b8eb05d8))

## [2.1.1](https://github.com/niledatabase/nile-js/compare/v2.1.1-alpha.2...v2.1.1) (2024-04-02)

**Note:** Version bump only for package @niledatabase/server
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.1.1",
"version": "2.1.2-alpha.0",
"license": "MIT",
"main": "dist/index.js",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3397,7 +3397,7 @@ __metadata:
languageName: node
linkType: hard

"@niledatabase/browser@npm:^2.1.1, @niledatabase/browser@workspace:packages/browser":
"@niledatabase/browser@npm:^2.1.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 @@ -3471,7 +3471,7 @@ __metadata:
"@mui/material": "npm:5.14.18"
"@mui/x-data-grid": "npm:^7.0.0"
"@mui/x-date-pickers": "npm:^7.0.0"
"@niledatabase/browser": "npm:^2.1.1"
"@niledatabase/browser": "npm:^2.1.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 2e79373

Please sign in to comment.