Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/stable'
Browse files Browse the repository at this point in the history
  • Loading branch information
jrea committed Dec 13, 2022
2 parents f1fd65e + 9ba68b1 commit 03e598c
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.33.1](https://github.com/TheNileDev/nile-js/compare/v0.33.0...v0.33.1) (2022-12-13)

### Bug Fixes

- **nile-js:** add logout to oidc ([f1fd65e](https://github.com/TheNileDev/nile-js/commit/f1fd65ee466eda4b3523aa7cbb9a0177bed87951))
- **react:** support org oidc, update docs ([1e3ef0e](https://github.com/TheNileDev/nile-js/commit/1e3ef0e810fa8a2fca126021366e52d28a6d91ca))

# [0.33.0](https://github.com/TheNileDev/nile-js/compare/v0.32.3...v0.33.0) (2022-12-05)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["lib/*", "packages/react"],
"version": "0.33.0",
"version": "0.33.1",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
6 changes: 6 additions & 0 deletions lib/nile/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.

## [0.33.1](https://github.com/TheNileDev/nile-js/compare/v0.33.0...v0.33.1) (2022-12-13)

### Bug Fixes

- **nile-js:** add logout to oidc ([f1fd65e](https://github.com/TheNileDev/nile-js/commit/f1fd65ee466eda4b3523aa7cbb9a0177bed87951))

# [0.33.0](https://github.com/TheNileDev/nile-js/compare/v0.32.3...v0.33.0) (2022-12-05)

### Bug Fixes
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": "0.33.0",
"version": "0.33.1",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/examples/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.

## [0.33.1](https://github.com/TheNileDev/nile-js/compare/v0.33.0...v0.33.1) (2022-12-13)

**Note:** Version bump only for package @theniledev/examples

# [0.33.0](https://github.com/TheNileDev/nile-js/compare/v0.32.3...v0.33.0) (2022-12-05)

**Note:** Version bump only for package @theniledev/examples
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@theniledev/examples",
"license": "MIT",
"private": true,
"version": "0.33.0",
"version": "0.33.1",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.33.1](https://github.com/TheNileDev/nile-js/compare/v0.33.0...v0.33.1) (2022-12-13)

### Bug Fixes

- **nile-js:** add logout to oidc ([f1fd65e](https://github.com/TheNileDev/nile-js/commit/f1fd65ee466eda4b3523aa7cbb9a0177bed87951))
- **react:** support org oidc, update docs ([1e3ef0e](https://github.com/TheNileDev/nile-js/commit/1e3ef0e810fa8a2fca126021366e52d28a6d91ca))

# [0.33.0](https://github.com/TheNileDev/nile-js/compare/v0.32.3...v0.33.0) (2022-12-05)

### Bug Fixes
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": "@theniledev/react",
"version": "0.33.0",
"version": "0.33.1",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -90,7 +90,7 @@
"@mui/x-data-grid": "^5.17.14",
"@mui/x-date-pickers": "^5.0.9",
"@tanstack/react-query": "^4.19.1",
"@theniledev/js": "^0.33.0",
"@theniledev/js": "^0.33.1",
"chart.js": "^3.9.1",
"chartjs-adapter-date-fns": "^2.0.1",
"date-fns": "^2.29.3",
Expand Down

2 comments on commit 03e598c

@vercel
Copy link

@vercel vercel bot commented on 03e598c Dec 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nile-js – ./

nile-js.vercel.app
nile-js-theniledev.vercel.app
nile-js-git-master-theniledev.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 03e598c Dec 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.