Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
metagrover committed May 16, 2017
2 parents 8c6cace + 1e5854b commit 1ff1628
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 39 deletions.
6 changes: 3 additions & 3 deletions dist/airbnb_recipe.bundle.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/ecommerce_recipe.bundle.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/meetup_recipe.bundle.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/news_recipe.bundle.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/producthunt_recipe.bundle.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/simplebeds_recipe.bundle.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/yelp_recipe.bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appbaseio/reactivesearch",
"version": "0.4.12",
"version": "0.4.13",
"description": "A React UI components library for building search experiences",
"main": "lib/app.js",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"homepage": "https://github.com/appbaseio/reactivesearch#readme",
"dependencies": {
"@appbaseio/reactivemaps": "1.0.0-alpha20",
"@appbaseio/reactivemaps": "1.0.0-alpha21",
"classnames": "^2.2.5",
"jquery": "^3.1.1",
"lodash": "^4.15.0",
Expand Down
18 changes: 9 additions & 9 deletions umd/ReactiveSearch.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# yarn lockfile v1


"@appbaseio/[email protected]alpha27":
version "1.0.0-alpha27"
resolved "https://registry.yarnpkg.com/@appbaseio/reactivebase/-/reactivebase-1.0.0-alpha27.tgz#9c8876c1c5e762d58a3d2bb6e5bf7bacefe90aff"
"@appbaseio/[email protected]alpha28":
version "1.0.0-alpha28"
resolved "https://registry.yarnpkg.com/@appbaseio/reactivebase/-/reactivebase-1.0.0-alpha28.tgz#1e13d0334a9a5fd7f6c24a6f3f4c3258fe1bd86d"
dependencies:
appbase-js "^0.11.0"
babel-preset-stage-0 "^6.5.0"
Expand All @@ -30,11 +30,11 @@
grunt "~0.4.0"
serve-static "^1.10.2"

"@appbaseio/[email protected]alpha20":
version "1.0.0-alpha20"
resolved "https://registry.yarnpkg.com/@appbaseio/reactivemaps/-/reactivemaps-1.0.0-alpha20.tgz#d62cf146516b3d5ead2a70d2b8a648834a1d126b"
"@appbaseio/[email protected]alpha21":
version "1.0.0-alpha21"
resolved "https://registry.yarnpkg.com/@appbaseio/reactivemaps/-/reactivemaps-1.0.0-alpha21.tgz#4eb5baea538610605c5ef22cd5556b262ff33735"
dependencies:
"@appbaseio/reactivebase" "1.0.0-alpha27"
"@appbaseio/reactivebase" "1.0.0-alpha28"
"@appbaseio/reactivemaps-manual" "1.0.0-alpha"
appbase-js "^0.11.0"
axios "^0.15.2"
Expand Down

0 comments on commit 1ff1628

Please sign in to comment.