Skip to content

Commit

Permalink
Release 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Workflow (on behalf of giralte-ionic) committed Jul 18, 2023
1 parent 76fcf90 commit 2c27bbf
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 5 deletions.
8 changes: 8 additions & 0 deletions 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.1.5](https://github.com/ionic-team/CapacitorWatch/compare/0.1.4...0.1.5) (2023-07-18)

**Note:** Version bump only for package root





## [0.1.4](https://github.com/ionic-team/CapacitorWatch/compare/0.1.3...0.1.4) (2023-07-13)

**Note:** Version bump only for package root
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"npmClient": "pnpm",
"useNx": true,
"version": "0.1.4",
"version": "0.1.5",
"command": {
"version": {
"allowBranch": [
Expand Down
8 changes: 8 additions & 0 deletions packages/capacitor-plugin/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.1.5](https://github.com/ionic-team/CapacitorWatch/compare/0.1.4...0.1.5) (2023-07-18)

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





## [0.1.4](https://github.com/ionic-team/CapacitorWatch/compare/0.1.3...0.1.4) (2023-07-13)

**Note:** Version bump only for package @capacitor/watch
Expand Down
4 changes: 2 additions & 2 deletions packages/capacitor-plugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/capacitor-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/watch",
"version": "0.1.4",
"version": "0.1.5",
"license": "MIT",
"description": "Provide Watch interfaces and communication",
"main": "dist/plugin.cjs.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/example-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.1.5](https://github.com/ionic-team/CapacitorWatch/compare/0.1.4...0.1.5) (2023-07-18)

**Note:** Version bump only for package example-app





## [0.1.4](https://github.com/ionic-team/CapacitorWatch/compare/0.1.3...0.1.4) (2023-07-13)

**Note:** Version bump only for package example-app
Expand Down
2 changes: 1 addition & 1 deletion packages/example-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-app",
"version": "0.1.4",
"version": "0.1.5",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit 2c27bbf

Please sign in to comment.