Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
v4.0.10
Browse files Browse the repository at this point in the history
<a name="4.0.10"></a>
## [4.0.10](v4.0.9...v4.0.10) (2017-08-03)

### Bug Fixes

* **PoweredBy:** add a label to the Algolia logo ([2a6cf4f](2a6cf4f))
* **react:** remove typo around `"" 2` (#220) ([1e8af68](1e8af68))
* **ScrollTo:** scroll to only if change triggered by the widget observed (#202) ([b97174e](b97174e))
* **theme:** format the count of items appearing in a refinement (#217) ([ed7c8d5](ed7c8d5))
  • Loading branch information
Marie-Laure Thuret authored and Marie-Laure Thuret committed Aug 3, 2017
1 parent b97174e commit 098e2ba
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,16 @@
<a name="4.0.10"></a>
## [4.0.10](https://github.com/algolia/react-instantsearch/compare/v4.0.9...v4.0.10) (2017-08-03)


### Bug Fixes

* **PoweredBy:** add a label to the Algolia logo ([2a6cf4f](https://github.com/algolia/react-instantsearch/commit/2a6cf4f))
* **react:** remove typo around `"" 2` (#220) ([1e8af68](https://github.com/algolia/react-instantsearch/commit/1e8af68))
* **ScrollTo:** scroll to only if change triggered by the widget observed (#202) ([b97174e](https://github.com/algolia/react-instantsearch/commit/b97174e))
* **theme:** format the count of items appearing in a refinement (#217) ([ed7c8d5](https://github.com/algolia/react-instantsearch/commit/ed7c8d5))



<a name="4.0.9"></a>
## [4.0.9](https://github.com/algolia/react-instantsearch/compare/v4.0.8...v4.0.9) (2017-07-20)

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"private": true,
"version": "4.0.9",
"version": "4.0.10",
"scripts": {
"boot": "./scripts/boot.sh",
"upgrade-deps": "./scripts/upgrade-deps.sh",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-instantsearch-theme-algolia/package.json
@@ -1,7 +1,7 @@
{
"name": "react-instantsearch-theme-algolia",
"description": "Algolia theme for React InstantSearch",
"version": "4.0.9",
"version": "4.0.10",
"homepage": "https://community.algolia.com/react-instantsearch/",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-instantsearch/package.json
Expand Up @@ -7,7 +7,7 @@
"main": "index.js",
"module": "es/index.js",
"description": "⚡ Lightning-fast search for React and React Native apps",
"version": "4.0.9",
"version": "4.0.10",
"scripts": {
"build": "./scripts/build.sh",
"build-and-publish": "./scripts/build-and-publish.sh"
Expand Down

0 comments on commit 098e2ba

Please sign in to comment.