Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
 - @capacitor/camera@1.0.3
 - @capacitor/local-notifications@1.0.3
 - @capacitor/push-notifications@1.0.3
 - @capacitor/share@1.0.3
 - @capacitor/storage@1.0.3
  • Loading branch information
elylucas committed Jul 7, 2021
1 parent a65c05e commit 671617a
Show file tree
Hide file tree
Showing 10 changed files with 55 additions and 5 deletions.
12 changes: 12 additions & 0 deletions camera/CHANGELOG.md
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/camera@1.0.2...@capacitor/camera@1.0.3) (2021-07-07)


### Bug Fixes

* **camera:** Reset exif orientation if corrected ([#510](https://github.com/ionic-team/capacitor-plugins/issues/510)) ([a65c05e](https://github.com/ionic-team/capacitor-plugins/commit/a65c05e0de8f53e7371c194047a75797d53879b5))
* **camera:** Return the full webPath ([#502](https://github.com/ionic-team/capacitor-plugins/issues/502)) ([e849732](https://github.com/ionic-team/capacitor-plugins/commit/e849732dbcf5e85d1df09835c53ff5738fbb4ded))





## [1.0.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/camera@1.0.1...@capacitor/camera@1.0.2) (2021-06-23)


Expand Down
2 changes: 1 addition & 1 deletion camera/package.json
@@ -1,6 +1,6 @@
{
"name": "@capacitor/camera",
"version": "1.0.2",
"version": "1.0.3",
"description": "The Camera API provides the ability to take a photo with the camera or choose an existing one from the photo album.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
11 changes: 11 additions & 0 deletions local-notifications/CHANGELOG.md
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.

## [1.0.3](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/local-notifications@1.0.2...@capacitor/local-notifications@1.0.3) (2021-07-07)


### Bug Fixes

* **local-notifications:** requestPermissions and checkPermissions return if enabled ([#494](https://github.com/ionic-team/capacitor-plugins/issues/494)) ([555bb1f](https://github.com/ionic-team/capacitor-plugins/commit/555bb1f9bd02ccd999891a316e7ee0f8c1844e92))





## [1.0.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/local-notifications@1.0.1...@capacitor/local-notifications@1.0.2) (2021-06-23)

**Note:** Version bump only for package @capacitor/local-notifications
Expand Down
2 changes: 1 addition & 1 deletion local-notifications/package.json
@@ -1,6 +1,6 @@
{
"name": "@capacitor/local-notifications",
"version": "1.0.2",
"version": "1.0.3",
"description": "The Local Notifications API provides a way to schedule device notifications locally (i.e. without a server sending push notifications).",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions push-notifications/CHANGELOG.md
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.

## [1.0.3](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/push-notifications@1.0.2...@capacitor/push-notifications@1.0.3) (2021-07-07)

**Note:** Version bump only for package @capacitor/push-notifications





## [1.0.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/push-notifications@1.0.1...@capacitor/push-notifications@1.0.2) (2021-06-23)

**Note:** Version bump only for package @capacitor/push-notifications
Expand Down
2 changes: 1 addition & 1 deletion push-notifications/package.json
@@ -1,6 +1,6 @@
{
"name": "@capacitor/push-notifications",
"version": "1.0.2",
"version": "1.0.3",
"description": "The Push Notifications API provides access to native push notifications.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
11 changes: 11 additions & 0 deletions share/CHANGELOG.md
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.

## [1.0.3](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/share@1.0.2...@capacitor/share@1.0.3) (2021-07-07)


### Bug Fixes

* **share:** Prevent share if sharing in progress ([#489](https://github.com/ionic-team/capacitor-plugins/issues/489)) ([3479783](https://github.com/ionic-team/capacitor-plugins/commit/34797837363588f4511403e39017bf6b656685cb))





## [1.0.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/share@1.0.1...@capacitor/share@1.0.2) (2021-06-23)

**Note:** Version bump only for package @capacitor/share
Expand Down
2 changes: 1 addition & 1 deletion share/package.json
@@ -1,6 +1,6 @@
{
"name": "@capacitor/share",
"version": "1.0.2",
"version": "1.0.3",
"description": "The Share API provides methods for sharing content in any sharing-enabled apps the user may have installed.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions storage/CHANGELOG.md
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.

## [1.0.3](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/storage@1.0.2...@capacitor/storage@1.0.3) (2021-07-07)

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





## [1.0.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/storage@1.0.1...@capacitor/storage@1.0.2) (2021-06-23)

**Note:** Version bump only for package @capacitor/storage
Expand Down
2 changes: 1 addition & 1 deletion storage/package.json
@@ -1,6 +1,6 @@
{
"name": "@capacitor/storage",
"version": "1.0.2",
"version": "1.0.3",
"description": "The Storage API provides a simple key/value persistent store for lightweight data.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 671617a

Please sign in to comment.