Skip to content

Commit 7f1a177

Browse files
author
Github Workflow (on behalf of giralte-ionic)
committed
Release 1.0.3
1 parent 1371ae8 commit 7f1a177

File tree

10 files changed

+45
-5
lines changed

10 files changed

+45
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.3](https://github.com/ionic-team/capacitor-background-runner/compare/1.0.2...1.0.3) (2023-08-10)
7+
8+
**Note:** Version bump only for package root
9+
10+
11+
12+
13+
614
## [1.0.2](https://github.com/ionic-team/capacitor-background-runner/compare/1.0.1...1.0.2) (2023-08-10)
715

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

apps/example-app/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.3](https://github.com/ionic-team/capacitor-background-runner/compare/1.0.2...1.0.3) (2023-08-10)
7+
8+
**Note:** Version bump only for package example-app
9+
10+
11+
12+
13+
614
## [1.0.2](https://github.com/ionic-team/capacitor-background-runner/compare/1.0.1...1.0.2) (2023-08-10)
715

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

apps/example-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-app",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"private": true,
55
"dependencies": {
66
"@babel/plugin-syntax-flow": "^7.22.5",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"npmClient": "pnpm",
44
"useNx": true,
5-
"version": "1.0.2",
5+
"version": "1.0.3",
66
"command": {
77
"version": {
88
"allowBranch": [

packages/android-engine/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.3](https://github.com/ionic-team/capacitor-background-runner/compare/1.0.2...1.0.3) (2023-08-10)
7+
8+
**Note:** Version bump only for package android-engine
9+
10+
11+
12+
13+
614
## [1.0.2](https://github.com/ionic-team/capacitor-background-runner/compare/1.0.1...1.0.2) (2023-08-10)
715

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

packages/android-engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
"prettier": "prettier --plugin-search-dir=. \"**/*.{css,html,ts,js,java}\"",
1818
"clang-format": "clang-format --glob=android-js-engine/src/main/cpp/**/*.{cpp,h}"
1919
},
20-
"version": "1.0.2"
20+
"version": "1.0.3"
2121
}

packages/capacitor-plugin/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.3](https://github.com/ionic-team/capacitor-background-runner/compare/1.0.2...1.0.3) (2023-08-10)
7+
8+
**Note:** Version bump only for package @capacitor/background-runner
9+
10+
11+
12+
13+
614
## [1.0.2](https://github.com/ionic-team/capacitor-background-runner/compare/1.0.1...1.0.2) (2023-08-10)
715

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

packages/capacitor-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/background-runner",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Capacitor Background Runner",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

packages/ios-engine/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.3](https://github.com/ionic-team/capacitor-background-runner/compare/1.0.2...1.0.3) (2023-08-10)
7+
8+
**Note:** Version bump only for package ios-engine
9+
10+
11+
12+
13+
614
## [1.0.2](https://github.com/ionic-team/capacitor-background-runner/compare/1.0.1...1.0.2) (2023-08-10)
715

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

packages/ios-engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"@ionic/swiftlint-config": "^1.1.2",
1111
"swiftlint": "^1.0.2"
1212
},
13-
"version": "1.0.2"
13+
"version": "1.0.3"
1414
}

0 commit comments

Comments
 (0)