Skip to content

Commit edfd65f

Browse files
authored
Merge pull request #56 from VKCOM/release/2.9.1
Release v2.9.1
2 parents a49a9e4 + 84ac2d3 commit edfd65f

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

CHANGELOG.md

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

33
> **Note**\
44
> Описание основных изменений в релизах VK ID SDK. Наш SDK следует [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5+
6+
## 2.9.1 - 2025-10-24
7+
8+
### Changed
9+
+ Технический релиз — поработали над внутренними улучшениями SDK.
10+
511
## 2.9.0 - 2025-10-21
612

713
### Added

VKID.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "VKID"
3-
spec.version = "2.9.0"
3+
spec.version = "2.9.1"
44
spec.summary = "iOS library for VK ID authorization"
55
spec.homepage = "https://id.vk.ru/business"
66
spec.authors = { 'VK ID' => '[email protected]' }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
let VKAPI_VERSION = "5.220.0"
2-
let VKID_VERSION = "2.9.0"
2+
let VKID_VERSION = "2.9.1"

VKID/Sources/UI/OneTap/BottomSheet/InitialStateView/OneTapBottomSheetInitialStateView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ internal class OneTapBottomSheetInitialStateView: UIView {
197197
constant: Constants.titleAndSubtitlePadding
198198
),
199199
self.subtitleLabel.leadingAnchor.constraint(
200-
equalTo: self.titleLabel.leadingAnchor,
200+
equalTo: self.titleLabel.leadingAnchor
201201
),
202202
self.subtitleLabel.trailingAnchor.constraint(
203203
equalTo: self.trailingAnchor,

VKIDCore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "VKIDCore"
3-
spec.version = "2.9.0"
3+
spec.version = "2.9.1"
44
spec.summary = "VKID core functionality. Not for public use."
55
spec.homepage = "https://id.vk.ru/business"
66
spec.authors = { 'VK ID' => '[email protected]' }

0 commit comments

Comments
 (0)