Skip to content

Commit

Permalink
chore: prepare release 2.11.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
aallam committed Jul 21, 2021
1 parent eea8e1a commit 19280c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# Unreleased

### Added
- InstantSearch Compose
- InstantSearch Compose (#243)
- Dynamic Facet List (#244)

### Fixed
- Unexpected behaviour of paging sorted index (#234)

### Changed
- Kotlin `1.4.30`
- Kotlin Coroutines `1.4.3`
- Ktor `1.5.4`
- Kotlin `1.5.10`
- Kotlin Coroutines `1.5.0`
- Ktor `1.6.1`

# 2.10.0

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ org.gradle.parallel=true

# Lib
GROUP=com.algolia
VERSION_NAME=2.11.0-beta01
VERSION_NAME=2.11.0-beta02

# POM
POM_DESCRIPTION=InstantSearch Android is a library providing widgets and helpers to help you build the best instant-search experience on Android with Algolia. It is built on top of Algolia's Kotlin API Client to provide you a high-level solution to quickly build various search interfaces.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public abstract class DynamicFacetListViewHolder(public val view: View) : Recycl
* @returns a new view holder that holds a View of the given view type
*/
public fun createViewHolder(parent: ViewGroup, viewType: ViewType): DynamicFacetListViewHolder

}

/**
Expand Down

0 comments on commit 19280c7

Please sign in to comment.