From 098e2ba1d8901235c8013b05e28c4b25e2cc6c25 Mon Sep 17 00:00:00 2001 From: Marie-Laure Thuret Date: Thu, 3 Aug 2017 14:18:51 +0200 Subject: [PATCH] v4.0.10 ## [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)) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- .../react-instantsearch-theme-algolia/package.json | 2 +- packages/react-instantsearch/package.json | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eda1272fc5..671fe105f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ + +## [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)) + + + ## [4.0.9](https://github.com/algolia/react-instantsearch/compare/v4.0.8...v4.0.9) (2017-07-20) diff --git a/package.json b/package.json index f34b8286ce..ba1c667ffa 100644 --- a/package.json +++ b/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", diff --git a/packages/react-instantsearch-theme-algolia/package.json b/packages/react-instantsearch-theme-algolia/package.json index aa6b2452e7..dbb1472346 100644 --- a/packages/react-instantsearch-theme-algolia/package.json +++ b/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", diff --git a/packages/react-instantsearch/package.json b/packages/react-instantsearch/package.json index 721d3db4ad..a02bc5f255 100644 --- a/packages/react-instantsearch/package.json +++ b/packages/react-instantsearch/package.json @@ -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"