Skip to content

Commit cdeb575

Browse files
authored
feat/cap-6
1 parent 90ba960 commit cdeb575

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

Diff for: README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1 align="center">CapacitorGoogleAuth</h1>
22
<p align="center"><strong><code>@codetrix-studio/capacitor-google-auth</code></strong></p>
3-
<p align="center"><strong>CAPACITOR 5</strong></p>
3+
<p align="center"><strong>CAPACITOR 6</strong></p>
44
<p align="center">
55
Capacitor plugin for Google Auth.
66
</p>
@@ -334,6 +334,16 @@ Signs out the user and returns a Promise.
334334

335335
## Migration guide
336336

337+
#### Migrate from 3.3.x to 3.4.x
338+
339+
Install version 3.4.x:
340+
341+
```sh
342+
npm i --save @codetrix-studio/capacitor-google-auth@^3.4
343+
```
344+
345+
Follow instruction for you project [Updating to Capacitor 6](https://capacitorjs.com/docs/next/updating/6-0).
346+
337347
#### Migrate from 3.2.x to 3.3.x
338348

339349
Install version 3.3.x:

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codetrix-studio/capacitor-google-auth",
3-
"version": "3.3.6",
3+
"version": "3.4.0-rc.0",
44
"description": "Google Auth plugin for capacitor.",
55
"main": "dist/esm/index.js",
66
"types": "dist/esm/index.d.ts",

0 commit comments

Comments
 (0)