Skip to content

Commit 8e0637b

Browse files
author
Release Bot
committed
chore(release): 0.69.43
1 parent 1d6f16d commit 8e0637b

File tree

14 files changed

+56
-46
lines changed

14 files changed

+56
-46
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

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

5+
## [v0.69.43] - 2026-03-11
6+
7+
### Fixed
8+
9+
- *(webapp)* Long wait time after Sign in (#5592) by @kaposke
10+
- *(webapp)* SignIn autoComplete (#5598) by @kaposke
11+
- Build lambda on arm64 github runner (#5597) by @TBonnin
12+
- *(sdk)* Add checkpoint methods to mock classes (#5603) by @marcindobry
13+
514
## [v0.69.42] - 2026-03-10
615

716
### Added
@@ -6099,6 +6108,7 @@ All notable changes to this project will be documented in this file.
60996108
- Update Zendesk Chat configuration file (#161) by @Frenchcooc
61006109
- APIs using client_credentials as grant type (#165) by @Frenchcooc
61016110

6111+
[v0.69.43]: https://github.com/NangoHQ/nango/compare/v0.69.42..v0.69.43
61026112
[v0.69.42]: https://github.com/NangoHQ/nango/compare/v0.69.41..v0.69.42
61036113
[v0.69.41]: https://github.com/NangoHQ/nango/compare/v0.69.40..v0.69.41
61046114
[v0.69.40]: https://github.com/NangoHQ/nango/compare/v0.69.39..v0.69.40

package-lock.json

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nangohq/nango",
33
"type": "module",
4-
"version": "0.69.42",
4+
"version": "0.69.43",
55
"workspaces": [
66
"packages/*",
77
"scripts"

packages/cli/lib/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const NANGO_VERSION = '0.69.42';
1+
export const NANGO_VERSION = '0.69.43';

packages/cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nango",
3-
"version": "0.69.42",
3+
"version": "0.69.43",
44
"description": "Nango's CLI tool.",
55
"type": "module",
66
"bin": {
@@ -40,10 +40,10 @@
4040
"@babel/preset-typescript": "7.27.1",
4141
"@babel/traverse": "7.28.0",
4242
"@babel/types": "7.28.2",
43-
"@nangohq/nango-yaml": "0.69.42",
44-
"@nangohq/node": "0.69.42",
45-
"@nangohq/providers": "0.69.42",
46-
"@nangohq/runner-sdk": "0.69.42",
43+
"@nangohq/nango-yaml": "0.69.43",
44+
"@nangohq/node": "0.69.43",
45+
"@nangohq/providers": "0.69.43",
46+
"@nangohq/runner-sdk": "0.69.43",
4747
"@swc/core": "1.13.2",
4848
"@types/unzipper": "0.10.11",
4949
"ajv": "8.18.0",
@@ -78,7 +78,7 @@
7878
"zod": "4.0.5"
7979
},
8080
"devDependencies": {
81-
"@nangohq/types": "0.69.42",
81+
"@nangohq/types": "0.69.43",
8282
"@types/babel__core": "7.20.5",
8383
"@types/babel__traverse": "7.20.7",
8484
"@types/columnify": "1.5.4",

packages/frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nangohq/frontend",
3-
"version": "0.69.42",
3+
"version": "0.69.43",
44
"description": "Nango's frontend library for OAuth handling.",
55
"type": "module",
66
"main": "dist/index.js",
@@ -15,7 +15,7 @@
1515
"license": "SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY",
1616
"scripts": {},
1717
"dependencies": {
18-
"@nangohq/types": "0.69.42"
18+
"@nangohq/types": "0.69.43"
1919
},
2020
"files": [
2121
"dist/**/*.js",

packages/nango-yaml/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nangohq/nango-yaml",
3-
"version": "0.69.42",
3+
"version": "0.69.43",
44
"type": "module",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -17,7 +17,7 @@
1717
"ms": "3.0.0-canary.1"
1818
},
1919
"devDependencies": {
20-
"@nangohq/types": "0.69.42",
20+
"@nangohq/types": "0.69.43",
2121
"vitest": "3.2.4"
2222
},
2323
"files": [
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const NANGO_VERSION = '0.69.42';
1+
export const NANGO_VERSION = '0.69.43';

packages/node-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nangohq/node",
3-
"version": "0.69.42",
3+
"version": "0.69.43",
44
"description": "Nango's Node client.",
55
"type": "module",
66
"main": "dist/index.js",
@@ -25,7 +25,7 @@
2525
},
2626
"license": "SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY",
2727
"dependencies": {
28-
"@nangohq/types": "0.69.42",
28+
"@nangohq/types": "0.69.43",
2929
"axios": "1.13.5"
3030
},
3131
"engines": {

packages/providers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nangohq/providers",
3-
"version": "0.69.42",
3+
"version": "0.69.43",
44
"description": "Nango's providers.yaml and getters",
55
"type": "module",
66
"main": "./dist/index.js",
@@ -16,7 +16,7 @@
1616
"js-yaml": "4.1.1"
1717
},
1818
"devDependencies": {
19-
"@nangohq/types": "0.69.42",
19+
"@nangohq/types": "0.69.43",
2020
"vitest": "3.2.4"
2121
},
2222
"files": [

0 commit comments

Comments
 (0)