Skip to content

Commit

Permalink
chore(release): 0.39.29 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Bot committed May 20, 2024
1 parent 4fae8a7 commit a76128d
Show file tree
Hide file tree
Showing 10 changed files with 55 additions and 30 deletions.
29 changes: 27 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,31 @@

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

## [0.39.28] - 2024-05-15
## [0.39.29] - 2024-05-20

### Added

- *(jobs)* [nan-919] reconcile temporal schedules (#2149)
- *(client)* Add user-agent, reuse http agent (#2153)
- [nan-919] only fix for paused and allow concurrent actions (#2165)
- *(scripts)* [nan-973] slack integration for each environment (#2168)
- Introduces the orchestra API and client (#2162)
- *(api)* [NAN-793] bulk metadata update api (#2145)

### Fixed

- *(action)* Debug empty response (#2160)
- *(api)* Handle invalid json payload (#2161)
- *(temporal)* [nan-919] more quiet logs and add in the previous note (#2164)
- *(getSyncs)* Should not join on action (#2167)
- *(persist)* Catch invalid payload early (#2166)
- *(temporal)* Should not be loaded for oauth install (#2151)
- *(temporal)* Handle error outside the scripts (#2163)
- Headers issues in sync (#2169)
- *(webapp)* [nan-968] when success if null it has a specific status (#2170)
- *(server)* [nan-990] hosted logic for sync tab (#2174)

## [v0.39.28] - 2024-05-15

### Added

Expand Down Expand Up @@ -1095,7 +1119,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.28]: https://github.com/NangoHQ/nango/compare/v0.39.27..0.39.28
[0.39.29]: https://github.com/NangoHQ/nango/compare/v0.39.28..0.39.29
[v0.39.28]: https://github.com/NangoHQ/nango/compare/v0.39.27..v0.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
Expand Down
30 changes: 15 additions & 15 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.28",
"version": "0.39.29",
"workspaces": [
"packages/cli",
"packages/shared",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nango",
"version": "0.39.28",
"version": "0.39.29",
"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.28",
"@nangohq/shared": "^0.39.29",
"@vercel/ncc": "^0.36.1",
"ajv": "^8.12.0",
"ajv-errors": "^3.0.0",
Expand Down Expand Up @@ -57,7 +57,7 @@
"@babel/core": "^7.22.1",
"@babel/preset-env": "^7.22.4",
"@babel/preset-typescript": "^7.21.5",
"@nangohq/types": "^0.39.28",
"@nangohq/types": "^0.39.29",
"@types/babel__traverse": "^7.20.1",
"@types/babel-traverse": "^6.25.7",
"@types/commander": "^2.12.2",
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.28",
"version": "0.39.29",
"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.28",
"version": "0.39.29",
"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.28",
"@nangohq/types": "^0.39.29",
"@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.28",
"version": "0.39.29",
"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.28",
"@nangohq/node": "^0.39.29",
"@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.28",
"@nangohq/types": "^0.39.29",
"@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.28",
"version": "0.39.29",
"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 @@ -34,9 +34,9 @@
"@heroicons/react": "2.0.18",
"@mantine/core": "7.9.0",
"@mantine/prism": "5.10.5",
"@nangohq/frontend": "^0.39.28",
"@nangohq/frontend": "^0.39.29",
"@nangohq/server": "file:../server",
"@nangohq/types": "^0.39.28",
"@nangohq/types": "^0.39.29",
"@radix-ui/react-dropdown-menu": "2.0.6",
"@radix-ui/react-icons": "1.3.0",
"@radix-ui/react-popover": "1.0.7",
Expand Down

0 comments on commit a76128d

Please sign in to comment.