Skip to content

Commit b0a66f4

Browse files
chore: Deploying new minor version 7.24.0 (#281)
1 parent 501bb00 commit b0a66f4

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
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.24.0](https://github.com/algolia/instantsearch-ios/compare/7.23.0...7.24.0) (2023-05-02)
4+
5+
### Feat
6+
7+
- **insights**: automatic hits view events tracking (#276) ([501bb00](https://github.com/algolia/instantsearch-ios/commit/501bb00))
8+
9+
10+
311
## [7.23.0](https://github.com/algolia/instantsearch-ios/compare/7.22.0...7.23.0) (2023-02-12)
412

513
### Feat

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.23.0'
3+
s.version = '7.24.0'
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' }

Readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ If you're a framework author and use InstantSearch as a dependency, update your
4444

4545
```swift
4646
let package = Package(
47-
// 7.23.0 ..< 8.0.0
47+
// 7.24.0 ..< 8.0.0
4848
dependencies: [
49-
.package(url: "https://github.com/algolia/instantsearch-ios", from: "7.23.0")
49+
.package(url: "https://github.com/algolia/instantsearch-ios", from: "7.24.0")
5050
],
5151
// ...
5252
)
@@ -59,7 +59,7 @@ let package = Package(
5959
To install InstantSearch, simply add the following line to your Podfile:
6060

6161
```ruby
62-
pod 'InstantSearch', '~> 7.23'
62+
pod 'InstantSearch', '~> 7.24'
6363
# pod 'InstantSearch/Insights' for access to Insights library only
6464
# pod 'InstantSearch/Core' for access business logic without UIKit components
6565
# pod 'InstantSearch/SwiftUI' for access to SwiftUI components
@@ -77,7 +77,7 @@ $ pod update
7777

7878
- To install InstantSearch, simply add the following line to your Cartfile:
7979
```ruby
80-
github "algolia/instantsearch-ios" ~> 7.23
80+
github "algolia/instantsearch-ios" ~> 7.24
8181
```
8282

8383
- Launch the following commands from the project directory
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: 23, patch: 0, prereleaseIdentifier: nil) }
2+
public extension Version { static let current: Version = .init(major: 7, minor: 24, patch: 0, prereleaseIdentifier: nil) }

0 commit comments

Comments
 (0)