Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Workflow (on behalf of giralte-ionic) committed Aug 10, 2023
1 parent 1371ae8 commit 7f1a177
Show file tree
Hide file tree
Showing 10 changed files with 45 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.

## [1.0.3](https://github.com/ionic-team/capacitor-background-runner/compare/1.0.2...1.0.3) (2023-08-10)

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





## [1.0.2](https://github.com/ionic-team/capacitor-background-runner/compare/1.0.1...1.0.2) (2023-08-10)

**Note:** Version bump only for package root
Expand Down
8 changes: 8 additions & 0 deletions apps/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.

## [1.0.3](https://github.com/ionic-team/capacitor-background-runner/compare/1.0.2...1.0.3) (2023-08-10)

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





## [1.0.2](https://github.com/ionic-team/capacitor-background-runner/compare/1.0.1...1.0.2) (2023-08-10)

**Note:** Version bump only for package example-app
Expand Down
2 changes: 1 addition & 1 deletion apps/example-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-app",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"dependencies": {
"@babel/plugin-syntax-flow": "^7.22.5",
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": "1.0.2",
"version": "1.0.3",
"command": {
"version": {
"allowBranch": [
Expand Down
8 changes: 8 additions & 0 deletions packages/android-engine/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.

## [1.0.3](https://github.com/ionic-team/capacitor-background-runner/compare/1.0.2...1.0.3) (2023-08-10)

**Note:** Version bump only for package android-engine





## [1.0.2](https://github.com/ionic-team/capacitor-background-runner/compare/1.0.1...1.0.2) (2023-08-10)

**Note:** Version bump only for package android-engine
Expand Down
2 changes: 1 addition & 1 deletion packages/android-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"prettier": "prettier --plugin-search-dir=. \"**/*.{css,html,ts,js,java}\"",
"clang-format": "clang-format --glob=android-js-engine/src/main/cpp/**/*.{cpp,h}"
},
"version": "1.0.2"
"version": "1.0.3"
}
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.

## [1.0.3](https://github.com/ionic-team/capacitor-background-runner/compare/1.0.2...1.0.3) (2023-08-10)

**Note:** Version bump only for package @capacitor/background-runner





## [1.0.2](https://github.com/ionic-team/capacitor-background-runner/compare/1.0.1...1.0.2) (2023-08-10)

**Note:** Version bump only for package @capacitor/background-runner
Expand Down
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/background-runner",
"version": "1.0.2",
"version": "1.0.3",
"description": "Capacitor Background Runner",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/ios-engine/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.

## [1.0.3](https://github.com/ionic-team/capacitor-background-runner/compare/1.0.2...1.0.3) (2023-08-10)

**Note:** Version bump only for package ios-engine





## [1.0.2](https://github.com/ionic-team/capacitor-background-runner/compare/1.0.1...1.0.2) (2023-08-10)

**Note:** Version bump only for package ios-engine
Expand Down
2 changes: 1 addition & 1 deletion packages/ios-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"@ionic/swiftlint-config": "^1.1.2",
"swiftlint": "^1.0.2"
},
"version": "1.0.2"
"version": "1.0.3"
}

0 comments on commit 7f1a177

Please sign in to comment.