Skip to content

Commit

Permalink
chore(release): 0.39.26 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Bot authored and Release Bot committed May 13, 2024
1 parent ffcd1b3 commit 594bb5e
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 1,149 deletions.
1,126 changes: 2 additions & 1,124 deletions CHANGELOG.md

Large diffs are not rendered by default.

26 changes: 13 additions & 13 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 package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nangohq/nango",
"type": "module",
"version": "0.39.25",
"version": "0.39.26",
"workspaces": [
"packages/cli",
"packages/shared",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nango",
"version": "0.39.25",
"version": "0.39.26",
"description": "Nango's CLI tool.",
"type": "module",
"main": "dist/index.js",
Expand All @@ -27,7 +27,7 @@
"@babel/traverse": "^7.22.5",
"@babel/types": "^7.22.5",
"@inquirer/prompts": "^2.3.0",
"@nangohq/shared": "^0.39.25",
"@nangohq/shared": "^0.39.26",
"@vercel/ncc": "^0.36.1",
"ajv": "^8.12.0",
"ajv-errors": "^3.0.0",
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.39.25",
"version": "0.39.26",
"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.39.25",
"version": "0.39.26",
"description": "Nango's Node client.",
"type": "module",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@nangohq/logs": "file:../logs",
"@nangohq/records": "file:../records",
"@nangohq/shared": "file:../shared",
"@nangohq/types": "^0.39.25",
"@nangohq/types": "^0.39.26",
"@nangohq/utils": "file:../utils",
"@workos-inc/node": "^6.2.0",
"axios": "^1.3.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nangohq/shared",
"version": "0.39.25",
"version": "0.39.26",
"description": "Nango's shared components.",
"type": "module",
"main": "dist/index.js",
Expand All @@ -20,7 +20,7 @@
"@aws-sdk/client-s3": "3.348.0",
"@datadog/datadog-api-client": "^1.16.0",
"@hapi/boom": "^10.0.1",
"@nangohq/node": "^0.39.25",
"@nangohq/node": "^0.39.26",
"@nangohq/utils": "file:../utils",
"@sentry/node": "^7.106.0",
"@temporalio/client": "^1.9.1",
Expand Down Expand Up @@ -63,7 +63,7 @@
"devDependencies": {
"@nangohq/logs": "file:../logs",
"@nangohq/records": "file:../records",
"@nangohq/types": "^0.39.25",
"@nangohq/types": "^0.39.26",
"@octokit/types": "^9.2.1",
"@types/amqplib": "^0.8.2",
"@types/cors": "^2.8.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nangohq/types",
"version": "0.39.25",
"version": "0.39.26",
"description": "Types used in Nango applications",
"type": "module",
"typings": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"@heroicons/react": "2.0.18",
"@mantine/core": "6.0.11",
"@mantine/prism": "5.10.5",
"@nangohq/frontend": "^0.39.25",
"@nangohq/frontend": "^0.39.26",
"@nangohq/server": "file:../server",
"@nangohq/types": "^0.39.25",
"@nangohq/types": "^0.39.26",
"@radix-ui/react-icons": "1.3.0",
"@sentry/react": "7.83.0",
"@tailwindcss/forms": "0.5.3",
Expand Down

0 comments on commit 594bb5e

Please sign in to comment.