Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/ios/version.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ sidebar_position: 0
---
----

## [3.9.1](https://github.com/growingio/growingio-sdk-ios-autotracker/compare/3.9.0...3.9.1) (2025-11-03)


### Bug Fixes

* VIEW_CLICK 事件忽略 TextInputUI 下的私有组件 ([#356](https://github.com/growingio/growingio-sdk-ios-autotracker/issues/356))
* 移除使用 GrowingUtils 中已废弃的接口 ([#356](https://github.com/growingio/growingio-sdk-ios-autotracker/issues/356))


## [3.9.0](https://github.com/growingio/growingio-sdk-ios-autotracker/compare/3.8.6...3.9.0) (2025-10-15)

### Features
Expand Down
2 changes: 1 addition & 1 deletion version_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
{
"name": "iOS",
"version": "3.9.0",
"version": "3.9.1",
"releaseUrl": "https://api.github.com/repos/growingio/growingio-sdk-ios-autotracker/releases",
"distPath": "docs/ios/",
"fileName": "version.md",
Expand Down