diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e9e2e7e8df..10723b800d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "9.6.3-hotfix.1" + ".": "9.6.3-hotfix.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3afda9d04c..43c00147d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [9.6.3-hotfix.5](https://github.com/ydb-platform/ydb-embedded-ui/compare/v9.6.3-hotfix.1...v9.6.3-hotfix.5) (2025-06-23) + + +### Bug Fixes + +* disable oidc streaming ([#2462](https://github.com/ydb-platform/ydb-embedded-ui/issues/2462)) ([042e544](https://github.com/ydb-platform/ydb-embedded-ui/commit/042e5448ee8215e46c43b1e182428be70164cef0)) + ## [9.6.3-hotfix.1](https://github.com/ydb-platform/ydb-embedded-ui/compare/v9.6.3...v9.6.3-hotfix.1) (2025-06-19) diff --git a/package-lock.json b/package-lock.json index c01181e72e..886bd9b85d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ydb-embedded-ui", - "version": "9.6.3-hotfix.1", + "version": "9.6.3-hotfix.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ydb-embedded-ui", - "version": "9.6.3-hotfix.1", + "version": "9.6.3-hotfix.5", "dependencies": { "@bem-react/classname": "^1.6.0", "@ebay/nice-modal-react": "^1.2.13", diff --git a/package.json b/package.json index 2b7b5d0240..32abd987da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ydb-embedded-ui", - "version": "9.6.3-hotfix.1", + "version": "9.6.3-hotfix.5", "files": [ "dist" ],