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

Commit

Permalink
v5.4.0-beta.1
Browse files Browse the repository at this point in the history
# [5.4.0-beta.1](v5.4.0-beta.0...v5.4.0-beta.1) (2019-01-10)

### Bug Fixes

* **deps:** sync algoliasearch version ([#1879](#1879)) ([40f9c26](40f9c26))
* **maps:** use stable version for peer deps ([#1887](#1887)) ([9055167](9055167))
  • Loading branch information
samouss committed Jan 10, 2019
1 parent 9055167 commit deaed82
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 16 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [5.4.0-beta.1](https://github.com/algolia/react-instantsearch/compare/v5.4.0-beta.0...v5.4.0-beta.1) (2019-01-10)


### Bug Fixes

* **deps:** sync algoliasearch version ([#1879](https://github.com/algolia/react-instantsearch/issues/1879)) ([40f9c26](https://github.com/algolia/react-instantsearch/commit/40f9c26))
* **maps:** use stable version for peer deps ([#1887](https://github.com/algolia/react-instantsearch/issues/1887)) ([9055167](https://github.com/algolia/react-instantsearch/commit/9055167))



# [5.4.0-beta.0](https://github.com/algolia/react-instantsearch/compare/v5.3.2...v5.4.0-beta.0) (2019-01-08)


Expand Down
6 changes: 3 additions & 3 deletions docgen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docgen",
"version": "5.4.0-beta.0",
"version": "5.4.0-beta.1",
"private": true,
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -54,8 +54,8 @@
"react": "16.7.0",
"react-dom": "16.7.0",
"react-hot-loader": "4.6.3",
"react-instantsearch-dom": "^5.4.0-beta.0",
"react-instantsearch-dom-maps": "^5.4.0-beta.0",
"react-instantsearch-dom": "^5.4.0-beta.1",
"react-instantsearch-dom-maps": "^5.4.0-beta.1",
"recursive-readdir": "2.2.2",
"replace-in-file": "3.4.2",
"rheostat": "2.2.0",
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.4.0-beta.0",
"version": "5.4.0-beta.1",
"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-beta.0",
"version": "5.4.0-beta.1",
"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-beta.0",
"version": "5.4.0-beta.1",
"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-beta.0';
export default '5.4.0-beta.1';
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-beta.0",
"version": "5.4.0-beta.1",
"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-beta.0",
"version": "5.4.0-beta.1",
"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-beta.0"
"react-instantsearch-core": "^5.4.0-beta.1"
},
"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.4.0-beta.0",
"version": "5.4.0-beta.1",
"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.4.0-beta.0"
"react-instantsearch-core": "^5.4.0-beta.1"
},
"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.4.0-beta.0",
"version": "5.4.0-beta.1",
"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 --non-interactive"
},
"dependencies": {
"react-instantsearch-core": "^5.4.0-beta.0",
"react-instantsearch-dom": "^5.4.0-beta.0",
"react-instantsearch-native": "^5.4.0-beta.0"
"react-instantsearch-core": "^5.4.0-beta.1",
"react-instantsearch-dom": "^5.4.0-beta.1",
"react-instantsearch-native": "^5.4.0-beta.1"
},
"devDependencies": {
"babel-cli": "6.26.0",
Expand Down

0 comments on commit deaed82

Please sign in to comment.