Skip to content

Commit 69e3a1b

Browse files
committed
chore: bump the sdk version to 3.1.14
1 parent 58be240 commit 69e3a1b

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

packages/dart/CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.1.14](https://github.com/parse-community/Parse-SDK-Flutter/compare/dart-3.1.13...dart-3.1.14) (2023-02-26)
2+
3+
### Bug Fixes
4+
5+
* Dio error object holds a reference to null values ([#774](https://github.com/parse-community/Parse-SDK-Flutter/issues/774))
6+
17
## [3.1.13](https://github.com/parse-community/Parse-SDK-Flutter/compare/dart-3.1.12...dart-3.1.13) (2023-02-15)
28

39
### Bug Fixes
@@ -161,7 +167,7 @@ Bug fixes
161167
## 1.0.22
162168

163169
Added dirty children
164-
Added option of sembast or share_preferences
170+
Added option of sembast or share_preferences
165171

166172
## 1.0.21
167173

@@ -183,7 +189,7 @@ Bug fix
183189

184190
## 1.0.17
185191

186-
LiveQuery fix
192+
LiveQuery fix
187193
Bug fixes
188194

189195
## 1.0.16

packages/dart/lib/src/base/parse_constants.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
part of flutter_parse_sdk;
22

33
// Library
4-
const String keySdkVersion = '3.1.13';
4+
const String keySdkVersion = '3.1.14';
55
const String keyLibraryName = 'Flutter Parse SDK';
66

77
// End Points

packages/dart/lib/src/network/parse_dio_client.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class ParseDioClient extends ParseClient {
2727
path,
2828
options: _Options(headers: options?.headers),
2929
);
30-
30+
3131
return ParseNetworkResponse(
3232
data: dioResponse.data!,
3333
statusCode: dioResponse.statusCode!,

packages/dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: parse_server_sdk
22
description: Dart plugin for Parse Server, (https://parseplatform.org), (https://back4app.com)
3-
version: 3.1.13
3+
version: 3.1.14
44
homepage: https://github.com/parse-community/Parse-SDK-Flutter
55

66
environment:

0 commit comments

Comments
 (0)