Skip to content

Commit a1ca350

Browse files
jcesarmobileWallsStarring
authored andcommitted
chore: Prepare for Capacitor 8 stable version (ionic-team#153)
1 parent 3e860cf commit a1ca350

File tree

5 files changed

+7
-12
lines changed

5 files changed

+7
-12
lines changed

.github/actions/setup-tools/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ runs:
4242
- name: Install dependencies
4343
if: inputs.skip-install-on-cache-hit == 'false' || (inputs.skip-install-on-cache-hit == 'true' && steps.cache-pnpm-store.cache-hit == 'false')
4444
shell: bash
45-
run: pnpm install
45+
run: pnpm install --no-frozen-lockfile

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"ci:publish:dev": "lerna publish prerelease --conventional-commits --conventional-prerelease --preid dev-$(date +\"%Y%m%dT%H%M%S\") --force-publish --no-changelog --no-git-tag-version --dist-tag dev --no-push --yes"
1717
},
1818
"devDependencies": {
19-
"@capacitor/ios": "next",
2019
"@types/node": "^24.10.1",
2120
"glob": "^13.0.0",
2221
"husky": "^9.1.7",
@@ -27,7 +26,6 @@
2726
"node": ">=20",
2827
"pnpm": ">=8"
2928
},
30-
"dependencies": {},
3129
"workspaces": [
3230
"plugin"
3331
]

plugin/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
targets: ["CapacitorGoogleMapsPlugin"])
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta"),
13+
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0"),
1414
.package(url: "https://github.com/googlemaps/ios-maps-sdk.git", .upToNextMajor(from:"9.4.0")),
1515
.package(url: "https://github.com/googlemaps/google-maps-ios-utils.git", .exact("6.1.0"))
1616
],

plugin/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/google-maps",
3-
"version": "7.2.0",
3+
"version": "8.0.0-alpha.0",
44
"description": "Google maps on Capacitor",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",
@@ -59,10 +59,10 @@
5959
"unittest:android": "cd ./unit-tests/android && ./gradlew testDebugUnitTest"
6060
},
6161
"devDependencies": {
62-
"@capacitor/android": "next",
63-
"@capacitor/core": "next",
62+
"@capacitor/android": "^8.0.0",
63+
"@capacitor/core": "^8.0.0",
6464
"@capacitor/docgen": "0.3.0",
65-
"@capacitor/ios": "next",
65+
"@capacitor/ios": "^8.0.0",
6666
"@ionic/prettier-config": "^4.0.0",
6767
"@types/resize-observer-browser": "^0.1.11",
6868
"@types/supercluster": "^7.1.3",
@@ -80,7 +80,7 @@
8080
"typescript": "^5.9.3"
8181
},
8282
"peerDependencies": {
83-
"@capacitor/core": ">=8.0.0-beta.0"
83+
"@capacitor/core": ">=8.0.0"
8484
},
8585
"prettier": "@ionic/prettier-config",
8686
"capacitor": {

pnpm-lock.yaml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)