Skip to content

Commit

Permalink
chore(release): 0.39.28 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Bot committed May 15, 2024
1 parent 1ab07bb commit bb890a3
Show file tree
Hide file tree
Showing 10 changed files with 51 additions and 28 deletions.
27 changes: 25 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
28 changes: 14 additions & 14 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.27",
"version": "0.39.28",
"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.27",
"version": "0.39.28",
"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.27",
"@nangohq/shared": "^0.39.28",
"@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.27",
"version": "0.39.28",
"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.27",
"version": "0.39.28",
"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.27",
"@nangohq/types": "^0.39.28",
"@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.27",
"version": "0.39.28",
"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.27",
"@nangohq/node": "^0.39.28",
"@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.27",
"@nangohq/types": "^0.39.28",
"@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.27",
"version": "0.39.28",
"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": "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",
Expand Down

0 comments on commit bb890a3

Please sign in to comment.