Skip to content

Commit

Permalink
Merge branch 'main' into Google-Map-Marker-Point-Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Sep 27, 2023
2 parents c3bb2f1 + 0266137 commit 4b6587d
Show file tree
Hide file tree
Showing 8 changed files with 108 additions and 457 deletions.
276 changes: 45 additions & 231 deletions browser/CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/browser",
"version": "5.0.6",
"version": "5.1.0",
"description": "The Browser API provides the ability to open an in-app browser and subscribe to browser events.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions filesystem/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.1.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/[email protected]...@capacitor/[email protected]) (2023-09-14)

**Note:** Version bump only for package @capacitor/filesystem

## [5.1.3](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/[email protected]...@capacitor/[email protected]) (2023-08-23)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion filesystem/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/filesystem",
"version": "5.1.3",
"version": "5.1.4",
"description": "The Filesystem API provides a NodeJS-like API for working with files on the device.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions google-maps/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.3.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/[email protected]...@capacitor/[email protected]) (2023-09-14)

**Note:** Version bump only for package @capacitor/google-maps

## [5.3.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/[email protected]...@capacitor/[email protected]) (2023-08-23)

### Bug Fixes
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": "5.3.1",
"version": "5.3.2",
"description": "Google maps on Capacitor",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
273 changes: 51 additions & 222 deletions push-notifications/CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion push-notifications/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/push-notifications",
"version": "5.0.6",
"version": "5.1.0",
"description": "The Push Notifications API provides access to native push notifications.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 4b6587d

Please sign in to comment.