Skip to content

Commit

Permalink
Release 5.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Workflow (on behalf of IT-MikeS) committed Mar 16, 2023
1 parent 6d8c6b2 commit 76202ca
Show file tree
Hide file tree
Showing 10 changed files with 1,017 additions and 2,551 deletions.
1,690 changes: 646 additions & 1,044 deletions CHANGELOG.md

Large diffs are not rendered by default.

510 changes: 112 additions & 398 deletions android/CHANGELOG.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions android/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/android",
"version": "5.0.0-alpha.0",
"version": "5.0.0-alpha.1",
"description": "Capacitor: Cross-platform apps with JavaScript and the web",
"homepage": "https://capacitorjs.com",
"author": "Ionic Team <[email protected]> (https://ionic.io)",
Expand All @@ -23,7 +23,7 @@
"verify": "./gradlew clean lint build test -b capacitor/build.gradle"
},
"peerDependencies": {
"@capacitor/core": "^5.0.0-alpha.0"
"@capacitor/core": "^5.0.0-alpha.1"
},
"publishConfig": {
"access": "public"
Expand Down
542 changes: 123 additions & 419 deletions cli/CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/cli",
"version": "5.0.0-alpha.0",
"version": "5.0.0-alpha.1",
"description": "Capacitor: Cross-platform apps with JavaScript and the web",
"homepage": "https://capacitorjs.com",
"author": "Ionic Team <[email protected]> (https://ionic.io)",
Expand Down
Loading

0 comments on commit 76202ca

Please sign in to comment.