From bb890a3ea9102e51dcee22f2ceb6b8e9f0cf2fc6 Mon Sep 17 00:00:00 2001 From: Release Bot Date: Wed, 15 May 2024 12:52:42 +0000 Subject: [PATCH] chore(release): 0.39.28 [skip ci] --- CHANGELOG.md | 27 +++++++++++++++++++++++++-- package-lock.json | 28 ++++++++++++++-------------- package.json | 2 +- packages/cli/package.json | 4 ++-- packages/frontend/package.json | 2 +- packages/node-client/package.json | 2 +- packages/server/package.json | 2 +- packages/shared/package.json | 6 +++--- packages/types/package.json | 2 +- packages/webapp/package.json | 4 ++-- 10 files changed, 51 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79b9c95894b..3d9261cc620 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,29 @@ All notable changes to this project will be documented in this file. -## [0.39.27] - 2024-05-13 +## [0.39.28] - 2024-05-15 + +### Added + +- *(db)* Add ability to change schema name (#2126) +- *(orchestration)* Introducing the scheduler (#2132) +- *(db)* Add extensions to search_path (#2143) +- *(webapp)* [nan-839] add secondary url (#2135) +- [nan-851] improve query to use the nango_config_id (#2124) +- *(logs)* GET /logs/operations/:operationId (#2156) +- *(cli)* [nan-918] exit deploy if not everything compiled successfully (#2158) + +### Fixed + +- *(action)* Logs ActionError in activities (#2148) +- *(db)* Backfill secret key hash (#2134) +- *(action)* Log all errors +- *(env)* Correctly parse db-schemas (#2154) +- *(oauth)* [nan-934] fix public key lookup (#2157) +- *(ui)* Env switching issue (#2152) +- *(webapp)* [nan-943] fix API reference for multi models (#2159) + +## [v0.39.27] - 2024-05-13 ### Added @@ -1073,7 +1095,8 @@ All notable changes to this project will be documented in this file. - Update Zendesk Chat configuration file (#161) - APIs using client_credentials as grant type (#165) -[0.39.27]: https://github.com/NangoHQ/nango/compare/v0.39.26..0.39.27 +[0.39.28]: https://github.com/NangoHQ/nango/compare/v0.39.27..0.39.28 +[v0.39.27]: https://github.com/NangoHQ/nango/compare/v0.39.26..v0.39.27 [v0.39.26]: https://github.com/NangoHQ/nango/compare/v0.39.25..v0.39.26 [v0.39.25]: https://github.com/NangoHQ/nango/compare/v0.39.24..v0.39.25 [v0.39.24]: https://github.com/NangoHQ/nango/compare/v0.39.23..v0.39.24 diff --git a/package-lock.json b/package-lock.json index 7209ad50c3e..9e3c5eccc4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nangohq/nango", - "version": "0.39.27", + "version": "0.39.28", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nangohq/nango", - "version": "0.39.27", + "version": "0.39.28", "workspaces": [ "packages/cli", "packages/shared", @@ -30821,14 +30821,14 @@ }, "packages/cli": { "name": "nango", - "version": "0.39.27", + "version": "0.39.28", "license": "SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY", "dependencies": { "@babel/parser": "^7.22.5", "@babel/traverse": "^7.22.5", "@babel/types": "^7.22.5", "@inquirer/prompts": "^2.3.0", - "@nangohq/shared": "^0.39.27", + "@nangohq/shared": "^0.39.28", "@vercel/ncc": "^0.36.1", "ajv": "^8.12.0", "ajv-errors": "^3.0.0", @@ -31849,7 +31849,7 @@ }, "packages/frontend": { "name": "@nangohq/frontend", - "version": "0.39.27", + "version": "0.39.28", "license": "SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY" }, "packages/internals": { @@ -31929,7 +31929,7 @@ }, "packages/node-client": { "name": "@nangohq/node", - "version": "0.39.27", + "version": "0.39.28", "license": "SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY", "dependencies": { "axios": "^1.2.0" @@ -32060,7 +32060,7 @@ "@nangohq/logs": "file:../logs", "@nangohq/records": "file:../records", "@nangohq/shared": "file:../shared", - "@nangohq/types": "^0.39.27", + "@nangohq/types": "^0.39.28", "@nangohq/utils": "file:../utils", "@workos-inc/node": "^6.2.0", "axios": "^1.3.4", @@ -32123,7 +32123,7 @@ }, "packages/shared": { "name": "@nangohq/shared", - "version": "0.39.27", + "version": "0.39.28", "bundleDependencies": [ "@nangohq/utils" ], @@ -32132,7 +32132,7 @@ "@aws-sdk/client-s3": "3.348.0", "@datadog/datadog-api-client": "^1.16.0", "@hapi/boom": "^10.0.1", - "@nangohq/node": "^0.39.27", + "@nangohq/node": "^0.39.28", "@nangohq/utils": "file:../utils", "@sentry/node": "^7.106.0", "@temporalio/client": "^1.9.1", @@ -32171,7 +32171,7 @@ "devDependencies": { "@nangohq/logs": "file:../logs", "@nangohq/records": "file:../records", - "@nangohq/types": "^0.39.27", + "@nangohq/types": "^0.39.28", "@octokit/types": "^9.2.1", "@types/amqplib": "^0.8.2", "@types/cors": "^2.8.12", @@ -32391,7 +32391,7 @@ "license": "BSD-3-Clause" }, "packages/shared/node_modules/@nangohq/utils/node_modules/@types/node": { - "version": "20.12.11", + "version": "20.12.12", "inBundle": true, "license": "MIT", "dependencies": { @@ -33249,7 +33249,7 @@ }, "packages/types": { "name": "@nangohq/types", - "version": "0.39.27", + "version": "0.39.28", "license": "SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY" }, "packages/utils": { @@ -33294,9 +33294,9 @@ "@heroicons/react": "2.0.18", "@mantine/core": "7.9.0", "@mantine/prism": "5.10.5", - "@nangohq/frontend": "^0.39.27", + "@nangohq/frontend": "^0.39.28", "@nangohq/server": "file:../server", - "@nangohq/types": "^0.39.27", + "@nangohq/types": "^0.39.28", "@radix-ui/react-dropdown-menu": "2.0.6", "@radix-ui/react-icons": "1.3.0", "@radix-ui/react-popover": "1.0.7", diff --git a/package.json b/package.json index 49754f5f1bd..11cc045be1f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nangohq/nango", "type": "module", - "version": "0.39.27", + "version": "0.39.28", "workspaces": [ "packages/cli", "packages/shared", diff --git a/packages/cli/package.json b/packages/cli/package.json index a1fd0b63a10..93902e3f3f8 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "nango", - "version": "0.39.27", + "version": "0.39.28", "description": "Nango's CLI tool.", "type": "module", "main": "dist/index.js", @@ -27,7 +27,7 @@ "@babel/traverse": "^7.22.5", "@babel/types": "^7.22.5", "@inquirer/prompts": "^2.3.0", - "@nangohq/shared": "^0.39.27", + "@nangohq/shared": "^0.39.28", "@vercel/ncc": "^0.36.1", "ajv": "^8.12.0", "ajv-errors": "^3.0.0", diff --git a/packages/frontend/package.json b/packages/frontend/package.json index c26c2528a70..8f549d40c4b 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@nangohq/frontend", - "version": "0.39.27", + "version": "0.39.28", "description": "Nango's frontend library for OAuth handling.", "type": "module", "main": "dist/index.js", diff --git a/packages/node-client/package.json b/packages/node-client/package.json index 11043f1717e..dd591273e12 100644 --- a/packages/node-client/package.json +++ b/packages/node-client/package.json @@ -1,6 +1,6 @@ { "name": "@nangohq/node", - "version": "0.39.27", + "version": "0.39.28", "description": "Nango's Node client.", "type": "module", "main": "dist/index.js", diff --git a/packages/server/package.json b/packages/server/package.json index dd3a38ae1b4..9a2826c89c5 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -27,7 +27,7 @@ "@nangohq/logs": "file:../logs", "@nangohq/records": "file:../records", "@nangohq/shared": "file:../shared", - "@nangohq/types": "^0.39.27", + "@nangohq/types": "^0.39.28", "@nangohq/utils": "file:../utils", "@workos-inc/node": "^6.2.0", "axios": "^1.3.4", diff --git a/packages/shared/package.json b/packages/shared/package.json index c8469719c50..2a5b869154d 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@nangohq/shared", - "version": "0.39.27", + "version": "0.39.28", "description": "Nango's shared components.", "type": "module", "main": "dist/index.js", @@ -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.27", + "@nangohq/node": "^0.39.28", "@nangohq/utils": "file:../utils", "@sentry/node": "^7.106.0", "@temporalio/client": "^1.9.1", @@ -63,7 +63,7 @@ "devDependencies": { "@nangohq/logs": "file:../logs", "@nangohq/records": "file:../records", - "@nangohq/types": "^0.39.27", + "@nangohq/types": "^0.39.28", "@octokit/types": "^9.2.1", "@types/amqplib": "^0.8.2", "@types/cors": "^2.8.12", diff --git a/packages/types/package.json b/packages/types/package.json index 248630a73de..a8a305fffaf 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@nangohq/types", - "version": "0.39.27", + "version": "0.39.28", "description": "Types used in Nango applications", "type": "module", "typings": "dist/index.d.ts", diff --git a/packages/webapp/package.json b/packages/webapp/package.json index 1e0def761f7..27dda0d641a 100644 --- a/packages/webapp/package.json +++ b/packages/webapp/package.json @@ -33,9 +33,9 @@ "@heroicons/react": "2.0.18", "@mantine/core": "7.9.0", "@mantine/prism": "5.10.5", - "@nangohq/frontend": "^0.39.27", + "@nangohq/frontend": "^0.39.28", "@nangohq/server": "file:../server", - "@nangohq/types": "^0.39.27", + "@nangohq/types": "^0.39.28", "@radix-ui/react-dropdown-menu": "2.0.6", "@radix-ui/react-icons": "1.3.0", "@radix-ui/react-popover": "1.0.7",