Skip to content

Commit 4f36d3c

Browse files
committed
version update
1 parent fb5cbc4 commit 4f36d3c

3 files changed

Lines changed: 16 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
## [0.1.1] - Added Models
1+
## [0.1.2] - 16/02/2019
2+
* Add fetch categories, tags, pages. Add create post, comments.
3+
4+
## [0.1.1] - 14/02/2019
25

36
* Update README.md. Add fetch users list, fetch comments list.
47
* Implemented authorization function and fetching of Posts with parameters

pubspec.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,13 @@ packages:
7474
url: "https://pub.dartlang.org"
7575
source: hosted
7676
version: "1.6.2"
77+
pedantic:
78+
dependency: transitive
79+
description:
80+
name: pedantic
81+
url: "https://pub.dartlang.org"
82+
source: hosted
83+
version: "1.4.0"
7784
quiver:
7885
dependency: transitive
7986
description:
@@ -92,7 +99,7 @@ packages:
9299
name: source_span
93100
url: "https://pub.dartlang.org"
94101
source: hosted
95-
version: "1.4.1"
102+
version: "1.5.4"
96103
stack_trace:
97104
dependency: transitive
98105
description:
@@ -120,14 +127,14 @@ packages:
120127
name: term_glyph
121128
url: "https://pub.dartlang.org"
122129
source: hosted
123-
version: "1.0.1"
130+
version: "1.1.0"
124131
test_api:
125132
dependency: transitive
126133
description:
127134
name: test_api
128135
url: "https://pub.dartlang.org"
129136
source: hosted
130-
version: "0.2.1"
137+
version: "0.2.2"
131138
typed_data:
132139
dependency: transitive
133140
description:
@@ -143,4 +150,4 @@ packages:
143150
source: hosted
144151
version: "2.0.8"
145152
sdks:
146-
dart: ">=2.0.0 <3.0.0"
153+
dart: ">=2.1.0 <3.0.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_wordpress
22
description: Flutter Wordpress API
3-
version: 0.1.1
3+
version: 0.1.2
44
authors:
55
- Sachin Ganesh <sachinganesh13@gmail.com>
66
- Suraj Shettigar <suri.shettigar@gmail.com>

0 commit comments

Comments
 (0)