Skip to content

Commit

Permalink
Upd to @capacitor/core@4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jepiqueau committed May 12, 2023
1 parent 19ebaea commit dff3095
Show file tree
Hide file tree
Showing 11 changed files with 640 additions and 629 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 4.8.0-1 (2023-05-12)

### Chores

- Update to Capacitor 4.6.2
- Update to hls.js 1.4.3

## 4.6.2 (2023-05-12)

### Bug Fixes
Expand Down
Binary file modified android/.gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
8 changes: 4 additions & 4 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- Capacitor (4.6.2):
- Capacitor (4.8.0):
- CapacitorCordova
- CapacitorCordova (4.6.2)
- CapacitorCordova (4.8.0)

DEPENDENCIES:
- "Capacitor (from `../node_modules/@capacitor/ios`)"
Expand All @@ -14,8 +14,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/@capacitor/ios"

SPEC CHECKSUMS:
Capacitor: a83814f7b8678d3fbb8989324f51b442eafdb6f7
CapacitorCordova: 855dd572d01508c8992d5470e0dfe33ebb169c4d
Capacitor: 6002aadd64492438e5242325025045235dcb7e84
CapacitorCordova: c6249dcb2cf04dd835c0e99df1df4b9c8ad997e2

PODFILE CHECKSUM: 14e8b2400457751b865e1c327e7cfa1c6fa67da6

Expand Down
4 changes: 2 additions & 2 deletions ios/Pods/Local Podspecs/Capacitor.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ios/Pods/Local Podspecs/CapacitorCordova.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions ios/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,164 changes: 584 additions & 580 deletions ios/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

60 changes: 30 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@
"prepublishOnly": "npm run build && npm run docgen"
},
"devDependencies": {
"@capacitor/android": "^4.6.2",
"@capacitor/core": "^4.6.2",
"@capacitor/android": "^4.8.0",
"@capacitor/core": "^4.8.0",
"@capacitor/docgen": "^0.0.17",
"@capacitor/ios": "^4.6.2",
"@capacitor/ios": "^4.8.0",
"@ionic/eslint-config": "^0.3.0",
"@ionic/prettier-config": "^1.0.1",
"@ionic/swiftlint-config": "^1.1.2",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"eslint": "^7.11.0",
"hls.js": "^1.3.1",
"hls.js": "^1.4.3",
"prettier": "~2.3.0",
"prettier-plugin-java": "~1.0.2",
"rimraf": "^3.0.2",
Expand All @@ -65,7 +65,7 @@
},
"peerDependencies": {
"@capacitor/core": "^4.0.0",
"hls.js": "^1.3.1"
"hls.js": "^1.4.0"
},
"prettier": "@ionic/prettier-config",
"swiftlint": "@ionic/swiftlint-config",
Expand Down

0 comments on commit dff3095

Please sign in to comment.