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

Commit

Permalink
v5.2.0
Browse files Browse the repository at this point in the history
<a name="5.2.0"></a>
# [5.2.0](v5.2.0-beta.2...v5.2.0) (2018-07-04)

### Bug Fixes

* **translatable:** avoid create a new function on every render ([#1383](#1383)) ([1285b3b](1285b3b))

### Features

* **core:** export translatable ([#1351](#1351)) ([6d5a89d](6d5a89d))
* **maps:** add connector & widget ([#1171](#1171)) ([16e288a](16e288a)), closes [#1189](#1189) [#1192](#1192) [#1201](#1201) [#1205](#1205) [#1207](#1207) [#1214](#1214) [#1227](#1227) [#1236](#1236) [#1289](#1289)
  • Loading branch information
samouss committed Jul 4, 2018
1 parent 01d5fcb commit 3b15bc4
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 @@
<a name="5.2.0"></a>
# [5.2.0](https://github.com/algolia/react-instantsearch/compare/v5.2.0-beta.2...v5.2.0) (2018-07-04)


### Bug Fixes

* **translatable:** avoid create a new function on every render ([#1383](https://github.com/algolia/react-instantsearch/issues/1383)) ([1285b3b](https://github.com/algolia/react-instantsearch/commit/1285b3b))


### Features

* **core:** export translatable ([#1351](https://github.com/algolia/react-instantsearch/issues/1351)) ([6d5a89d](https://github.com/algolia/react-instantsearch/commit/6d5a89d))
* **maps:** add connector & widget ([#1171](https://github.com/algolia/react-instantsearch/issues/1171)) ([16e288a](https://github.com/algolia/react-instantsearch/commit/16e288a)), closes [#1189](https://github.com/algolia/react-instantsearch/issues/1189) [#1192](https://github.com/algolia/react-instantsearch/issues/1192) [#1201](https://github.com/algolia/react-instantsearch/issues/1201) [#1205](https://github.com/algolia/react-instantsearch/issues/1205) [#1207](https://github.com/algolia/react-instantsearch/issues/1207) [#1214](https://github.com/algolia/react-instantsearch/issues/1214) [#1227](https://github.com/algolia/react-instantsearch/issues/1227) [#1236](https://github.com/algolia/react-instantsearch/issues/1236) [#1289](https://github.com/algolia/react-instantsearch/issues/1289)



<a name="5.2.0-beta.2"></a>
# [5.2.0-beta.2](https://github.com/algolia/react-instantsearch/compare/v5.2.0-beta.1...v5.2.0-beta.2) (2018-06-19)

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/*",
"docgen"
],
"version": "5.2.0-beta.2",
"version": "5.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": "5.2.0-beta.2",
"version": "5.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": "5.2.0-beta.2",
"version": "5.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 '5.2.0-beta.2';
export default '5.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": "5.2.0-beta.2",
"version": "5.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": "5.2.0-beta.2",
"version": "5.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 @@ -46,7 +46,7 @@
"classnames": "^2.2.5",
"lodash": "^4.17.4",
"prop-types": "^15.5.10",
"react-instantsearch-core": "^5.2.0-beta.2"
"react-instantsearch-core": "^5.2.0"
},
"devDependencies": {
"babel-cli": "6.26.0",
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.2.0-beta.2",
"version": "5.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": {
"algoliasearch": "^3.27.1",
"react-instantsearch-core": "^5.2.0-beta.2"
"react-instantsearch-core": "^5.2.0"
},
"devDependencies": {
"babel-cli": "6.26.0",
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.2.0-beta.2",
"version": "5.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,9 +37,9 @@
"release:beta": "yarn clean && yarn preparePackageFolder && yarn build && cd dist && yarn publish --tag beta --new-version $VERSION"
},
"dependencies": {
"react-instantsearch-core": "^5.2.0-beta.2",
"react-instantsearch-dom": "^5.2.0-beta.2",
"react-instantsearch-native": "^5.2.0-beta.2"
"react-instantsearch-core": "^5.2.0",
"react-instantsearch-dom": "^5.2.0",
"react-instantsearch-native": "^5.2.0"
},
"devDependencies": {
"babel-cli": "6.26.0",
Expand Down

0 comments on commit 3b15bc4

Please sign in to comment.