Skip to content

Commit

Permalink
[release] Version 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samtstern committed Feb 24, 2021
1 parent f187a47 commit 8d13bcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/geofire-common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "geofire-common",
"description": "Location-based querying and filtering using Firebase",
"version": "5.1.0",
"version": "5.2.0",
"scripts": {
"build": "rollup -c",
"coverage": "nyc report --reporter=text-lcov > ./coverage/lcov.info",
Expand Down
4 changes: 2 additions & 2 deletions packages/geofire/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "geofire",
"description": "Location-based querying and filtering using Firebase",
"version": "5.1.0",
"version": "5.2.0",
"scripts": {
"build": "rollup -c",
"coverage": "nyc report --reporter=text-lcov > ./coverage/lcov.info",
Expand Down Expand Up @@ -39,7 +39,7 @@
],
"dependencies": {
"@firebase/database-types": "^0.7.0",
"geofire-common": "5.1.0"
"geofire-common": "5.2.0"
},
"peerDependencies": {
"firebase": "^2.4.0 || 3.x.x || 4.x.x || 5.x.x || 6.x.x || 7.x.x || 8.x.x"
Expand Down

0 comments on commit 8d13bcd

Please sign in to comment.