Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration15 #2031

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
migration
  • Loading branch information
sathyanands committed Apr 2, 2023
commit ec3329a93eddefc0004f7dc66fecc7c5a408357f
27 changes: 15 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agm/core",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "Angular components for Google Maps",
"author": "Sebastian Holstein <info@sebastian-holstein.de>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/drawing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agm/drawing",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "Angular Google Maps (AGM) extension for google maps drawing library",
"author": "Feliks Khantsis",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/markerclusterer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agm/markerclusterer",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "Angular Google Maps (AGM) extension for markerclusterer support",
"author": "Jens Fahnenbruck <jigfox@me.com>",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
"agm"
],
"peerDependencies": {
"@agm/core": "3.0.0-beta.1",
"@agm/core": "3.0.0-beta.2",
"@angular/common": "^9.1.0 || ^10.0.0",
"@angular/core": "^9.1.0 || ^10.0.0",
"@google/markerclustererplus": "^5.0.4"
Expand All @@ -29,7 +29,7 @@
"tslib": "^2.0.0"
},
"devDependencies": {
"@agm/core": "3.0.0-beta.1",
"@agm/core": "3.0.0-beta.2",
"@google/markerclustererplus": "^5.0.4",
"@types/googlemaps": "^3.39.8",
"@types/jest": "^26.0.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/snazzy-info-window/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agm/snazzy-info-window",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "Angular Google Maps (AGM) package for Snazzy Info Window support",
"author": "Sebastian Holstein <info@sebastian-holstein.de>",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
"snazzy-info-window"
],
"peerDependencies": {
"@agm/core": "3.0.0-beta.1",
"@agm/core": "3.0.0-beta.2",
"@angular/common": "^9.1.0 || ^10.0.0",
"@angular/core": "^9.1.0 || ^10.0.0",
"snazzy-info-window": "^1.1.0"
Expand All @@ -30,6 +30,6 @@
},
"devDependencies": {
"@types/googlemaps": "^3.39.8",
"@agm/core": "3.0.0-beta.1"
"@agm/core": "3.0.0-beta.2"
}
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@
# yarn lockfile v1


"@agm/core@3.0.0-beta.1", "@agm/core@file:/workspaces/angular-google-maps/packages/core":
version "3.0.0-beta.1"
"@agm/core@3.0.0-beta.2", "@agm/core@file:/workspaces/angular-google-maps/packages/core":
version "3.0.0-beta.2"
resolved "file:packages/core"
dependencies:
tslib "^2.0.0"

"@agm/drawing@file:/workspaces/angular-google-maps/packages/drawing":
version "3.0.0-beta.1"
version "3.0.0-beta.2"
resolved "file:packages/drawing"
dependencies:
tslib "^2.0.0"

"@agm/markerclusterer@file:/workspaces/angular-google-maps/packages/markerclusterer":
version "3.0.0-beta.1"
version "3.0.0-beta.2"
resolved "file:packages/markerclusterer"
dependencies:
tslib "^2.0.0"

"@agm/snazzy-info-window@file:/workspaces/angular-google-maps/packages/snazzy-info-window":
version "3.0.0-beta.1"
version "3.0.0-beta.2"
resolved "file:packages/snazzy-info-window"
dependencies:
tslib "^2.0.0"
Expand Down