Skip to content

Commit 060b042

Browse files
committed
v3.3.0 updates
1 parent fc1aa2f commit 060b042

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [3.3.0] - 2022-09-01
2+
3+
* Dependency updates
4+
15
## [3.2.0] - 2022-07-08
26

37
* New API to delete an account

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In your flutter project add the dependency:
2828
``` dart
2929
dependencies:
3030
...
31-
wp_json_api: ^3.2.0
31+
wp_json_api: ^3.3.0
3232
```
3333

3434
### Usage example #

example/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ packages:
6666
name: http
6767
url: "https://pub.dartlang.org"
6868
source: hosted
69-
version: "0.13.4"
69+
version: "0.13.5"
7070
http_parser:
7171
dependency: transitive
7272
description:
@@ -169,7 +169,7 @@ packages:
169169
path: ".."
170170
relative: true
171171
source: path
172-
version: "3.2.0"
172+
version: "3.3.0"
173173
sdks:
174174
dart: ">=2.17.0 <3.0.0"
175175
flutter: ">=1.17.0"

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ packages:
6666
name: http
6767
url: "https://pub.dartlang.org"
6868
source: hosted
69-
version: "0.13.4"
69+
version: "0.13.5"
7070
http_parser:
7171
dependency: transitive
7272
description:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: wp_json_api
22
description: WordPress and WooCommerce JSON API for Flutter Mobile. API allows you to login, register new users, get users info and more.
3-
version: 3.2.0
3+
version: 3.3.0
44
homepage: https://woosignal.com
55
repository: https://github.com/woosignal/wp-json-api-flutter
66
issue_tracker: https://github.com/woosignal/wp-json-api-flutter/issues
@@ -11,7 +11,7 @@ environment:
1111
flutter: ">=1.17.0"
1212

1313
dependencies:
14-
http: ^0.13.4
14+
http: ^0.13.5
1515
flutter:
1616
sdk: flutter
1717
collection: ^1.15.0

0 commit comments

Comments
 (0)