Skip to content

Commit

Permalink
Release 0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Workflow (on behalf of giralte-ionic) committed Apr 5, 2024
1 parent c7e6009 commit 4f5b691
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 10 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.11](https://github.com/ionic-team/CapacitorWatch/compare/0.1.10...0.1.11) (2024-04-05)

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





## [0.1.10](https://github.com/ionic-team/CapacitorWatch/compare/0.1.9...0.1.10) (2023-11-02)

**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.10",
"version": "0.1.11",
"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.11](https://github.com/ionic-team/CapacitorWatch/compare/0.1.10...0.1.11) (2024-04-05)

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





## [0.1.10](https://github.com/ionic-team/CapacitorWatch/compare/0.1.9...0.1.10) (2023-11-02)

**Note:** Version bump only for package @capacitor/watch
Expand Down
6 changes: 3 additions & 3 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.10",
"version": "0.1.11",
"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.11](https://github.com/ionic-team/CapacitorWatch/compare/0.1.10...0.1.11) (2024-04-05)

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





## [0.1.10](https://github.com/ionic-team/CapacitorWatch/compare/0.1.9...0.1.10) (2023-11-02)

**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.10",
"version": "0.1.11",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit 4f5b691

Please sign in to comment.