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]
 - @googlemaps/[email protected]
  • Loading branch information
jpoehnelt committed Mar 8, 2021
1 parent b7217ac commit 3fca406
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 5 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.1.1](https://github.com/googlemaps/v3-utility-library/compare/@googlemaps/[email protected]...@googlemaps/[email protected]) (2021-03-08)


### Bug Fixes

* missing `getClickableIcons` in class `_Map` ([#681](https://github.com/googlemaps/v3-utility-library/issues/681)) ([b7217ac](https://github.com/googlemaps/v3-utility-library/commit/b7217ac80ac6c4ff3116125c646a783b687d17e6))





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


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.0",
"version": "0.1.1",
"description": "Mocks for jest and Google Maps.",
"keywords": [
"google",
Expand Down
8 changes: 8 additions & 0 deletions packages/markermanager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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





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

**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.7",
"version": "0.0.8",
"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.0"
"@googlemaps/jest-mocks": "^0.1.1"
},
"publishConfig": {
"access": "public",
Expand Down
8 changes: 8 additions & 0 deletions packages/ogc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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





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

**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.8",
"version": "0.0.9",
"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.0"
"@googlemaps/jest-mocks": "^0.1.1"
},
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 3fca406

Please sign in to comment.