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 Aug 17, 2022
2 parents 40fd078 + 84a22ac commit 1b4b079
Show file tree
Hide file tree
Showing 11 changed files with 65 additions and 9 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.15.0](https://github.com/TheNileDev/nile-js/compare/v0.14.2...v0.15.0) (2022-08-17)


### Bug Fixes

* **react:** add more padding height to instance table ([d73a16d](https://github.com/TheNileDev/nile-js/commit/d73a16daf53ba44bb25f7c9ac7df43ad65f11ffd))


### Features

* **react:** allow a custom react-query queryclient ([3e3da5a](https://github.com/TheNileDev/nile-js/commit/3e3da5ab50ef3cd6917c7aa26ccc50d39bb96a05))





## [0.14.2](https://github.com/TheNileDev/nile-js/compare/v0.14.1...v0.14.2) (2022-08-17)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/react",
"lib/nile"
],
"version": "0.14.2",
"version": "0.15.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
8 changes: 8 additions & 0 deletions lib/nile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.15.0](https://github.com/TheNileDev/nile-js/compare/v0.14.2...v0.15.0) (2022-08-17)

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





## [0.14.2](https://github.com/TheNileDev/nile-js/compare/v0.14.1...v0.14.2) (2022-08-17)

**Note:** Version bump only for package @theniledev/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": "0.14.2",
"version": "0.15.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/events-example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.15.0](https://github.com/TheNileDev/nile-js/compare/v0.14.2...v0.15.0) (2022-08-17)

**Note:** Version bump only for package @theniledev/events-example





## [0.14.2](https://github.com/TheNileDev/nile-js/compare/v0.14.1...v0.14.2) (2022-08-17)

**Note:** Version bump only for package @theniledev/events-example
Expand Down
2 changes: 1 addition & 1 deletion packages/events-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ npm install -g @theniledev/events-example
$ nile COMMAND
running command...
$ nile (--version)
@theniledev/events-example/0.14.2 linux-x64 node-v16.16.0
@theniledev/events-example/0.15.0 linux-x64 node-v16.16.0
$ nile --help [COMMAND]
USAGE
$ nile COMMAND
Expand Down
4 changes: 2 additions & 2 deletions packages/events-example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@theniledev/events-example",
"description": "reconcile between nile and pulumi deploy",
"version": "0.14.2",
"version": "0.15.0",
"author": "nile",
"private": true,
"bin": {
Expand All @@ -14,7 +14,7 @@
"@pulumi/aws": "^5.10.0",
"@pulumi/awsx": "^0.40.0",
"@pulumi/pulumi": "^3.36.0",
"@theniledev/js": "^0.14.2",
"@theniledev/js": "^0.15.0",
"@types/node-fetch": "^2.6.2",
"node-fetch": "^3.2.10"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.15.0](https://github.com/TheNileDev/nile-js/compare/v0.14.2...v0.15.0) (2022-08-17)

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





## [0.14.2](https://github.com/TheNileDev/nile-js/compare/v0.14.1...v0.14.2) (2022-08-17)

**Note:** Version bump only for package @theniledev/examples
Expand Down
4 changes: 2 additions & 2 deletions 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.14.2",
"version": "0.15.0",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand All @@ -12,7 +12,7 @@
"dependencies": {
"@codemirror/lang-javascript": "^6.0.0",
"@tanstack/react-query": "^4.0.5",
"@theniledev/js": "^0.14.2",
"@theniledev/js": "^0.15.0",
"@uiw/react-codemirror": "^4.5.1",
"next": "^12.1.4",
"react": "^18.2.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.15.0](https://github.com/TheNileDev/nile-js/compare/v0.14.2...v0.15.0) (2022-08-17)


### Bug Fixes

* **react:** add more padding height to instance table ([d73a16d](https://github.com/TheNileDev/nile-js/commit/d73a16daf53ba44bb25f7c9ac7df43ad65f11ffd))


### Features

* **react:** allow a custom react-query queryclient ([3e3da5a](https://github.com/TheNileDev/nile-js/commit/3e3da5ab50ef3cd6917c7aa26ccc50d39bb96a05))





## [0.14.2](https://github.com/TheNileDev/nile-js/compare/v0.14.1...v0.14.2) (2022-08-17)


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.14.2",
"version": "0.15.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -83,7 +83,7 @@
"@mui/material": "^5.10.0",
"@mui/x-data-grid": "^5.15.2",
"@tanstack/react-query": "^4.1.3",
"@theniledev/js": "^0.14.2",
"@theniledev/js": "^0.15.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.34.1",
Expand Down

2 comments on commit 1b4b079

@vercel
Copy link

@vercel vercel bot commented on 1b4b079 Aug 17, 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-theniledev.vercel.app
nile-js.vercel.app
nile-js-git-master-theniledev.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 1b4b079 Aug 17, 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:

react-storybook – ./packages/react

react-storybook-theniledev.vercel.app
react-storybook-ten.vercel.app
react-storybook-git-master-theniledev.vercel.app

Please sign in to comment.