Merge branch 'TP-89230/on-login-failed-handling' of github.com:navi-commons/universal-call-sdk into TP-89230/on-login-failed-handling

This commit is contained in:
varnit goyal
2024-12-06 12:54:13 +05:30
6 changed files with 28 additions and 4 deletions

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.0.76 (2024-12-06)
**Note:** Version bump only for package @universal-call-sdk/adapter-ameyo
## 1.0.75 (2024-12-04)
**Note:** Version bump only for package @universal-call-sdk/adapter-ameyo

View File

@@ -1,6 +1,6 @@
{
"name": "@universal-call-sdk/adapter-ameyo",
"version": "1.0.75",
"version": "1.0.76",
"type": "module",
"scripts": {
"dev": "vite",
@@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@universal-call-sdk/common": "^1.0.28"
"@universal-call-sdk/common": "^1.0.29"
},
"devDependencies": {
"@eslint/js": "^9.11.1",

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.0.29 (2024-12-06)
**Note:** Version bump only for package @universal-call-sdk/common
## 1.0.28 (2024-12-04)
**Note:** Version bump only for package @universal-call-sdk/common

View File

@@ -1,6 +1,6 @@
{
"name": "@universal-call-sdk/common",
"version": "1.0.28",
"version": "1.0.29",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.0.34 (2024-12-06)
**Note:** Version bump only for package @universal-call-sdk/core
## 1.0.33 (2024-12-04)
**Note:** Version bump only for package @universal-call-sdk/core

View File

@@ -1,6 +1,6 @@
{
"name": "@universal-call-sdk/core",
"version": "1.0.33",
"version": "1.0.34",
"type": "module",
"scripts": {
"dev": "vite",