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

fix(helper): rely on stable version of algoliasearch-helper #2871

Merged
merged 1 commit into from
Nov 18, 2019

Conversation

Haroenv
Copy link
Contributor

@Haroenv Haroenv commented Nov 18, 2019

Summary

We released while still relying on a canary version of the helper, this means that people would not get patch updates to the helper if we ever did so

Note that also we were relying on two different canary releases, so people likely had two separate versions of the helper in a react-instantsearch-dom bundle.

Result

By relying on the real released v3 now, we are sure people will get the latest bug fixes and no longer having duplicate versions of the helper

We released while still relying on a canary version of the helper, this means that people would not get patch updates to the helper if we ever did so

By relying on the real released v3 now, we are sure people will get the latest bug fixes

Note that also we were relying on two different canary releases, so people likely had two separate versions of the helper in a react-instantsearch-dom bundle.
@Haroenv Haroenv requested review from eunjae-lee and a team November 18, 2019 13:28
@ghost ghost requested review from tkrugg and removed request for a team November 18, 2019 13:28
@@ -41,7 +41,7 @@
},
"dependencies": {
"@babel/runtime": "^7.1.2",
"algoliasearch-helper": "0.0.0-27095c0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's weird that we had

"algoliasearch-helper": "0.0.0-6ac260d" in react-instantsearch-core and
"algoliasearch-helper": "0.0.0-27095c0" in react-instantsearch-dom.

Anyway the changes look good to me.

@Haroenv Haroenv merged commit e3531a1 into master Nov 18, 2019
@Haroenv Haroenv deleted the fix/helper-stable branch November 18, 2019 13:57
Haroenv added a commit that referenced this pull request Dec 17, 2019
# [6.1.0](v6.0.0...v6.1.0) (2019-12-17)

### Bug Fixes

* **connectNumericMenu:** support numeric refinement 0 ([#2882](#2882)) ([30bd9fd](30bd9fd))
* **deps:** update dependency next to v9.1.1 ([9d49d33](9d49d33))
* **helper:** rely on stable version of algoliasearch-helper ([#2871](#2871)) ([e3531a1](e3531a1))

### Features

* **insights:** show an error when 'clickAnalytics: true' is missing. ([#2877](#2877)) ([621656a](621656a))
* **voice:** add additionalQueryParameters ([#2366](#2366)) ([3a45b2c](3a45b2c))
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants