Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
 - @capacitor/action-sheet@0.4.0
 - @capacitor/app@0.3.0
 - @capacitor/app-launcher@0.5.0
 - @capacitor/browser@0.4.0
 - @capacitor/camera@0.3.0
 - @capacitor/clipboard@0.4.0
 - @capacitor/device@0.5.0
 - @capacitor/dialog@0.4.0
 - @capacitor/filesystem@0.3.0
 - @capacitor/geolocation@0.3.0
 - @capacitor/haptics@0.3.0
 - @capacitor/keyboard@0.5.0
 - @capacitor/local-notifications@0.2.0
 - @capacitor/motion@0.3.0
 - @capacitor/network@0.4.0
 - @capacitor/push-notifications@0.3.0
 - @capacitor/screen-reader@0.3.0
 - @capacitor/share@0.4.0
 - @capacitor/splash-screen@0.3.0
 - @capacitor/status-bar@0.4.0
 - @capacitor/storage@0.3.0
 - @capacitor/text-zoom@0.3.0
 - @capacitor/toast@0.4.0
  • Loading branch information
imhoffd committed Jan 14, 2021
1 parent d4f5c65 commit 6c72499
Show file tree
Hide file tree
Showing 46 changed files with 207 additions and 23 deletions.
8 changes: 8 additions & 0 deletions action-sheet/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [0.4.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/action-sheet@0.3.0...@capacitor/action-sheet@0.4.0) (2021-01-14)

**Note:** Version bump only for package @capacitor/action-sheet





# [0.3.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/action-sheet@0.2.4...@capacitor/action-sheet@0.3.0) (2021-01-13)


Expand Down
2 changes: 1 addition & 1 deletion action-sheet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/action-sheet",
"version": "0.3.0",
"version": "0.4.0",
"description": "The Action Sheet API provides access to native Action Sheets, which come up from the bottom of the screen and display actions a user can take.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions app-launcher/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [0.5.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app-launcher@0.4.0...@capacitor/app-launcher@0.5.0) (2021-01-14)

**Note:** Version bump only for package @capacitor/app-launcher





# [0.4.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app-launcher@0.3.2...@capacitor/app-launcher@0.4.0) (2021-01-13)


Expand Down
2 changes: 1 addition & 1 deletion app-launcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/app-launcher",
"version": "0.4.0",
"version": "0.5.0",
"description": "The AppLauncher API allows to open other apps",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [0.3.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app@0.2.0...@capacitor/app@0.3.0) (2021-01-14)

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





# [0.2.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app@0.1.4...@capacitor/app@0.2.0) (2021-01-13)


Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/app",
"version": "0.2.0",
"version": "0.3.0",
"description": "The App API handles high level App state and events.For example, this API emits events when the app enters and leaves the foreground, handles deeplinks, opens other apps, and manages persisted plugin state.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions browser/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [0.4.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/browser@0.3.0...@capacitor/browser@0.4.0) (2021-01-14)

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





# [0.3.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/browser@0.2.4...@capacitor/browser@0.3.0) (2021-01-13)


Expand Down
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": "0.3.0",
"version": "0.4.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
8 changes: 8 additions & 0 deletions camera/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [0.3.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/camera@0.2.0...@capacitor/camera@0.3.0) (2021-01-14)

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





# [0.2.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/camera@0.1.4...@capacitor/camera@0.2.0) (2021-01-13)


Expand Down
2 changes: 1 addition & 1 deletion camera/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/camera",
"version": "0.2.0",
"version": "0.3.0",
"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
8 changes: 8 additions & 0 deletions clipboard/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [0.4.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/clipboard@0.3.0...@capacitor/clipboard@0.4.0) (2021-01-14)

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





# [0.3.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/clipboard@0.2.4...@capacitor/clipboard@0.3.0) (2021-01-13)


Expand Down
2 changes: 1 addition & 1 deletion clipboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/clipboard",
"version": "0.3.0",
"version": "0.4.0",
"description": "The Clipboard API enables copy and pasting to/from the system clipboard.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions device/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [0.5.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/device@0.4.0...@capacitor/device@0.5.0) (2021-01-14)

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





# [0.4.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/device@0.3.3...@capacitor/device@0.4.0) (2021-01-13)


Expand Down
2 changes: 1 addition & 1 deletion device/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/device",
"version": "0.4.0",
"version": "0.5.0",
"description": "The Device API exposes internal information about the device, such as the model and operating system version, along with user information such as unique ids.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions dialog/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [0.4.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/dialog@0.3.0...@capacitor/dialog@0.4.0) (2021-01-14)

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





# [0.3.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/dialog@0.2.4...@capacitor/dialog@0.3.0) (2021-01-13)


Expand Down
2 changes: 1 addition & 1 deletion dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/dialog",
"version": "0.3.0",
"version": "0.4.0",
"description": "The Dialog API provides methods for triggering native dialog windows for alerts, confirmations, and input prompts",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions filesystem/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [0.3.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/filesystem@0.2.0...@capacitor/filesystem@0.3.0) (2021-01-14)

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





# [0.2.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/filesystem@0.1.3...@capacitor/filesystem@0.2.0) (2021-01-13)


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": "0.2.0",
"version": "0.3.0",
"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
8 changes: 8 additions & 0 deletions geolocation/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [0.3.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/geolocation@0.2.0...@capacitor/geolocation@0.3.0) (2021-01-14)

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





# [0.2.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/geolocation@0.1.3...@capacitor/geolocation@0.2.0) (2021-01-13)


Expand Down
2 changes: 1 addition & 1 deletion geolocation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/geolocation",
"version": "0.2.0",
"version": "0.3.0",
"description": "The Geolocation API provides simple methods for getting and tracking the current position of the device using GPS, along with altitude, heading, and speed information if available.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions haptics/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [0.3.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/haptics@0.2.0...@capacitor/haptics@0.3.0) (2021-01-14)

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





# [0.2.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/haptics@0.1.4...@capacitor/haptics@0.2.0) (2021-01-13)


Expand Down
2 changes: 1 addition & 1 deletion haptics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/haptics",
"version": "0.2.0",
"version": "0.3.0",
"description": "The Haptics API provides physical feedback to the user through touch or vibration.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions keyboard/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [0.5.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/keyboard@0.4.0...@capacitor/keyboard@0.5.0) (2021-01-14)

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





# [0.4.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/keyboard@0.3.3...@capacitor/keyboard@0.4.0) (2021-01-13)


Expand Down
2 changes: 1 addition & 1 deletion keyboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/keyboard",
"version": "0.4.0",
"version": "0.5.0",
"description": "The Keyboard API provides keyboard display and visibility control, along with event tracking when the keyboard shows and hides.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions local-notifications/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [0.2.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/local-notifications@0.1.0...@capacitor/local-notifications@0.2.0) (2021-01-14)

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





# 0.1.0 (2021-01-13)


Expand Down
2 changes: 1 addition & 1 deletion local-notifications/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/local-notifications",
"version": "0.1.0",
"version": "0.2.0",
"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 motion/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [0.3.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/motion@0.2.0...@capacitor/motion@0.3.0) (2021-01-14)

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





# [0.2.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/motion@0.1.4...@capacitor/motion@0.2.0) (2021-01-13)


Expand Down
2 changes: 1 addition & 1 deletion motion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/motion",
"version": "0.2.0",
"version": "0.3.0",
"description": "The Motion API tracks accelerometer and device orientation (compass heading, etc.)",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions network/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [0.4.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/network@0.3.0...@capacitor/network@0.4.0) (2021-01-14)

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





# [0.3.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/network@0.2.4...@capacitor/network@0.3.0) (2021-01-13)


Expand Down
2 changes: 1 addition & 1 deletion network/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/network",
"version": "0.3.0",
"version": "0.4.0",
"description": "The Network API provides network and connectivity information.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions push-notifications/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [0.3.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/push-notifications@0.2.0...@capacitor/push-notifications@0.3.0) (2021-01-14)

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





# [0.2.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/push-notifications@0.1.0...@capacitor/push-notifications@0.2.0) (2021-01-13)


Expand Down
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": "0.2.0",
"version": "0.3.0",
"description": "The Push Notifications API provides access to native push notifications.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions screen-reader/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [0.3.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@0.2.0...@capacitor/screen-reader@0.3.0) (2021-01-14)

**Note:** Version bump only for package @capacitor/screen-reader





# [0.2.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-reader@0.1.4...@capacitor/screen-reader@0.2.0) (2021-01-13)


Expand Down
2 changes: 1 addition & 1 deletion screen-reader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/screen-reader",
"version": "0.2.0",
"version": "0.3.0",
"description": "The Screen Reader API provides access to TalkBack/VoiceOver/etc. and provides simple text-to-speech capabilities for visual accessibility.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 6c72499

Please sign in to comment.