From 23093ceda69434cfd6215ab101a1b528dc6e04e9 Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Thu, 5 Oct 2023 17:03:05 +0200 Subject: [PATCH] chore(release): publish [skip ci] (#1829) Co-authored-by: Github Workflow (on behalf of jcesarmobile) --- google-maps/CHANGELOG.md | 8 ++++++++ google-maps/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/google-maps/CHANGELOG.md b/google-maps/CHANGELOG.md index cfde262fd..edcd9573a 100644 --- a/google-maps/CHANGELOG.md +++ b/google-maps/CHANGELOG.md @@ -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. +## [5.3.3](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/google-maps@5.3.2...@capacitor/google-maps@5.3.3) (2023-10-04) + +### Bug Fixes + +- **google-maps:** Apply iconAnchor value to Marker anchor on Android ([#1822](https://github.com/ionic-team/capacitor-plugins/issues/1822)) ([ef65656](https://github.com/ionic-team/capacitor-plugins/commit/ef656564518d03624d5d74a3ca173a53594ec4ba)) +- **google-maps:** correctly apply CapacitorGoogleMapsPoint y value ([#1815](https://github.com/ionic-team/capacitor-plugins/issues/1815)) ([3c7e531](https://github.com/ionic-team/capacitor-plugins/commit/3c7e531dc1e49fa2a3267cdae3dda2379e62c005)) +- **google-maps:** use URLSession for remote iconUrl on iOS ([#1818](https://github.com/ionic-team/capacitor-plugins/issues/1818)) ([#1824](https://github.com/ionic-team/capacitor-plugins/issues/1824)) ([73ad64b](https://github.com/ionic-team/capacitor-plugins/commit/73ad64b665406d028cf2e171da89801a0ea9cf78)) + ## [5.3.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/google-maps@5.3.1...@capacitor/google-maps@5.3.2) (2023-09-14) **Note:** Version bump only for package @capacitor/google-maps diff --git a/google-maps/package.json b/google-maps/package.json index 685b6f2d4..0991ab49b 100644 --- a/google-maps/package.json +++ b/google-maps/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/google-maps", - "version": "5.3.2", + "version": "5.3.3", "description": "Google maps on Capacitor", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",