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

Commit

Permalink
v5.5.0
Browse files Browse the repository at this point in the history
# [5.5.0](v5.4.0...v5.5.0) (2019-04-23)

### Bug Fixes

* **createInstantSearch:** change the User-Agent to use the new specs ([#2209](#2209)) ([642ba0b](642ba0b))

### Features

* **DOMMaps:** expose withGoogleMaps HOC [PART-1] ([#2000](#2000)) ([2ae1dea](2ae1dea))
* **queryRules:** add Query Rules features ([#2286](#2286)) ([3ae9c01](3ae9c01))
* **insights:** add insights features ([#2215](#2215)) ([961e7a7](961e7a7))
  • Loading branch information
samouss committed Apr 23, 2019
1 parent 10ae0a0 commit 81a6f18
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 @@
# [5.5.0](https://github.com/algolia/react-instantsearch/compare/v5.4.0...v5.5.0) (2019-04-23)


### Bug Fixes

* **createInstantSearch:** change the User-Agent to use the new specs ([#2209](https://github.com/algolia/react-instantsearch/issues/2209)) ([642ba0b](https://github.com/algolia/react-instantsearch/commit/642ba0b))


### Features

* **DOMMaps:** expose withGoogleMaps HOC [PART-1] ([#2000](https://github.com/algolia/react-instantsearch/issues/2000)) ([2ae1dea](https://github.com/algolia/react-instantsearch/commit/2ae1dea))
* **queryRules:** add Query Rules features ([#2286](https://github.com/algolia/react-instantsearch/issues/2286)) ([3ae9c01](https://github.com/algolia/react-instantsearch/commit/3ae9c01))
* **insights:** add insights features ([#2215](https://github.com/algolia/react-instantsearch/pull/2215)) ([961e7a7](https://github.com/algolia/react-instantsearch/commit/961e7a7))



# [5.4.0](https://github.com/algolia/react-instantsearch/compare/v5.4.0-beta.1...v5.4.0) (2019-02-05)


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/*",
"website/examples/*"
],
"version": "5.4.0",
"version": "5.5.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": "5.4.0",
"version": "5.5.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": "5.4.0",
"version": "5.5.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 '5.4.0';
export default '5.5.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": "5.4.0",
"version": "5.5.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": "5.4.0",
"version": "5.5.0",
"description": "⚡ Lightning-fast search for React DOM, by Algolia",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
"classnames": "^2.2.5",
"lodash": "^4.17.4",
"prop-types": "^15.5.10",
"react-instantsearch-core": "^5.4.0"
"react-instantsearch-core": "^5.5.0"
},
"peerDependencies": {
"react": ">= 15.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": "5.4.0",
"version": "5.5.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": "^5.4.0"
"react-instantsearch-core": "^5.5.0"
},
"peerDependencies": {
"react": ">= 15.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": "5.4.0",
"version": "5.5.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": "^5.4.0",
"react-instantsearch-dom": "^5.4.0",
"react-instantsearch-native": "^5.4.0"
"react-instantsearch-core": "^5.5.0",
"react-instantsearch-dom": "^5.5.0",
"react-instantsearch-native": "^5.5.0"
}
}

0 comments on commit 81a6f18

Please sign in to comment.