From 7ffe829a7c6f70eac5192a250c40b5dfc38dd809 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 26 May 2022 20:31:31 +0000 Subject: [PATCH] chore(release): 3.0.3 [skip ci] ### [3.0.3](https://github.com/googlemaps/js-three/compare/v3.0.2...v3.0.3) (2022-05-26) ### Bug Fixes * renderer viewport ([#420](https://github.com/googlemaps/js-three/issues/420)) ([b103bec](https://github.com/googlemaps/js-three/commit/b103bec60fc601bf7199e93c6e99d62ed5bf04ba)) ### Build System * change dependabot interval to weekly ([#410](https://github.com/googlemaps/js-three/issues/410)) ([c2b8251](https://github.com/googlemaps/js-three/commit/c2b82519d6e3a858c59bed13ce432560adfb4388)) ### Miscellaneous Chores * **deps-dev:** bump @babel/preset-env from 7.17.12 to 7.18.0 ([#411](https://github.com/googlemaps/js-three/issues/411)) ([d30dcbd](https://github.com/googlemaps/js-three/commit/d30dcbdcb94abaef2b99f6c4f9d586f0039b7516)) * **deps-dev:** bump @babel/runtime-corejs3 from 7.17.9 to 7.18.0 ([#412](https://github.com/googlemaps/js-three/issues/412)) ([92a3096](https://github.com/googlemaps/js-three/commit/92a3096a44c3b8050a6b0599a2e335c0653ea22a)) * **deps-dev:** bump @googlemaps/jest-mocks from 2.7.3 to 2.7.4 ([#414](https://github.com/googlemaps/js-three/issues/414)) ([59f9321](https://github.com/googlemaps/js-three/commit/59f9321cc0c5fdb058f2144c50dcf12d4d65e134)) * **deps-dev:** bump @googlemaps/js-api-loader from 1.14.2 to 1.14.3 ([#416](https://github.com/googlemaps/js-three/issues/416)) ([21b79e7](https://github.com/googlemaps/js-three/commit/21b79e7e8c38d144a062eff0145a86c5c9df3eb7)) * **deps-dev:** bump @types/google.maps from 3.48.8 to 3.49.0 ([#415](https://github.com/googlemaps/js-three/issues/415)) ([de41a2f](https://github.com/googlemaps/js-three/commit/de41a2f5c34266a7e8e929cf40b52b6b2e138990)) * **deps-dev:** bump core-js from 3.22.5 to 3.22.6 ([#417](https://github.com/googlemaps/js-three/issues/417)) ([f2dca76](https://github.com/googlemaps/js-three/commit/f2dca7699dd95b18765488407650c0fa289b1c53)) * **deps-dev:** bump rollup from 2.74.0 to 2.74.1 ([#413](https://github.com/googlemaps/js-three/issues/413)) ([e9bc81b](https://github.com/googlemaps/js-three/commit/e9bc81b627eda09e1f2949965047decc4e6a5738)) * fix typo in check name ([#421](https://github.com/googlemaps/js-three/issues/421)) ([eee1b5a](https://github.com/googlemaps/js-three/commit/eee1b5af72a4320925ff67c5b058661e204c754e)) * update owners ([#419](https://github.com/googlemaps/js-three/issues/419)) ([5e0be83](https://github.com/googlemaps/js-three/commit/5e0be837dd929b3237b2846b5662434964f8530c)) --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index c6e64e67..1536d7dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@googlemaps/three", - "version": "3.0.2", + "version": "3.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c5e37ac8..fc8d26b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@googlemaps/three", - "version": "3.0.2", + "version": "3.0.3", "keywords": [ "google", "maps",