Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
 - @capacitor/[email protected]
 - @capacitor/[email protected]
 - @capacitor/[email protected]
  • Loading branch information
Github Workflow (on behalf of IT-MikeS) committed Feb 22, 2023
1 parent 260f8a7 commit 89d09cb
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 3 deletions.
17 changes: 17 additions & 0 deletions google-maps/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.5.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/[email protected]...@capacitor/[email protected]) (2023-02-22)


### Bug Fixes

* **google-maps/android:** dispatch touch events to correct y position ([#1415](https://github.com/ionic-team/capacitor-plugins/issues/1415)) ([87e9a6e](https://github.com/ionic-team/capacitor-plugins/commit/87e9a6e97f843228c62245a80eeb6cb86d43500e))


### Features

* **google-maps:** add contains to LatLngBounds ([a6b9962](https://github.com/ionic-team/capacitor-plugins/commit/a6b9962f1b6d6c2f873dd8c373b7aa16a49eff6d))
* **google-maps:** Add getMapType method ([#1420](https://github.com/ionic-team/capacitor-plugins/issues/1420)) ([c2fa96f](https://github.com/ionic-team/capacitor-plugins/commit/c2fa96fc709b59fa55a6f61ecb4d80be214982c5))





# [4.4.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/[email protected]...@capacitor/[email protected]) (2023-02-03)


Expand Down
2 changes: 1 addition & 1 deletion google-maps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/google-maps",
"version": "4.4.0",
"version": "4.5.0",
"description": "Google maps on Capacitor",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
11 changes: 11 additions & 0 deletions screen-orientation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 4.1.0 (2023-02-22)


### Features

* **screen-orientation:** add the plugin ([#1340](https://github.com/ionic-team/capacitor-plugins/issues/1340)) ([260f8a7](https://github.com/ionic-team/capacitor-plugins/commit/260f8a79c8363b71ffdb5ace20727e540f2d0520))
2 changes: 1 addition & 1 deletion screen-orientation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/screen-orientation",
"version": "4.0.0",
"version": "4.1.0",
"description": "The Screen Orientation API provides methods to lock and unlock the screen orientation.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
11 changes: 11 additions & 0 deletions splash-screen/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.

# [4.2.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/[email protected]...@capacitor/[email protected]) (2023-02-22)


### Features

* **splash-screen:** Add launchFadeOutDuration configuration option ([#1393](https://github.com/ionic-team/capacitor-plugins/issues/1393)) ([66929c2](https://github.com/ionic-team/capacitor-plugins/commit/66929c2177009f65758ccbacdc166ae95294ef37))





## [4.1.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/[email protected]...@capacitor/[email protected]) (2023-02-03)

**Note:** Version bump only for package @capacitor/splash-screen
Expand Down
2 changes: 1 addition & 1 deletion splash-screen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/splash-screen",
"version": "4.1.4",
"version": "4.2.0",
"description": "The Splash Screen API provides methods for showing or hiding a Splash image.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 89d09cb

Please sign in to comment.