Skip to content

Commit

Permalink
chore(release): 0.42.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Bot committed Oct 25, 2024
1 parent b5315af commit 83b033e
Show file tree
Hide file tree
Showing 11 changed files with 60 additions and 39 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

All notable changes to this project will be documented in this file.

## [v0.42.20] - 2024-10-25

### Added

- *(integrations)* Add support for dialpad sandbox (#2885) by @StephenCole19
- *(validations)* Add provider name and remove credentials and connection_config from interpolation checks (#2894) by @hassan254-prog
- *(integrations)* Add support for elevio (#2896) by @hassan254-prog
- *(integrations)* Add support for apaleo (#2898) by @hassan254-prog

### Changed

- *(integration-templates)* Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/5c830a77dc088a6bfa7b600caa59de7380c004c3 by Khaliq. Commit message: feat(datadog): datadog user operations (#72) by @github-actions[bot]
- *(integration-templates)* Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/bbc2526b09b3d55e1dfc9bba7cce78a13349e670 by Khaliq. Commit message: feat(sharepoint-improvements): Sharepoint improvements (#73) by @github-actions[bot]

### Fixed

- *(pagination)* Handle number cursor (#2886) by @bodinsamuel
- *(flows)* Endpoint deduplication conflict (#2887) by @bodinsamuel
- Use DD_SITE env var instead of hardcoded value (#2888) by @TBonnin

## [v0.42.19] - 2024-10-25

### Added
Expand Down Expand Up @@ -2129,6 +2149,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.42.20]: https://github.com/NangoHQ/nango/compare/v0.42.19..v0.42.20
[v0.42.19]: https://github.com/NangoHQ/nango/compare/v0.42.18..v0.42.19
[v0.42.18]: https://github.com/NangoHQ/nango/compare/v0.42.17..v0.42.18
[v0.42.17]: https://github.com/NangoHQ/nango/compare/v0.42.15..v0.42.17
Expand Down
42 changes: 21 additions & 21 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nango",
"version": "0.42.19",
"version": "0.42.20",
"description": "Nango's CLI tool.",
"type": "module",
"main": "dist/index.js",
Expand All @@ -24,8 +24,8 @@
"@babel/parser": "^7.22.5",
"@babel/traverse": "^7.22.5",
"@babel/types": "^7.22.5",
"@nangohq/nango-yaml": "^0.42.19",
"@nangohq/shared": "^0.42.19",
"@nangohq/nango-yaml": "^0.42.20",
"@nangohq/shared": "^0.42.20",
"@swc/core": "^1.5.25",
"ajv": "^8.12.0",
"ajv-errors": "^3.0.0",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@babel/core": "^7.22.1",
"@babel/preset-env": "^7.22.4",
"@babel/preset-typescript": "^7.21.5",
"@nangohq/types": "^0.42.19",
"@nangohq/types": "^0.42.20",
"@types/babel__traverse": "^7.20.1",
"@types/babel-traverse": "^6.25.7",
"@types/commander": "^2.12.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nangohq/frontend",
"version": "0.42.19",
"version": "0.42.20",
"description": "Nango's frontend library for OAuth handling.",
"type": "module",
"main": "dist/index.js",
Expand All @@ -15,7 +15,7 @@
"license": "SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY",
"scripts": {},
"devDependencies": {
"@nangohq/types": "^0.42.19"
"@nangohq/types": "^0.42.20"
},
"files": [
"dist/**/*.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/nango-yaml/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nangohq/nango-yaml",
"version": "0.42.19",
"version": "0.42.20",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -17,7 +17,7 @@
"ms": "3.0.0-canary.1"
},
"devDependencies": {
"@nangohq/types": "^0.42.19",
"@nangohq/types": "^0.42.20",
"vitest": "1.6.0"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/node-client/lib/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const NANGO_VERSION = '0.42.19';
export const NANGO_VERSION = '0.42.20';
4 changes: 2 additions & 2 deletions packages/node-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nangohq/node",
"version": "0.42.19",
"version": "0.42.20",
"description": "Nango's Node client.",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"README.md"
],
"devDependencies": {
"@nangohq/types": "^0.42.19",
"@nangohq/types": "^0.42.20",
"tsup": "^8.2.4",
"vitest": "1.6.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/lib/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const NANGO_VERSION = '0.42.19';
export const NANGO_VERSION = '0.42.20';
8 changes: 4 additions & 4 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nangohq/shared",
"version": "0.42.19",
"version": "0.42.20",
"description": "Nango's shared components.",
"type": "module",
"main": "dist/index.js",
Expand All @@ -22,8 +22,8 @@
"@datadog/datadog-api-client": "1.26.0",
"@hapi/boom": "^10.0.1",
"@nangohq/database": "file:../database",
"@nangohq/nango-yaml": "^0.42.19",
"@nangohq/node": "^0.42.19",
"@nangohq/nango-yaml": "^0.42.20",
"@nangohq/node": "^0.42.20",
"@nangohq/utils": "file:../utils",
"@sentry/node": "^7.106.0",
"ajv": "^8.12.0",
Expand Down Expand Up @@ -57,7 +57,7 @@
"@nangohq/logs": "file:../logs",
"@nangohq/nango-orchestrator": "file:../orchestrator",
"@nangohq/records": "file:../records",
"@nangohq/types": "^0.42.19",
"@nangohq/types": "^0.42.20",
"@nangohq/webhooks": "file:../webhooks",
"@sentry/types": "7.112.2",
"@types/braintree": "^3.3.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.42.19",
"version": "0.42.20",
"description": "Types used in Nango applications",
"type": "module",
"typings": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@heroicons/react": "2.1.5",
"@mantine/core": "7.12.1",
"@mantine/prism": "5.10.5",
"@nangohq/frontend": "^0.42.19",
"@nangohq/frontend": "^0.42.20",
"@nangohq/server": "file:../server",
"@nangohq/types": "file:../types",
"@radix-ui/react-dialog": "1.1.1",
Expand Down

0 comments on commit 83b033e

Please sign in to comment.