Skip to content

Commit

Permalink
[release] Version 6.0.0 (#248)
Browse files Browse the repository at this point in the history
* [release] Version 6.0.0

* [release] Cleared CHANGELOG.md after 6.0.0 release.
  • Loading branch information
thatfiredev committed Jul 13, 2022
1 parent 6cfd009 commit c6b55a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
- [Breaking change] Upgraded GeoFire to use the Firebase JS SDK v9. GeoFire no longer supports Firebase SDK below version 9.0.0
- [Internal] Replace the `uglify` plugin with `terser`
- See the migration guide (https://github.com/firebase/geofire-js/tree/master/migration#upgrading-from-geofire-3xx-to-4xx) for upgrade instructions

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.2.0",
"version": "6.0.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.2.0",
"version": "6.0.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.2.0"
"geofire-common": "6.0.0"
},
"peerDependencies": {
"firebase": "9.x.x"
Expand Down

0 comments on commit c6b55a5

Please sign in to comment.