Skip to content

Commit

Permalink
chore(release): 0.40.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Bot committed Jul 2, 2024
1 parent b39abb4 commit 192dc70
Show file tree
Hide file tree
Showing 11 changed files with 196 additions and 36 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [v0.40.9] - 2024-07-02

### Fixed

- *(integration-templates)* [nan-1298] unanet updates (#2438) by @khaliqgant
- Pinning CLI dependencies (#2439) by @TBonnin
- *(ui)* Integration table style + wording (#2435) by @bodinsamuel

## [v0.40.8] - 2024-07-02

### Added
Expand Down Expand Up @@ -1486,6 +1494,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.40.9]: https://github.com/NangoHQ/nango/compare/v0.40.8..v0.40.9
[v0.40.8]: https://github.com/NangoHQ/nango/compare/v0.40.7..v0.40.8
[v0.40.7]: https://github.com/NangoHQ/nango/compare/v0.40.6..v0.40.7
[v0.40.6]: https://github.com/NangoHQ/nango/compare/v0.40.5..v0.40.6
Expand Down
181 changes: 166 additions & 15 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nango",
"version": "0.40.8",
"version": "0.40.9",
"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.40.8",
"@nangohq/shared": "0.40.8",
"@nangohq/nango-yaml": "^0.40.9",
"@nangohq/shared": "^0.40.9",
"@swc/core": "^1.5.25",
"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.40.8",
"@nangohq/types": "^0.40.9",
"@types/babel__traverse": "^7.20.1",
"@types/babel-traverse": "^6.25.7",
"@types/commander": "^2.12.2",
Expand Down Expand Up @@ -90,4 +90,4 @@
"!**/*.json",
"README.md"
]
}
}
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.40.8",
"version": "0.40.9",
"description": "Nango's frontend library for OAuth handling.",
"type": "module",
"main": "dist/index.js",
Expand Down
Loading

0 comments on commit 192dc70

Please sign in to comment.