Skip to content

Commit cc598f2

Browse files
authored
release: v3.1.0 (#142)
* chore: upd deps * release: v3.1.0
1 parent eaabf9d commit cc598f2

File tree

3 files changed

+54
-43
lines changed

3 files changed

+54
-43
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# [3.1.0](https://github.com/CodetrixStudio/CapacitorGoogleAuth/v3.0.2...v3.1.0) (2021-07-30)
2+
3+
### Features
4+
5+
- supporting .ts and.js config, exported types ([4859f9c](https://github.com/CodetrixStudio/CapacitorGoogleAuth/commit/)) closes [#114](https://github.com/CodetrixStudio/CapacitorGoogleAuth/pull/114)
6+
- update ios to GoogleSignIn 6.0.1 Pod ([4859f9c](https://github.com/CodetrixStudio/CapacitorGoogleAuth/commit/4859f9c11b53476c9247f4697bae5b8b33022870)) closes [#136](https://github.com/CodetrixStudio/CapacitorGoogleAuth/pull/136)
7+
- add prettier with ionic config ([6a7dba5](https://github.com/CodetrixStudio/CapacitorGoogleAuth/commit/6a7dba58e6a98d9b2b13aa19ff78e11e3b062070)) closes [#137](https://github.com/CodetrixStudio/CapacitorGoogleAuth/pull/137)
8+
9+
### BREAKING CHANGES
10+
11+
- use `GoogleAuth.initialize()` method instead of `GoogleAuth.init()`

package-lock.json

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codetrix-studio/capacitor-google-auth",
3-
"version": "3.0.2",
3+
"version": "3.1.0",
44
"description": "Google Auth plugin for capacitor.",
55
"main": "dist/esm/index.js",
66
"types": "dist/esm/index.d.ts",
@@ -14,15 +14,15 @@
1414
"author": "CodetrixStudio",
1515
"license": "MIT",
1616
"devDependencies": {
17-
"@capacitor/android": "^3.2.0",
18-
"@capacitor/cli": "^3.2.0",
19-
"@capacitor/core": "^3.2.0",
20-
"@capacitor/ios": "^3.2.0",
17+
"@capacitor/android": "^3.2.2",
18+
"@capacitor/cli": "^3.2.2",
19+
"@capacitor/core": "^3.2.2",
20+
"@capacitor/ios": "^3.2.2",
2121
"@ionic/prettier-config": "^2.0.0",
2222
"@types/gapi": "0.0.41",
2323
"@types/gapi.auth2": "0.0.55",
2424
"prettier": "^2.3.2",
25-
"typescript": "^4.3.5"
25+
"typescript": "^4.4.2"
2626
},
2727
"peerDependencies": {
2828
"@capacitor/core": "^3"

0 commit comments

Comments
 (0)