Skip to content

Commit

Permalink
chore(release): 0.42.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Bot committed Sep 3, 2024
1 parent 2e119f3 commit c024cd9
Show file tree
Hide file tree
Showing 11 changed files with 47 additions and 32 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

## [v0.42.8] - 2024-09-03

### Added

- *(internal-script-development)* [nan-1629] add internal deploy logic (#2655) by @khaliqgant

### Changed

- Correctly document basic auth (#2664) by @bodinsamuel

### Fixed

- *(slack)* Log operation to admin account only (#2668) by @bodinsamuel

## [v0.42.7] - 2024-09-02

### Added
Expand Down Expand Up @@ -1793,6 +1807,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.8]: https://github.com/NangoHQ/nango/compare/v0.42.7..v0.42.8
[v0.42.7]: https://github.com/NangoHQ/nango/compare/v0.42.6..v0.42.7
[v0.42.6]: https://github.com/NangoHQ/nango/compare/v0.42.5..v0.42.6
[v0.42.5]: https://github.com/NangoHQ/nango/compare/v0.42.4..v0.42.5
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.

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.7",
"version": "0.42.8",
"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.7",
"@nangohq/shared": "^0.42.7",
"@nangohq/nango-yaml": "^0.42.8",
"@nangohq/shared": "^0.42.8",
"@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.7",
"@nangohq/types": "^0.42.8",
"@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.42.7",
"version": "0.42.8",
"description": "Nango's frontend library for OAuth handling.",
"type": "module",
"main": "dist/index.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.7",
"version": "0.42.8",
"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.7",
"@nangohq/types": "^0.42.8",
"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.7';
export const NANGO_VERSION = '0.42.8';
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.7",
"version": "0.42.8",
"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.7",
"@nangohq/types": "^0.42.8",
"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.7';
export const NANGO_VERSION = '0.42.8';
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.7",
"version": "0.42.8",
"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.7",
"@nangohq/node": "^0.42.7",
"@nangohq/nango-yaml": "^0.42.8",
"@nangohq/node": "^0.42.8",
"@nangohq/utils": "file:../utils",
"@sentry/node": "^7.106.0",
"ajv": "^8.12.0",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@nangohq/logs": "file:../logs",
"@nangohq/nango-orchestrator": "file:../orchestrator",
"@nangohq/records": "file:../records",
"@nangohq/types": "^0.42.7",
"@nangohq/types": "^0.42.8",
"@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.7",
"version": "0.42.8",
"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.7",
"@nangohq/frontend": "^0.42.8",
"@nangohq/server": "file:../server",
"@nangohq/types": "file:../types",
"@radix-ui/react-dialog": "1.1.1",
Expand Down

0 comments on commit c024cd9

Please sign in to comment.