Skip to content

Commit

Permalink
Upcoming Release (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 7, 2024
1 parent 4957271 commit c290f3c
Show file tree
Hide file tree
Showing 10 changed files with 48 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-books-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-worms-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-panthers-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-vans-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-eggs-learn.md

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 2.0.0

### Major Changes

- 4cc44dd: Adding a new App API, as well as app badge manipulation methods to the Notifications API
- 36d9a61: Fixing typo in CapacitorWatch interface name
- 3194a7d: Updates to support Capacitor 6

### Minor Changes

- 7adb608: (Android) Adding support for Content-Length in fetch requests
- 4957271: (iOS) Fixing task repeat functionality

## 1.1.0

### Minor Changes
Expand Down
11 changes: 11 additions & 0 deletions apps/example-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 1.0.7

### Patch Changes

- Updated dependencies [4cc44dd]
- Updated dependencies [7adb608]
- Updated dependencies [36d9a61]
- Updated dependencies [4957271]
- Updated dependencies [3194a7d]
- @capacitor/background-runner@2.0.0

## 1.0.6

### Patch Changes
Expand Down
13 changes: 10 additions & 3 deletions 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.6",
"version": "1.0.7",
"private": true,
"dependencies": {
"@babel/plugin-syntax-flow": "^7.22.5",
Expand Down Expand Up @@ -53,10 +53,17 @@
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": ["react-app", "react-app/jest"]
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [">0.2%", "not dead", "not op_mini all"],
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
Expand Down
13 changes: 13 additions & 0 deletions packages/capacitor-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 2.0.0

### Major Changes

- 4cc44dd: Adding a new App API, as well as app badge manipulation methods to the Notifications API
- 36d9a61: Fixing typo in CapacitorWatch interface name
- 3194a7d: Updates to support Capacitor 6

### Minor Changes

- 7adb608: (Android) Adding support for Content-Length in fetch requests
- 4957271: (iOS) Fixing task repeat functionality

## 1.1.0

### Minor Changes
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.1.0",
"version": "2.0.0",
"description": "Capacitor Background Runner",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit c290f3c

Please sign in to comment.