Skip to content

Commit 11bf7a2

Browse files
runnerrunner
authored andcommitted
chore: update version to 7.25.1 [skip ci]
1 parent 168505a commit 11bf7a2

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# ChangeLog
22

3+
## [7.25.1](https://github.com/algolia/instantsearch-ios/compare/7.25.0...7.25.1) (2023-05-30)
4+
5+
### Misc
6+
7+
- fix(dynamic facets): recalculate selections on facets order change (#289) ([168505a](https://github.com/algolia/instantsearch-ios/commit/168505a))
8+
9+
10+
311
## [7.25.0](https://github.com/algolia/instantsearch-ios/compare/7.24.0...7.25.0) (2023-05-05)
412

513
### Fix

InstantSearch.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'InstantSearch'
3-
s.version = '7.25.0'
3+
s.version = '7.25.1'
44
s.platforms = { :ios => "9.0", :osx => "10.11", :watchos => "2.0", :tvos => "9.0" }
55

66
s.license = { type: 'Apache 2.0', file: 'LICENSE.md' }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This is generated file. Don't modify it manually.
2-
public extension Version { static let current: Version = .init(major: 7, minor: 25, patch: 0, prereleaseIdentifier: nil) }
2+
public extension Version { static let current: Version = .init(major: 7, minor: 25, patch: 1, prereleaseIdentifier: nil) }

0 commit comments

Comments
 (0)