Skip to content

Commit a3a986e

Browse files
author
Github Workflow (on behalf of giralte-ionic)
committed
Release 1.0.5
1 parent 418d733 commit a3a986e

File tree

10 files changed

+51
-5
lines changed

10 files changed

+51
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.5](https://github.com/ionic-team/capacitor-background-runner/compare/1.0.4...1.0.5) (2023-08-17)
7+
8+
9+
### Bug Fixes
10+
11+
* using fully qualitifed class name for TimedNotificationPublisher ([c4b3bd8](https://github.com/ionic-team/capacitor-background-runner/commit/c4b3bd8c9f4fb881bfab05b2c95c2e0d7387cee8))
12+
13+
14+
15+
16+
617
## [1.0.4](https://github.com/ionic-team/capacitor-background-runner/compare/1.0.3...1.0.4) (2023-08-10)
718

819
**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.5](https://github.com/ionic-team/capacitor-background-runner/compare/1.0.4...1.0.5) (2023-08-17)
7+
8+
**Note:** Version bump only for package example-app
9+
10+
11+
12+
13+
614
## [1.0.4](https://github.com/ionic-team/capacitor-background-runner/compare/1.0.3...1.0.4) (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.4",
3+
"version": "1.0.5",
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.4",
5+
"version": "1.0.5",
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.5](https://github.com/ionic-team/capacitor-background-runner/compare/1.0.4...1.0.5) (2023-08-17)
7+
8+
**Note:** Version bump only for package android-engine
9+
10+
11+
12+
13+
614
## [1.0.4](https://github.com/ionic-team/capacitor-background-runner/compare/1.0.3...1.0.4) (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.4"
20+
"version": "1.0.5"
2121
}

packages/capacitor-plugin/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.5](https://github.com/ionic-team/capacitor-background-runner/compare/1.0.4...1.0.5) (2023-08-17)
7+
8+
9+
### Bug Fixes
10+
11+
* using fully qualitifed class name for TimedNotificationPublisher ([c4b3bd8](https://github.com/ionic-team/capacitor-background-runner/commit/c4b3bd8c9f4fb881bfab05b2c95c2e0d7387cee8))
12+
13+
14+
15+
16+
617
## [1.0.4](https://github.com/ionic-team/capacitor-background-runner/compare/1.0.3...1.0.4) (2023-08-10)
718

819
**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.4",
3+
"version": "1.0.5",
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.5](https://github.com/ionic-team/capacitor-background-runner/compare/1.0.4...1.0.5) (2023-08-17)
7+
8+
**Note:** Version bump only for package ios-engine
9+
10+
11+
12+
13+
614
## [1.0.4](https://github.com/ionic-team/capacitor-background-runner/compare/1.0.3...1.0.4) (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.4"
13+
"version": "1.0.5"
1414
}

0 commit comments

Comments
 (0)