diff --git a/CHANGELOG.md b/CHANGELOG.md index 234b2c6bfed..02b5cf3cc27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,48 @@ All notable changes to this project will be documented in this file. +## [v0.46.1] - 2024-12-06 + +### Added + +- *(providers-yaml)* Add automated for additional salesforce (#3102) by @khaliqgant +- *(integration-templates)* Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/5f28b046494e2ddaaa522bcb75bfaf78fe71db22 by Hassan_Wari. Commit message: fix(front): add cursor in request param for pagination (#135) by @github-actions[bot] +- *(connect)* Allow passing oauth_scopes (#3104) by @bodinsamuel +- *(ui)* New create connection page (#3072) by @bodinsamuel +- *(integrations)* Add API rate limiting to Front (#3101) by @hassan254-prog +- *(sdk)* Add getIntegration (#3112) by @bodinsamuel +- *(integrations)* Add support for eBay (#3099) by @cassanelligiovanni +- *(integration-templates)* Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/17524b41a6acfe231713f26144048818893bdd87 by Khaliq. Commit message: fix(xero): add tenant id logic (#138) by @github-actions[bot] +- *(scopes)* [nan-2284] Add a few more default scopes (#3117) by @khaliqgant +- Introducing the fleet package (#3105) by @TBonnin +- *(fleet)* Add control loop and state management (#3116) by @TBonnin +- *(cli)* Take request headers, params, and body into account when saving responses (#3098) by @nalanj + +### Changed + +- *(integration-templates)* Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/ef8abf3a9f6bd5c1e1afab8dc384036c66566713 by Daniel Roy Lwetabe. Commit message: feat(pennylane): Make penny lane syncs and actions into public templates (#127) by @github-actions[bot] +- *(integration-templates)* Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/06bf1271d4b2d7d4226f69a78d0883c51ae7f6f0 by Khaliq. Commit message: feat(avalara): Add avalara syncs and actions (#133) by @github-actions[bot] +- *(integration-templates)* Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/5fcc1c01fea5ae1d5dccc813b531e23d01eca301 by nalanj. Commit message: feat(zoom): Add support for recordings (#128) by @github-actions[bot] +- Fix Google drive docs (#3123) by @rguldener + +### Fixed + +- *(integration-templates)* Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/cd7fcfb034ccb38b450c3c0b235a01c650bc2585 by Khaliq. Commit message: fix(lever-ashby) yaml cleanup (#131) by @github-actions[bot] +- *(server)* Load errorLog regardless of credential refresh result (#3103) by @nalanj +- *(proxy)* Handle more content-disposition edge cases (#3100) by @hassan254-prog +- *(integration-templates)* Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/fe1184f19c3f580a309f7135699adf788e76695a by Khaliq. Commit message: fix(lever): more cleanup of endpoints (#134) by @github-actions[bot] +- *(providers)* Improve validation for connect (#3109) by @bodinsamuel +- *(providers)* Enforce lowercase headers, enforce categories by @bodinsamuel +- *(providers)* Greenhouse api domain wording (#3111) by @bodinsamuel +- *(integration-templates)* Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/8216083d27fa01d8af5b65a008f8a7375cb6f702 by Khaliq. Commit message: fix(lever): fix typo (#137) by @github-actions[bot] +- *(logos)* Add white background on white logo, add better version when possible (#3114) by @bodinsamuel +- *(connect)* Enforce allowedIntegrations and connectionConfig (#3113) by @bodinsamuel +- *(linear-retries)* [nan-2309] handle linear case (#3108) by @khaliqgant +- *(providers)* Enforce lowercase headers, enforce categories (#3110) by @bodinsamuel +- *(tests)* Fix broken integration test that never fails in CI (#3115) by @nalanj +- *(integration-templates)* Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/0ac7606862b0d3540c6ae408a5061acf0f76d821 by Khaliq. Commit message: fix(xero): bump versions (#139) by @github-actions[bot] +- *(integration-templates)* Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/7d5d23cbb387b51cbc17c351c8203492e8a731a2 by Khaliq. Commit message: fix(xero): clean up scopes (#140) by @github-actions[bot] + ## [v0.46.0] - 2024-12-03 ### Added @@ -2455,6 +2497,7 @@ All notable changes to this project will be documented in this file. - Update Zendesk Chat configuration file (#161) by @Frenchcooc - APIs using client_credentials as grant type (#165) by @Frenchcooc +[v0.46.1]: https://github.com/NangoHQ/nango/compare/v0.46.0..v0.46.1 [v0.46.0]: https://github.com/NangoHQ/nango/compare/v0.45.1..v0.46.0 [v0.45.1]: https://github.com/NangoHQ/nango/compare/v0.45.0..v0.45.1 [v0.45.0]: https://github.com/NangoHQ/nango/compare/v0.44.0..v0.45.0 diff --git a/package-lock.json b/package-lock.json index 36b79bed02f..0d890ce13ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34900,14 +34900,14 @@ }, "packages/cli": { "name": "nango", - "version": "0.46.0", + "version": "0.46.1", "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", - "@nangohq/nango-yaml": "0.46.0", - "@nangohq/shared": "^0.46.0", + "@nangohq/nango-yaml": "0.46.1", + "@nangohq/shared": "^0.46.1", "@swc/core": "^1.5.25", "ajv": "^8.12.0", "ajv-errors": "^3.0.0", @@ -34940,7 +34940,7 @@ "@babel/core": "^7.22.1", "@babel/preset-env": "^7.22.4", "@babel/preset-typescript": "^7.21.5", - "@nangohq/types": "0.46.0", + "@nangohq/types": "0.46.1", "@types/babel__traverse": "^7.20.1", "@types/babel-traverse": "^6.25.7", "@types/commander": "^2.12.2", @@ -35221,6 +35221,7 @@ } }, "packages/fleet": { + "name": "@nangohq/fleet", "version": "1.0.0", "dependencies": { "@nangohq/utils": "file:../utils", @@ -35233,10 +35234,10 @@ }, "packages/frontend": { "name": "@nangohq/frontend", - "version": "0.46.0", + "version": "0.46.1", "license": "SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY", "devDependencies": { - "@nangohq/types": "0.46.0" + "@nangohq/types": "0.46.1" } }, "packages/integration-template-tests": { @@ -35565,13 +35566,13 @@ }, "packages/nango-yaml": { "name": "@nangohq/nango-yaml", - "version": "0.46.0", + "version": "0.46.1", "dependencies": { "js-yaml": "^4.1.0", "ms": "3.0.0-canary.1" }, "devDependencies": { - "@nangohq/types": "0.46.0", + "@nangohq/types": "0.46.1", "vitest": "1.6.0" } }, @@ -35584,13 +35585,13 @@ }, "packages/node-client": { "name": "@nangohq/node", - "version": "0.46.0", + "version": "0.46.1", "license": "SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY", "dependencies": { "axios": "^1.7.4" }, "devDependencies": { - "@nangohq/types": "0.46.0", + "@nangohq/types": "0.46.1", "tsup": "^8.2.4", "vitest": "1.6.0" }, @@ -35917,7 +35918,7 @@ }, "packages/shared": { "name": "@nangohq/shared", - "version": "0.46.0", + "version": "0.46.1", "bundleDependencies": [ "@nangohq/utils", "@nangohq/database" @@ -35928,8 +35929,8 @@ "@datadog/datadog-api-client": "1.26.0", "@hapi/boom": "^10.0.1", "@nangohq/database": "file:../database", - "@nangohq/nango-yaml": "0.46.0", - "@nangohq/node": "^0.46.0", + "@nangohq/nango-yaml": "0.46.1", + "@nangohq/node": "^0.46.1", "@nangohq/utils": "file:../utils", "@sentry/node": "^7.119.2", "ajv": "^8.12.0", @@ -35957,7 +35958,7 @@ "devDependencies": { "@nangohq/logs": "file:../logs", "@nangohq/nango-orchestrator": "file:../orchestrator", - "@nangohq/types": "0.46.0", + "@nangohq/types": "0.46.1", "@sentry/types": "7.112.2", "@types/braintree": "^3.3.12", "@types/js-yaml": "^4.0.5", @@ -35981,7 +35982,7 @@ "packages/shared/node_modules/@nangohq/database": { "version": "1.0.0", "resolved": "file:packages/shared/vendor/nangohq-database-1.0.0.tgz", - "integrity": "sha512-WGm5P02BPk3G0GVYrmnJUmJj6d5gwI6wG1UYkjS5ba6mezcz501ikT3Hc5JnyO2guP0agAMVil/gd816rpUp8g==", + "integrity": "sha512-B0s3H6ew/ht3muYcS8hOPmndQpD1R3X9s8v1LpJPTgYNldsnbvrQDn1y3WeTY1mxB4CrE6wJG3B4H6PUhfMD4A==", "bundleDependencies": [ "@nangohq/utils", "js-yaml", @@ -36135,11 +36136,11 @@ } }, "packages/shared/node_modules/@nangohq/database/node_modules/@nangohq/utils/node_modules/@opentelemetry/core": { - "version": "1.28.0", + "version": "1.29.0", "inBundle": true, "license": "Apache-2.0", "dependencies": { - "@opentelemetry/semantic-conventions": "1.27.0" + "@opentelemetry/semantic-conventions": "1.28.0" }, "engines": { "node": ">=14" @@ -36149,7 +36150,7 @@ } }, "packages/shared/node_modules/@nangohq/database/node_modules/@nangohq/utils/node_modules/@opentelemetry/semantic-conventions": { - "version": "1.27.0", + "version": "1.28.0", "inBundle": true, "license": "Apache-2.0", "engines": { @@ -36264,7 +36265,7 @@ "license": "MIT" }, "packages/shared/node_modules/@nangohq/database/node_modules/@nangohq/utils/node_modules/axios": { - "version": "1.7.8", + "version": "1.7.9", "inBundle": true, "license": "MIT", "dependencies": { @@ -36552,7 +36553,7 @@ } }, "packages/shared/node_modules/@nangohq/database/node_modules/@nangohq/utils/node_modules/import-in-the-middle": { - "version": "1.11.2", + "version": "1.11.3", "inBundle": true, "license": "Apache-2.0", "dependencies": { @@ -36758,7 +36759,7 @@ } }, "packages/shared/node_modules/@nangohq/database/node_modules/@nangohq/utils/node_modules/path-to-regexp": { - "version": "0.1.11", + "version": "0.1.12", "inBundle": true, "license": "MIT" }, @@ -37556,11 +37557,11 @@ } }, "packages/shared/node_modules/@nangohq/utils/node_modules/@opentelemetry/core": { - "version": "1.28.0", + "version": "1.29.0", "inBundle": true, "license": "Apache-2.0", "dependencies": { - "@opentelemetry/semantic-conventions": "1.27.0" + "@opentelemetry/semantic-conventions": "1.28.0" }, "engines": { "node": ">=14" @@ -37570,7 +37571,7 @@ } }, "packages/shared/node_modules/@nangohq/utils/node_modules/@opentelemetry/semantic-conventions": { - "version": "1.27.0", + "version": "1.28.0", "inBundle": true, "license": "Apache-2.0", "engines": { @@ -37663,11 +37664,37 @@ "acorn": "^8" } }, + "packages/shared/node_modules/@nangohq/utils/node_modules/agent-base": { + "version": "7.1.1", + "inBundle": true, + "license": "MIT", + "dependencies": { + "debug": "^4.3.4" + }, + "engines": { + "node": ">= 14" + } + }, "packages/shared/node_modules/@nangohq/utils/node_modules/async": { "version": "3.2.6", "inBundle": true, "license": "MIT" }, + "packages/shared/node_modules/@nangohq/utils/node_modules/asynckit": { + "version": "0.4.0", + "inBundle": true, + "license": "MIT" + }, + "packages/shared/node_modules/@nangohq/utils/node_modules/axios": { + "version": "1.7.9", + "inBundle": true, + "license": "MIT", + "dependencies": { + "follow-redirects": "^1.15.6", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" + } + }, "packages/shared/node_modules/@nangohq/utils/node_modules/cjs-module-lexer": { "version": "1.4.1", "inBundle": true, @@ -37713,6 +37740,17 @@ "text-hex": "1.0.x" } }, + "packages/shared/node_modules/@nangohq/utils/node_modules/combined-stream": { + "version": "1.0.8", + "inBundle": true, + "license": "MIT", + "dependencies": { + "delayed-stream": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, "packages/shared/node_modules/@nangohq/utils/node_modules/crypto-randomuuid": { "version": "1.0.0", "inBundle": true, @@ -37766,6 +37804,27 @@ "node": ">=18" } }, + "packages/shared/node_modules/@nangohq/utils/node_modules/debug": { + "version": "4.3.7", + "inBundle": true, + "license": "MIT", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "packages/shared/node_modules/@nangohq/utils/node_modules/debug/node_modules/ms": { + "version": "2.1.3", + "inBundle": true, + "license": "MIT" + }, "packages/shared/node_modules/@nangohq/utils/node_modules/delay": { "version": "5.0.0", "inBundle": true, @@ -37777,6 +37836,14 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "packages/shared/node_modules/@nangohq/utils/node_modules/delayed-stream": { + "version": "1.0.0", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=0.4.0" + } + }, "packages/shared/node_modules/@nangohq/utils/node_modules/detect-newline": { "version": "3.1.0", "inBundle": true, @@ -37795,6 +37862,16 @@ "inBundle": true, "license": "MIT" }, + "packages/shared/node_modules/@nangohq/utils/node_modules/exponential-backoff": { + "version": "3.1.1", + "inBundle": true, + "license": "Apache-2.0" + }, + "packages/shared/node_modules/@nangohq/utils/node_modules/fast-safe-stringify": { + "version": "2.1.1", + "inBundle": true, + "license": "MIT" + }, "packages/shared/node_modules/@nangohq/utils/node_modules/fecha": { "version": "4.2.3", "inBundle": true, @@ -37805,6 +37882,70 @@ "inBundle": true, "license": "MIT" }, + "packages/shared/node_modules/@nangohq/utils/node_modules/follow-redirects": { + "version": "1.15.9", + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/RubenVerborgh" + } + ], + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=4.0" + }, + "peerDependenciesMeta": { + "debug": { + "optional": true + } + } + }, + "packages/shared/node_modules/@nangohq/utils/node_modules/form-data": { + "version": "4.0.1", + "inBundle": true, + "license": "MIT", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 6" + } + }, + "packages/shared/node_modules/@nangohq/utils/node_modules/guess-json-indent": { + "version": "3.0.0", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=18.18.0" + } + }, + "packages/shared/node_modules/@nangohq/utils/node_modules/http-proxy-agent": { + "version": "7.0.2", + "inBundle": true, + "license": "MIT", + "dependencies": { + "agent-base": "^7.1.0", + "debug": "^4.3.4" + }, + "engines": { + "node": ">= 14" + } + }, + "packages/shared/node_modules/@nangohq/utils/node_modules/https-proxy-agent": { + "version": "7.0.4", + "inBundle": true, + "license": "MIT", + "dependencies": { + "agent-base": "^7.0.2", + "debug": "4" + }, + "engines": { + "node": ">= 14" + } + }, "packages/shared/node_modules/@nangohq/utils/node_modules/ieee754": { "version": "1.2.1", "funding": [ @@ -37833,7 +37974,7 @@ } }, "packages/shared/node_modules/@nangohq/utils/node_modules/import-in-the-middle": { - "version": "1.11.2", + "version": "1.11.3", "inBundle": true, "license": "Apache-2.0", "dependencies": { @@ -37938,6 +38079,25 @@ "node": ">=12" } }, + "packages/shared/node_modules/@nangohq/utils/node_modules/mime-db": { + "version": "1.52.0", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "packages/shared/node_modules/@nangohq/utils/node_modules/mime-types": { + "version": "2.1.35", + "inBundle": true, + "license": "MIT", + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, "packages/shared/node_modules/@nangohq/utils/node_modules/module-details-from-path": { "version": "1.0.3", "inBundle": true, @@ -38020,7 +38180,7 @@ } }, "packages/shared/node_modules/@nangohq/utils/node_modules/path-to-regexp": { - "version": "0.1.11", + "version": "0.1.12", "inBundle": true, "license": "MIT" }, @@ -38052,6 +38212,11 @@ "node": ">=12.0.0" } }, + "packages/shared/node_modules/@nangohq/utils/node_modules/proxy-from-env": { + "version": "1.1.0", + "inBundle": true, + "license": "MIT" + }, "packages/shared/node_modules/@nangohq/utils/node_modules/readable-stream": { "version": "3.6.2", "inBundle": true, @@ -38168,6 +38333,22 @@ "safe-buffer": "~5.2.0" } }, + "packages/shared/node_modules/@nangohq/utils/node_modules/string-byte-length": { + "version": "3.0.0", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=18.18.0" + } + }, + "packages/shared/node_modules/@nangohq/utils/node_modules/string-byte-slice": { + "version": "3.0.0", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=18.18.0" + } + }, "packages/shared/node_modules/@nangohq/utils/node_modules/text-hex": { "version": "1.0.0", "inBundle": true, @@ -38186,6 +38367,19 @@ "node": ">= 14.0.0" } }, + "packages/shared/node_modules/@nangohq/utils/node_modules/truncate-json": { + "version": "3.0.0", + "inBundle": true, + "license": "MIT", + "dependencies": { + "guess-json-indent": "^3.0.0", + "string-byte-length": "^3.0.0", + "string-byte-slice": "^3.0.0" + }, + "engines": { + "node": ">=18.18.0" + } + }, "packages/shared/node_modules/@nangohq/utils/node_modules/type-fest": { "version": "2.19.0", "inBundle": true, @@ -38486,7 +38680,7 @@ }, "packages/types": { "name": "@nangohq/types", - "version": "0.46.0", + "version": "0.46.1", "license": "SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY", "devDependencies": { "@types/json-schema": "7.0.15", @@ -38597,7 +38791,7 @@ "@heroicons/react": "2.1.5", "@mantine/core": "7.12.1", "@mantine/prism": "5.10.5", - "@nangohq/frontend": "^0.46.0", + "@nangohq/frontend": "^0.46.1", "@nangohq/server": "file:../server", "@nangohq/types": "file:../types", "@radix-ui/react-avatar": "1.1.1", diff --git a/packages/cli/lib/version.ts b/packages/cli/lib/version.ts index 5036d0eef2e..26b5e8a6991 100644 --- a/packages/cli/lib/version.ts +++ b/packages/cli/lib/version.ts @@ -1 +1 @@ -export const NANGO_VERSION = '0.46.0'; +export const NANGO_VERSION = '0.46.1'; diff --git a/packages/cli/package.json b/packages/cli/package.json index b5e9458e165..e311131ec56 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "nango", - "version": "0.46.0", + "version": "0.46.1", "description": "Nango's CLI tool.", "type": "module", "main": "dist/index.js", @@ -24,8 +24,8 @@ "@babel/parser": "^7.22.5", "@babel/traverse": "^7.22.5", "@babel/types": "^7.22.5", - "@nangohq/nango-yaml": "0.46.0", - "@nangohq/shared": "^0.46.0", + "@nangohq/nango-yaml": "0.46.1", + "@nangohq/shared": "^0.46.1", "@swc/core": "^1.5.25", "ajv": "^8.12.0", "ajv-errors": "^3.0.0", @@ -55,7 +55,7 @@ "@babel/core": "^7.22.1", "@babel/preset-env": "^7.22.4", "@babel/preset-typescript": "^7.21.5", - "@nangohq/types": "0.46.0", + "@nangohq/types": "0.46.1", "@types/babel__traverse": "^7.20.1", "@types/babel-traverse": "^6.25.7", "@types/commander": "^2.12.2", diff --git a/packages/frontend/package.json b/packages/frontend/package.json index 66d4cb731f7..437a2188e1b 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@nangohq/frontend", - "version": "0.46.0", + "version": "0.46.1", "description": "Nango's frontend library for OAuth handling.", "type": "module", "main": "dist/index.js", @@ -15,7 +15,7 @@ "license": "SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY", "scripts": {}, "devDependencies": { - "@nangohq/types": "0.46.0" + "@nangohq/types": "0.46.1" }, "files": [ "dist/**/*.js", diff --git a/packages/nango-yaml/package.json b/packages/nango-yaml/package.json index 52a5c8282c6..0b4c0e93841 100644 --- a/packages/nango-yaml/package.json +++ b/packages/nango-yaml/package.json @@ -1,6 +1,6 @@ { "name": "@nangohq/nango-yaml", - "version": "0.46.0", + "version": "0.46.1", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -17,7 +17,7 @@ "ms": "3.0.0-canary.1" }, "devDependencies": { - "@nangohq/types": "0.46.0", + "@nangohq/types": "0.46.1", "vitest": "1.6.0" }, "files": [ diff --git a/packages/node-client/lib/version.ts b/packages/node-client/lib/version.ts index 5036d0eef2e..26b5e8a6991 100644 --- a/packages/node-client/lib/version.ts +++ b/packages/node-client/lib/version.ts @@ -1 +1 @@ -export const NANGO_VERSION = '0.46.0'; +export const NANGO_VERSION = '0.46.1'; diff --git a/packages/node-client/package.json b/packages/node-client/package.json index d75ae31f8e7..418a491031c 100644 --- a/packages/node-client/package.json +++ b/packages/node-client/package.json @@ -1,6 +1,6 @@ { "name": "@nangohq/node", - "version": "0.46.0", + "version": "0.46.1", "description": "Nango's Node client.", "type": "module", "main": "dist/index.js", @@ -36,7 +36,7 @@ "README.md" ], "devDependencies": { - "@nangohq/types": "0.46.0", + "@nangohq/types": "0.46.1", "tsup": "^8.2.4", "vitest": "1.6.0" } diff --git a/packages/shared/lib/version.ts b/packages/shared/lib/version.ts index 5036d0eef2e..26b5e8a6991 100644 --- a/packages/shared/lib/version.ts +++ b/packages/shared/lib/version.ts @@ -1 +1 @@ -export const NANGO_VERSION = '0.46.0'; +export const NANGO_VERSION = '0.46.1'; diff --git a/packages/shared/package.json b/packages/shared/package.json index 23191c0547b..71abac34bec 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@nangohq/shared", - "version": "0.46.0", + "version": "0.46.1", "description": "Nango's shared components.", "type": "module", "main": "dist/index.js", @@ -22,8 +22,8 @@ "@datadog/datadog-api-client": "1.26.0", "@hapi/boom": "^10.0.1", "@nangohq/database": "file:../database", - "@nangohq/nango-yaml": "0.46.0", - "@nangohq/node": "^0.46.0", + "@nangohq/nango-yaml": "0.46.1", + "@nangohq/node": "^0.46.1", "@nangohq/utils": "file:../utils", "@sentry/node": "^7.119.2", "ajv": "^8.12.0", @@ -55,7 +55,7 @@ "devDependencies": { "@nangohq/logs": "file:../logs", "@nangohq/nango-orchestrator": "file:../orchestrator", - "@nangohq/types": "0.46.0", + "@nangohq/types": "0.46.1", "@sentry/types": "7.112.2", "@types/braintree": "^3.3.12", "@types/js-yaml": "^4.0.5", diff --git a/packages/types/package.json b/packages/types/package.json index 728114e92f7..347d5f642c0 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@nangohq/types", - "version": "0.46.0", + "version": "0.46.1", "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 2ecc4d22222..320d2ddf7eb 100644 --- a/packages/webapp/package.json +++ b/packages/webapp/package.json @@ -35,7 +35,7 @@ "@heroicons/react": "2.1.5", "@mantine/core": "7.12.1", "@mantine/prism": "5.10.5", - "@nangohq/frontend": "^0.46.0", + "@nangohq/frontend": "^0.46.1", "@nangohq/server": "file:../server", "@nangohq/types": "file:../types", "@radix-ui/react-avatar": "1.1.1",