Skip to content

Commit

Permalink
Release 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Workflow (on behalf of giralte-ionic) committed Aug 9, 2023
1 parent 6025e9e commit adf740e
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.7](https://github.com/ionic-team/CapacitorWatch/compare/0.1.6...0.1.7) (2023-08-09)

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





## [0.1.6](https://github.com/ionic-team/CapacitorWatch/compare/0.1.5...0.1.6) (2023-08-01)

**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.6",
"version": "0.1.7",
"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.7](https://github.com/ionic-team/CapacitorWatch/compare/0.1.6...0.1.7) (2023-08-09)

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





## [0.1.6](https://github.com/ionic-team/CapacitorWatch/compare/0.1.5...0.1.6) (2023-08-01)

**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.6",
"version": "0.1.7",
"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.7](https://github.com/ionic-team/CapacitorWatch/compare/0.1.6...0.1.7) (2023-08-09)

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





## [0.1.6](https://github.com/ionic-team/CapacitorWatch/compare/0.1.5...0.1.6) (2023-08-01)

**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.6",
"version": "0.1.7",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit adf740e

Please sign in to comment.