Skip to content
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
 - @googlemaps/[email protected]
 - @googlemaps/[email protected]
 - @google/[email protected]
 - @googlemaps/[email protected]
 - @googlemaps/[email protected]
  • Loading branch information
jpoehnelt committed Jun 17, 2021
1 parent e78e58c commit 56eb90a
Show file tree
Hide file tree
Showing 10 changed files with 62 additions and 7 deletions.
11 changes: 11 additions & 0 deletions packages/jest-mocks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0](https://github.com/googlemaps/v3-utility-library/compare/@googlemaps/[email protected]...@googlemaps/[email protected]) (2021-06-17)


### Features

* Support for @types/google.maps ([#694](https://github.com/googlemaps/v3-utility-library/issues/694)) ([e78e58c](https://github.com/googlemaps/v3-utility-library/commit/e78e58c0c5a0dcf6675e671e2d54dcc46779744d)), closes [#690](https://github.com/googlemaps/v3-utility-library/issues/690)





## [0.1.1](https://github.com/googlemaps/v3-utility-library/compare/@googlemaps/[email protected]...@googlemaps/[email protected]) (2021-03-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/jest-mocks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googlemaps/jest-mocks",
"version": "0.1.1",
"version": "0.2.0",
"description": "Mocks for jest and Google Maps.",
"keywords": [
"google",
Expand Down
11 changes: 11 additions & 0 deletions packages/loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0](https://github.com/googlemaps/v3-utility-library/compare/@googlemaps/[email protected]...@googlemaps/[email protected]) (2021-06-17)


### Features

* Support for @types/google.maps ([#694](https://github.com/googlemaps/v3-utility-library/issues/694)) ([e78e58c](https://github.com/googlemaps/v3-utility-library/commit/e78e58c0c5a0dcf6675e671e2d54dcc46779744d)), closes [#690](https://github.com/googlemaps/v3-utility-library/issues/690)





## [0.0.10](https://github.com/googlemaps/v3-utility-library/compare/@googlemaps/[email protected]...@googlemaps/[email protected]) (2020-06-03)

**Note:** Version bump only for package @googlemaps/loader
Expand Down
2 changes: 1 addition & 1 deletion packages/loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googlemaps/loader",
"version": "0.0.10",
"version": "0.1.0",
"description": "Wrapper for the loading of Google Maps script in the browser",
"keywords": [
"google",
Expand Down
11 changes: 11 additions & 0 deletions packages/markerclustererplus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.2.0](https://github.com/googlemaps/v3-utility-library/compare/@google/[email protected]...@google/[email protected]) (2021-06-17)


### Features

* Support for @types/google.maps ([#694](https://github.com/googlemaps/v3-utility-library/issues/694)) ([e78e58c](https://github.com/googlemaps/v3-utility-library/commit/e78e58c0c5a0dcf6675e671e2d54dcc46779744d)), closes [#690](https://github.com/googlemaps/v3-utility-library/issues/690)





## [5.1.3](https://github.com/googlemaps/v3-utility-library/compare/@google/[email protected]...@google/[email protected]) (2020-09-17)

**Note:** Version bump only for package @google/markerclustererplus
Expand Down
2 changes: 1 addition & 1 deletion packages/markerclustererplus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google/markerclustererplus",
"version": "5.1.3",
"version": "5.2.0",
"description": "Creates and manages per-zoom-level clusters for large amounts of markers.",
"keywords": [
"cluster",
Expand Down
11 changes: 11 additions & 0 deletions packages/markermanager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0](https://github.com/googlemaps/v3-utility-library/compare/@googlemaps/[email protected]...@googlemaps/[email protected]) (2021-06-17)


### Features

* Support for @types/google.maps ([#694](https://github.com/googlemaps/v3-utility-library/issues/694)) ([e78e58c](https://github.com/googlemaps/v3-utility-library/commit/e78e58c0c5a0dcf6675e671e2d54dcc46779744d)), closes [#690](https://github.com/googlemaps/v3-utility-library/issues/690)





## [0.0.8](https://github.com/googlemaps/v3-utility-library/compare/@googlemaps/[email protected]...@googlemaps/[email protected]) (2021-03-08)

**Note:** Version bump only for package @googlemaps/markermanager
Expand Down
4 changes: 2 additions & 2 deletions packages/markermanager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googlemaps/markermanager",
"version": "0.0.8",
"version": "0.1.0",
"description": "Marker manager is an interface between the map and the user, designed to manage adding and removing many points when the viewport changes.",
"keywords": [
"google",
Expand Down Expand Up @@ -29,7 +29,7 @@
"test": "jest"
},
"devDependencies": {
"@googlemaps/jest-mocks": "^0.1.1"
"@googlemaps/jest-mocks": "^0.2.0"
},
"publishConfig": {
"access": "public",
Expand Down
11 changes: 11 additions & 0 deletions packages/ogc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0](https://github.com/googlemaps/v3-utility-library/compare/@googlemaps/[email protected]...@googlemaps/[email protected]) (2021-06-17)


### Features

* Support for @types/google.maps ([#694](https://github.com/googlemaps/v3-utility-library/issues/694)) ([e78e58c](https://github.com/googlemaps/v3-utility-library/commit/e78e58c0c5a0dcf6675e671e2d54dcc46779744d)), closes [#690](https://github.com/googlemaps/v3-utility-library/issues/690)





## [0.0.9](https://github.com/googlemaps/v3-utility-library/compare/@googlemaps/[email protected]...@googlemaps/[email protected]) (2021-03-08)

**Note:** Version bump only for package @googlemaps/ogc
Expand Down
4 changes: 2 additions & 2 deletions packages/ogc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googlemaps/ogc",
"version": "0.0.9",
"version": "0.1.0",
"description": "Provides OGC plugin to Google Maps with features such as WmsMapType.",
"keywords": [
"cluster",
Expand Down Expand Up @@ -37,7 +37,7 @@
"query-string": "^6.8.3"
},
"devDependencies": {
"@googlemaps/jest-mocks": "^0.1.1"
"@googlemaps/jest-mocks": "^0.2.0"
},
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 56eb90a

Please sign in to comment.