Skip to content

Commit

Permalink
chore(release): 0.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Bot committed Jan 27, 2025
1 parent 77bb3fa commit 9935c98
Show file tree
Hide file tree
Showing 13 changed files with 559 additions and 2,419 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## [v0.49.0] - 2025-01-27

### Changed

- Clarify unification docs (#3367) by @bastienbeurier

### Fixed

- *(npm)* Correct publish command (#3371) by @bodinsamuel

## [v0.48.4] - 2025-01-27

### Added
Expand Down Expand Up @@ -2810,6 +2820,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.49.0]: https://github.com/NangoHQ/nango/compare/v0.48.4..v0.49.0
[v0.48.4]: https://github.com/NangoHQ/nango/compare/v0.48.3..v0.48.4
[v0.48.3]: https://github.com/NangoHQ/nango/compare/v0.48.2..v0.48.3
[v0.48.2]: https://github.com/NangoHQ/nango/compare/v0.48.1..v0.48.2
Expand Down
2,943 changes: 536 additions & 2,407 deletions package-lock.json

Large diffs are not rendered by default.

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.48.4",
"version": "0.49.0",
"workspaces": [
"packages/*",
"scripts"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/lib/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const NANGO_VERSION = '0.48.4';
export const NANGO_VERSION = '0.49.0';
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.48.4",
"version": "0.49.0",
"description": "Nango's CLI tool.",
"type": "module",
"main": "dist/index.js",
Expand All @@ -25,7 +25,7 @@
"@babel/traverse": "^7.22.5",
"@babel/types": "^7.22.5",
"@nangohq/nango-yaml": "0.48.4",
"@nangohq/shared": "^0.48.4",
"@nangohq/shared": "^0.49.0",
"@swc/core": "^1.5.25",
"ajv": "^8.17.1",
"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.48.4",
"version": "0.49.0",
"description": "Nango's frontend library for OAuth handling.",
"type": "module",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion 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.48.4",
"version": "0.49.0",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
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.48.4';
export const NANGO_VERSION = '0.49.0';
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.48.4",
"version": "0.49.0",
"description": "Nango's Node client.",
"type": "module",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nangohq/providers",
"version": "0.48.4",
"version": "0.49.0",
"description": "Nango's providers.yaml and getters",
"type": "module",
"main": "./dist/index.js",
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.48.4';
export const NANGO_VERSION = '0.49.0';
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nangohq/shared",
"version": "0.48.4",
"version": "0.49.0",
"description": "Nango's shared components.",
"type": "module",
"main": "dist/index.js",
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.48.4",
"version": "0.49.0",
"description": "Types used in Nango applications",
"type": "module",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 9935c98

Please sign in to comment.