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

Commit

Permalink
v6.2.0
Browse files Browse the repository at this point in the history
# [6.2.0](v6.1.0...v6.2.0) (2020-01-20)

### Bug Fixes

* **deps:** update dependency algoliasearch to v3.35.1 ([#2802](#2802)) ([cfb91f0](cfb91f0))
* **widgets:** rename `ExperimentalConfigureRelatedItems` compon… ([#2891](#2891)) ([b910df2](b910df2))

### Features

* **insights:** add getInsightsAnonymousUserToken helper ([#2887](#2887)) ([b5fe4f7](b5fe4f7))
* **widgets:** introduce `ConfigureRelatedItems` as experimental ([#2880](#2880)) ([923cd43](923cd43))
  • Loading branch information
francoischalifour committed Jan 20, 2020
1 parent b910df2 commit 02cfea3
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 13 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [6.2.0](https://github.com/algolia/react-instantsearch/compare/v6.1.0...v6.2.0) (2020-01-20)


### Bug Fixes

* **deps:** update dependency algoliasearch to v3.35.1 ([#2802](https://github.com/algolia/react-instantsearch/issues/2802)) ([cfb91f0](https://github.com/algolia/react-instantsearch/commit/cfb91f0))
* **widgets:** rename `ExperimentalConfigureRelatedItems` compon… ([#2891](https://github.com/algolia/react-instantsearch/issues/2891)) ([b910df2](https://github.com/algolia/react-instantsearch/commit/b910df2))


### Features

* **insights:** add getInsightsAnonymousUserToken helper ([#2887](https://github.com/algolia/react-instantsearch/issues/2887)) ([b5fe4f7](https://github.com/algolia/react-instantsearch/commit/b5fe4f7))
* **widgets:** introduce `ConfigureRelatedItems` as experimental ([#2880](https://github.com/algolia/react-instantsearch/issues/2880)) ([923cd43](https://github.com/algolia/react-instantsearch/commit/923cd43))



# [6.1.0](https://github.com/algolia/react-instantsearch/compare/v6.0.0...v6.1.0) (2019-12-17)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages/*",
"examples/@(default-theme|e-commerce|media|tourism)"
],
"version": "6.1.0",
"version": "6.2.0",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.1.0",
"version": "6.2.0",
"private": true,
"license": "MIT",
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/react-instantsearch-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-instantsearch-core",
"version": "6.1.0",
"version": "6.2.0",
"description": "⚡ Lightning-fast search for React, by Algolia",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-instantsearch-core/src/core/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '6.1.0';
export default '6.2.0';
2 changes: 1 addition & 1 deletion packages/react-instantsearch-dom-maps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-instantsearch-dom-maps",
"version": "6.1.0",
"version": "6.2.0",
"description": "⚡ Lightning-fast search for React DOM & Google Maps, by Algolia",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-instantsearch-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-instantsearch-dom",
"version": "6.1.0",
"version": "6.2.0",
"description": "⚡ Lightning-fast search for React DOM, by Algolia",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
"algoliasearch-helper": "^3.0.0",
"classnames": "^2.2.5",
"prop-types": "^15.5.10",
"react-instantsearch-core": "^6.1.0"
"react-instantsearch-core": "^6.2.0"
},
"peerDependencies": {
"react": ">= 16.3.0 < 17",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-instantsearch-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-instantsearch-native",
"version": "6.1.0",
"version": "6.2.0",
"description": "⚡ Lightning-fast search for React Native, by Algolia",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@babel/runtime": "^7.1.2",
"algoliasearch": "^3.27.1",
"react-instantsearch-core": "^6.1.0"
"react-instantsearch-core": "^6.2.0"
},
"peerDependencies": {
"react": ">= 16.3.0 < 17",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-instantsearch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-instantsearch",
"version": "6.1.0",
"version": "6.2.0",
"description": "⚡ Lightning-fast search for React and React Native apps, by Algolia",
"main": "index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -37,8 +37,8 @@
},
"dependencies": {
"@babel/runtime": "^7.1.2",
"react-instantsearch-core": "^6.1.0",
"react-instantsearch-dom": "^6.1.0",
"react-instantsearch-native": "^6.1.0"
"react-instantsearch-core": "^6.2.0",
"react-instantsearch-dom": "^6.2.0",
"react-instantsearch-native": "^6.2.0"
}
}

0 comments on commit 02cfea3

Please sign in to comment.