diff --git a/CHANGELOG.md b/CHANGELOG.md index b328a9f9..049091eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.1](https://github.com/ionic-team/capacitor-background-runner/compare/1.0.0...1.0.1) (2023-08-09) + + +### Bug Fixes + +* setting JavaVersion to 17 ([#14](https://github.com/ionic-team/capacitor-background-runner/issues/14)) ([5844d0c](https://github.com/ionic-team/capacitor-background-runner/commit/5844d0c814378b9c4ebafe752c297d7110e8c2ba)) +* Supporting post install script on Windows ([#12](https://github.com/ionic-team/capacitor-background-runner/issues/12)) ([75b4ed0](https://github.com/ionic-team/capacitor-background-runner/commit/75b4ed0cdb44c4caa506c9969b7fdbbe2e122779)) +* Updating to Gradle 8 ([#17](https://github.com/ionic-team/capacitor-background-runner/issues/17)) ([353dbe3](https://github.com/ionic-team/capacitor-background-runner/commit/353dbe331f5ed2344ded407041e001e440b9d0ee)) + + + + + # 1.0.0 (2023-07-18) diff --git a/apps/example-app/CHANGELOG.md b/apps/example-app/CHANGELOG.md index 1a65d24c..da0981e1 100644 --- a/apps/example-app/CHANGELOG.md +++ b/apps/example-app/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.1](https://github.com/ionic-team/capacitor-background-runner/compare/1.0.0...1.0.1) (2023-08-09) + + +### Bug Fixes + +* setting JavaVersion to 17 ([#14](https://github.com/ionic-team/capacitor-background-runner/issues/14)) ([5844d0c](https://github.com/ionic-team/capacitor-background-runner/commit/5844d0c814378b9c4ebafe752c297d7110e8c2ba)) +* Supporting post install script on Windows ([#12](https://github.com/ionic-team/capacitor-background-runner/issues/12)) ([75b4ed0](https://github.com/ionic-team/capacitor-background-runner/commit/75b4ed0cdb44c4caa506c9969b7fdbbe2e122779)) + + + + + # 1.0.0 (2023-07-18) diff --git a/apps/example-app/package.json b/apps/example-app/package.json index 7a3c13b6..32fd96d5 100644 --- a/apps/example-app/package.json +++ b/apps/example-app/package.json @@ -1,6 +1,6 @@ { "name": "example-app", - "version": "1.0.0", + "version": "1.0.1", "private": true, "dependencies": { "@babel/plugin-syntax-flow": "^7.22.5", @@ -74,4 +74,4 @@ "@capacitor/cli": "^5.2.2" }, "description": "An Ionic project" -} \ No newline at end of file +} diff --git a/lerna.json b/lerna.json index 3c2ad816..5a23cf86 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "$schema": "node_modules/lerna/schemas/lerna-schema.json", "npmClient": "pnpm", "useNx": true, - "version": "1.0.0", + "version": "1.0.1", "command": { "version": { "allowBranch": [ diff --git a/packages/android-engine/CHANGELOG.md b/packages/android-engine/CHANGELOG.md index e213fb5d..24423420 100644 --- a/packages/android-engine/CHANGELOG.md +++ b/packages/android-engine/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.1](https://github.com/ionic-team/capacitor-background-runner/compare/1.0.0...1.0.1) (2023-08-09) + + +### Bug Fixes + +* Updating to Gradle 8 ([#17](https://github.com/ionic-team/capacitor-background-runner/issues/17)) ([353dbe3](https://github.com/ionic-team/capacitor-background-runner/commit/353dbe331f5ed2344ded407041e001e440b9d0ee)) + + + + + # 1.0.0 (2023-07-18) diff --git a/packages/android-engine/package.json b/packages/android-engine/package.json index 3946e4e0..ee8350fc 100644 --- a/packages/android-engine/package.json +++ b/packages/android-engine/package.json @@ -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.0" + "version": "1.0.1" } diff --git a/packages/capacitor-plugin/CHANGELOG.md b/packages/capacitor-plugin/CHANGELOG.md index 67e7d0ac..87cbd21d 100644 --- a/packages/capacitor-plugin/CHANGELOG.md +++ b/packages/capacitor-plugin/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.1](https://github.com/ionic-team/capacitor-background-runner/compare/1.0.0...1.0.1) (2023-08-09) + + +### Bug Fixes + +* setting JavaVersion to 17 ([#14](https://github.com/ionic-team/capacitor-background-runner/issues/14)) ([5844d0c](https://github.com/ionic-team/capacitor-background-runner/commit/5844d0c814378b9c4ebafe752c297d7110e8c2ba)) +* Supporting post install script on Windows ([#12](https://github.com/ionic-team/capacitor-background-runner/issues/12)) ([75b4ed0](https://github.com/ionic-team/capacitor-background-runner/commit/75b4ed0cdb44c4caa506c9969b7fdbbe2e122779)) +* Updating to Gradle 8 ([#17](https://github.com/ionic-team/capacitor-background-runner/issues/17)) ([353dbe3](https://github.com/ionic-team/capacitor-background-runner/commit/353dbe331f5ed2344ded407041e001e440b9d0ee)) + + + + + # 1.0.0 (2023-07-18) diff --git a/packages/capacitor-plugin/package.json b/packages/capacitor-plugin/package.json index 098f1745..d022ac56 100644 --- a/packages/capacitor-plugin/package.json +++ b/packages/capacitor-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/background-runner", - "version": "1.0.0", + "version": "1.0.1", "description": "Capacitor Background Runner", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js", diff --git a/packages/ios-engine/CHANGELOG.md b/packages/ios-engine/CHANGELOG.md index 2afc27ce..ae41f5ea 100644 --- a/packages/ios-engine/CHANGELOG.md +++ b/packages/ios-engine/CHANGELOG.md @@ -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.1](https://github.com/ionic-team/capacitor-background-runner/compare/1.0.0...1.0.1) (2023-08-09) + +**Note:** Version bump only for package ios-engine + + + + + # 1.0.0 (2023-07-18) diff --git a/packages/ios-engine/package.json b/packages/ios-engine/package.json index 8ed30d47..477347e8 100644 --- a/packages/ios-engine/package.json +++ b/packages/ios-engine/package.json @@ -10,5 +10,5 @@ "@ionic/swiftlint-config": "^1.1.2", "swiftlint": "^1.0.2" }, - "version": "1.0.0" + "version": "1.0.1" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0d4378bb..d328805d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,5 +1,9 @@ lockfileVersion: '6.0' +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false + importers: .: