Skip to content

Commit

Permalink
Bump to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bastienbeurier committed Feb 28, 2023
1 parent 23772dd commit d078e93
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nangohq/auth",
"version": "0.8.10",
"version": "0.9.0",
"description": "Nango's OAuth-related features.",
"type": "module",
"main": "dist/index.js",
Expand Down
Binary file added packages/auth/sessions.sqlite3
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nango",
"version": "0.8.9",
"version": "0.9.0",
"description": "Nango's CLI tool.",
"type": "module",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nangohq/frontend",
"version": "0.8.9",
"version": "0.9.0",
"description": "Nango's frontend library for OAuth handling.",
"type": "module",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nangohq/node",
"version": "0.8.4",
"version": "0.9.0",
"description": "Nango's Node client.",
"type": "module",
"main": "dist/index.js",
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": "@nangohq/nango-server",
"version": "0.8.10",
"version": "0.9.0",
"description": "Nango OAuth's server.",
"type": "module",
"main": "dist/server.js",
Expand All @@ -19,6 +19,6 @@
"npm": ">=6.14.11"
},
"dependencies": {
"@nangohq/auth": "^0.8.10"
"@nangohq/auth": "^0.9.0"
}
}

0 comments on commit d078e93

Please sign in to comment.