Skip to content

Commit 75b2389

Browse files
committed
Added in changelog and version increase
1 parent 4c25b26 commit 75b2389

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

packages/dart/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.1.4](https://github.com/parse-community/Parse-SDK-Flutter/compare/dart-3.1.3...dart-3.1.4) (2022-12-10)
2+
3+
### Bug Fixes
4+
5+
* fix: SDK crashes due to missing error code property in `ParseNetworkResponse.data` ([#799](https://github.com/parse-community/Parse-SDK-Flutter/issues/799))
6+
17
## [3.1.3](https://github.com/parse-community/Parse-SDK-Flutter/compare/dart-3.1.2...dart-3.1.3) (2022-11-15)
28

39
### Bug Fixes

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.2';
4+
const String keySdkVersion = '3.1.4';
55
const String keyLibraryName = 'Flutter Parse SDK';
66

77
// End Points

packages/flutter/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: parse_server_sdk_flutter
22
description: Flutter plugin for Parse Server, (https://parseplatform.org), (https://back4app.com)
3-
version: 3.1.3
3+
version: 3.1.4
44
homepage: https://github.com/parse-community/Parse-SDK-Flutter
55

66
environment:
@@ -10,7 +10,7 @@ dependencies:
1010
flutter:
1111
sdk: flutter
1212

13-
parse_server_sdk: ^3.1.2
13+
parse_server_sdk: ^3.1.3
1414
# Uncomment for local testing
1515
#parse_server_sdk:
1616
# path: ../dart

0 commit comments

Comments
 (0)