Skip to content

Commit bfa9164

Browse files
committed
release(google-signin): 2.1.1
1 parent b88da2c commit bfa9164

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

packages/google-signin/CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
## 2.1.1 (2025-03-03)
2+
3+
### 🚀 Features
4+
5+
- **ios:** Google Sign-In pod 7.1 ([#615](https://github.com/NativeScript/plugins/pull/615))
6+
- **google-signin:** iOS 7.0 SDK and Android 20.5.0 SDK updates ([#490](https://github.com/NativeScript/plugins/pull/490))
7+
- **google-signin:** button view ([137bc93](https://github.com/NativeScript/plugins/commit/137bc93))
8+
- facebook, google-signin & twitter ([5ca0bc6](https://github.com/NativeScript/plugins/commit/5ca0bc6))
9+
10+
### 🩹 Fixes
11+
12+
- **google-signin:** populate shared instance config ([#545](https://github.com/NativeScript/plugins/pull/545))
13+
- **google-signin:** use application context if activities are not available ([b1cedcf](https://github.com/NativeScript/plugins/commit/b1cedcf))
14+
- **google-signin:** handle button tap ([841a394](https://github.com/NativeScript/plugins/commit/841a394))
15+
- **google-signin:** user instance returning null ([3bed4f1](https://github.com/NativeScript/plugins/commit/3bed4f1))
16+
- **google-signin:** don't throw for id not found ([8088d49](https://github.com/NativeScript/plugins/commit/8088d49))
17+
- **android:** google signin ([6c1125c](https://github.com/NativeScript/plugins/commit/6c1125c))
18+
- **google-signin:** api changes ([b3f2f6f](https://github.com/NativeScript/plugins/commit/b3f2f6f))
19+
- **google-signin:** Error String resource ID #0x0 ([#480](https://github.com/NativeScript/plugins/pull/480), [#0](https://github.com/NativeScript/plugins/issues/0))
20+
- **google-signin ios:** define serverClientId as optional parameter in Configuration-interface and do not overwrite clientId variable when serverClientId-parameter is provided in options ([#292](https://github.com/NativeScript/plugins/pull/292))
21+
- **google-signin:** missing token ([753d624](https://github.com/NativeScript/plugins/commit/753d624))
22+
- **google-signin:** getTokens ([ef89195](https://github.com/NativeScript/plugins/commit/ef89195))
23+
- **google-signin:** out of range error ([6733652](https://github.com/NativeScript/plugins/commit/6733652))
24+
- **google-signin:** use lower bit for requestCode ([8a099e2](https://github.com/NativeScript/plugins/commit/8a099e2))
25+
- **google-signin:** missing aar ([2e115a5](https://github.com/NativeScript/plugins/commit/2e115a5))
26+
- **google-signin:** Use smaller requestCode ([3d505c0](https://github.com/NativeScript/plugins/commit/3d505c0))
27+
- **google-signin:** typings ([d034fcf](https://github.com/NativeScript/plugins/commit/d034fcf))
28+
- **google-signin:** error class ([72f1e5f](https://github.com/NativeScript/plugins/commit/72f1e5f))
29+
30+
### ❤️ Thank You
31+
32+
- Dimitris-Rafail Katsampas @CatchABus
33+
- felixkrautschuk
34+
- Jakub Sedláček
35+
- Nathan Walker
36+
- Osei Fortune @triniwiz
37+
- Steve McNiven-Scott
38+
- triniwiz @triniwiz

packages/google-signin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/google-signin",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Google Sign-in for your NativeScript applications",
55
"main": "index",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)