Skip to content

Commit 7e15c8d

Browse files
Merge pull request #103 from Web3Auth/feat/bump_pubspec
feat: bump pubspec.yaml and update CHANGELOG.md
2 parents 8bc18e3 + 5fbf132 commit 7e15c8d

File tree

2 files changed

+176
-2
lines changed

2 files changed

+176
-2
lines changed

CHANGELOG.md

Lines changed: 175 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,178 @@
44

55
## 0.0.2
66

7-
* Add support for latest Android and iOS SDK API.
7+
* Add support for latest Android and iOS SDK API.
8+
9+
## 1.0.0
10+
11+
* Fd 749 rebranding to web3auth.
12+
* white label data added.
13+
* feat: fix pubspec according to pub recommendation.
14+
* chore: fix for pub check.
15+
* fix: android deps on mfalevel.
16+
17+
## 1.0.2
18+
19+
* New UI and builds on iOS.
20+
* Update README.md.
21+
* Add id_token to ExtraLoginOptions.
22+
23+
## 1.0.3
24+
25+
* JWT login fixes.
26+
27+
## 1.1.0
28+
29+
* Update app manifest.xml to work with android sdk.
30+
* version bump.
31+
* Web3auth swift sdk update to 5.0.0.
32+
* Bump web3auth android sdk.
33+
34+
## 1.1.1
35+
36+
* Added Web3Auth instance initialization check.
37+
38+
## 1.1.2
39+
40+
* Bump Web3Auth android sdk version.
41+
42+
## 1.2.0
43+
44+
* Bump android versions.
45+
46+
## 1.3.0
47+
48+
* Update version and added community portal link.
49+
* Update README.md.
50+
* bump web3Auth android sdk.
51+
* Bump Web3Auth android sdk version.
52+
* Resolved issues in case of weak/no network.
53+
54+
## 2.0.0
55+
56+
* Bump web3Auth android sdk.
57+
* Feat/android fixes.
58+
* Corekit flag added
59+
60+
## 2.0.1
61+
62+
* Update readme.
63+
* Bump android sdk
64+
65+
## 2.0.2
66+
67+
* Bump web3auth-android-sdk.
68+
69+
## 2.0.3
70+
71+
* Bump android sdk.
72+
73+
## 3.0.0
74+
75+
* Sapphire network and openlogin v5 changes added for android.
76+
77+
## 3.0.1
78+
79+
* Add support for latest Android and iOS SDK API.
80+
81+
82+
## 0.0.2
83+
84+
* Bump android version
85+
* Bug fixes
86+
87+
## 3.1.0
88+
89+
* feat: add sessionTime in mfaSettings.
90+
* Bump web3auth android sdk.
91+
* Update openlogin version.
92+
93+
94+
## 3.1.1
95+
96+
* Update android and ios versions.
97+
98+
## 3.1.2
99+
100+
* Fix typo for appName.
101+
* Fix: typos.
102+
103+
## 3.1.3
104+
105+
* Fix sessionTime issue of always being default.
106+
107+
## 3.1.4
108+
109+
* Update README.
110+
* Fix Android issues.
111+
112+
## 3.1.5
113+
114+
* Update iOS SDK.
115+
116+
## 3.1.6
117+
118+
* Update duration in setResultUrl.
119+
120+
## 3.1.7
121+
122+
* Interface documentation.
123+
124+
## 4.0.0
125+
126+
* Feat/message signing.
127+
* Remove setResultUrl method.
128+
* Update README.
129+
* Add TextField for Email Passwordless in Demo.
130+
131+
## 5.0.0
132+
133+
* Add setCustomTabsClosed Method to handle UserCancellation exception.
134+
* Feat/config api updates.
135+
136+
## 5.0.1
137+
138+
* Code refactored for User cancellation during login.
139+
140+
## 5.0.2
141+
142+
* Align useLogoLoader default value with Android and iOS SDK.
143+
144+
## 5.0.3
145+
146+
* Android sdk updated.
147+
148+
## 5.0.4
149+
150+
* Feat: bump android sdk deps.
151+
* Feat: update library dependencies and update flutter sdk version.
152+
153+
## 6.0.0
154+
155+
* Update code documentation.
156+
* Feat: auth-services v9 changes and wallet-services v3 changes added.
157+
158+
## 6.0.1
159+
160+
* Update auth-service version to v9 and wallet-service to v3.
161+
162+
## 6.1.0
163+
164+
* Update README.
165+
* Swift pnp dependency updated
166+
167+
## 6.1.1
168+
169+
* Update sessionTime documentation.
170+
* Feat: update pnp android sdk deps.
171+
172+
## 6.1.2
173+
174+
* Bump swift sdk and pubspec.yaml.
175+
176+
## 6.2.0
177+
178+
* Add manageMFA functionality.
179+
180+
181+

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: web3auth_flutter
22
description: Flutter SDK for Torus Web3Auth (Web3Auth)
3-
version: 6.1.2
3+
version: 6.2.0
44
homepage: https://web3auth.io
55
repository: https://github.com/Web3Auth/web3auth-flutter-sdk.git
66

0 commit comments

Comments
 (0)