Skip to content

Commit ffb251c

Browse files
committed
v3.3.2 update
1 parent bb69836 commit ffb251c

File tree

6 files changed

+135
-78
lines changed

6 files changed

+135
-78
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [3.2.2] - 2022-02-20
2+
3+
* Add logo to package.
4+
15
## [3.3.1] - 2022-12-28
26

37
* Fix updating meta for users

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.3.1
31+
wp_json_api: ^3.3.2
3232
```
3333

3434
### Usage example #

example/pubspec.lock

Lines changed: 62 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -5,42 +5,48 @@ packages:
55
dependency: transitive
66
description:
77
name: async
8-
url: "https://pub.dartlang.org"
8+
sha256: bfe67ef28df125b7dddcea62755991f807aa39a2492a23e1550161692950bbe0
9+
url: "https://pub.dev"
910
source: hosted
10-
version: "2.9.0"
11+
version: "2.10.0"
1112
boolean_selector:
1213
dependency: transitive
1314
description:
1415
name: boolean_selector
15-
url: "https://pub.dartlang.org"
16+
sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66"
17+
url: "https://pub.dev"
1618
source: hosted
17-
version: "2.1.0"
19+
version: "2.1.1"
1820
characters:
1921
dependency: transitive
2022
description:
2123
name: characters
22-
url: "https://pub.dartlang.org"
24+
sha256: e6a326c8af69605aec75ed6c187d06b349707a27fbff8222ca9cc2cff167975c
25+
url: "https://pub.dev"
2326
source: hosted
2427
version: "1.2.1"
2528
clock:
2629
dependency: transitive
2730
description:
2831
name: clock
29-
url: "https://pub.dartlang.org"
32+
sha256: cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf
33+
url: "https://pub.dev"
3034
source: hosted
3135
version: "1.1.1"
3236
collection:
3337
dependency: transitive
3438
description:
3539
name: collection
36-
url: "https://pub.dartlang.org"
40+
sha256: cfc915e6923fe5ce6e153b0723c753045de46de1b4d63771530504004a45fae0
41+
url: "https://pub.dev"
3742
source: hosted
38-
version: "1.16.0"
43+
version: "1.17.0"
3944
fake_async:
4045
dependency: transitive
4146
description:
4247
name: fake_async
43-
url: "https://pub.dartlang.org"
48+
sha256: "511392330127add0b769b75a987850d136345d9227c6b94c96a04cf4a391bf78"
49+
url: "https://pub.dev"
4450
source: hosted
4551
version: "1.3.1"
4652
flutter:
@@ -57,42 +63,56 @@ packages:
5763
dependency: transitive
5864
description:
5965
name: http
60-
url: "https://pub.dartlang.org"
66+
sha256: "6aa2946395183537c8b880962d935877325d6a09a2867c3970c05c0fed6ac482"
67+
url: "https://pub.dev"
6168
source: hosted
6269
version: "0.13.5"
6370
http_parser:
6471
dependency: transitive
6572
description:
6673
name: http_parser
67-
url: "https://pub.dartlang.org"
74+
sha256: "2aa08ce0341cc9b354a498388e30986515406668dbcc4f7c950c3e715496693b"
75+
url: "https://pub.dev"
6876
source: hosted
69-
version: "4.0.1"
77+
version: "4.0.2"
78+
js:
79+
dependency: transitive
80+
description:
81+
name: js
82+
sha256: "5528c2f391ededb7775ec1daa69e65a2d61276f7552de2b5f7b8d34ee9fd4ab7"
83+
url: "https://pub.dev"
84+
source: hosted
85+
version: "0.6.5"
7086
matcher:
7187
dependency: transitive
7288
description:
7389
name: matcher
74-
url: "https://pub.dartlang.org"
90+
sha256: "16db949ceee371e9b99d22f88fa3a73c4e59fd0afed0bd25fc336eb76c198b72"
91+
url: "https://pub.dev"
7592
source: hosted
76-
version: "0.12.12"
93+
version: "0.12.13"
7794
material_color_utilities:
7895
dependency: transitive
7996
description:
8097
name: material_color_utilities
81-
url: "https://pub.dartlang.org"
98+
sha256: d92141dc6fe1dad30722f9aa826c7fbc896d021d792f80678280601aff8cf724
99+
url: "https://pub.dev"
82100
source: hosted
83-
version: "0.1.5"
101+
version: "0.2.0"
84102
meta:
85103
dependency: transitive
86104
description:
87105
name: meta
88-
url: "https://pub.dartlang.org"
106+
sha256: "6c268b42ed578a53088d834796959e4a1814b5e9e164f147f580a386e5decf42"
107+
url: "https://pub.dev"
89108
source: hosted
90109
version: "1.8.0"
91110
path:
92111
dependency: transitive
93112
description:
94113
name: path
95-
url: "https://pub.dartlang.org"
114+
sha256: db9d4f58c908a4ba5953fcee2ae317c94889433e5024c27ce74a37f94267945b
115+
url: "https://pub.dev"
96116
source: hosted
97117
version: "1.8.2"
98118
sky_engine:
@@ -104,65 +124,73 @@ packages:
104124
dependency: transitive
105125
description:
106126
name: source_span
107-
url: "https://pub.dartlang.org"
127+
sha256: dd904f795d4b4f3b870833847c461801f6750a9fa8e61ea5ac53f9422b31f250
128+
url: "https://pub.dev"
108129
source: hosted
109-
version: "1.9.0"
130+
version: "1.9.1"
110131
stack_trace:
111132
dependency: transitive
112133
description:
113134
name: stack_trace
114-
url: "https://pub.dartlang.org"
135+
sha256: c3c7d8edb15bee7f0f74debd4b9c5f3c2ea86766fe4178eb2a18eb30a0bdaed5
136+
url: "https://pub.dev"
115137
source: hosted
116-
version: "1.10.0"
138+
version: "1.11.0"
117139
stream_channel:
118140
dependency: transitive
119141
description:
120142
name: stream_channel
121-
url: "https://pub.dartlang.org"
143+
sha256: "83615bee9045c1d322bbbd1ba209b7a749c2cbcdcb3fdd1df8eb488b3279c1c8"
144+
url: "https://pub.dev"
122145
source: hosted
123-
version: "2.1.0"
146+
version: "2.1.1"
124147
string_scanner:
125148
dependency: transitive
126149
description:
127150
name: string_scanner
128-
url: "https://pub.dartlang.org"
151+
sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde"
152+
url: "https://pub.dev"
129153
source: hosted
130-
version: "1.1.1"
154+
version: "1.2.0"
131155
term_glyph:
132156
dependency: transitive
133157
description:
134158
name: term_glyph
135-
url: "https://pub.dartlang.org"
159+
sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84
160+
url: "https://pub.dev"
136161
source: hosted
137162
version: "1.2.1"
138163
test_api:
139164
dependency: transitive
140165
description:
141166
name: test_api
142-
url: "https://pub.dartlang.org"
167+
sha256: ad540f65f92caa91bf21dfc8ffb8c589d6e4dc0c2267818b4cc2792857706206
168+
url: "https://pub.dev"
143169
source: hosted
144-
version: "0.4.12"
170+
version: "0.4.16"
145171
typed_data:
146172
dependency: transitive
147173
description:
148174
name: typed_data
149-
url: "https://pub.dartlang.org"
175+
sha256: "26f87ade979c47a150c9eaab93ccd2bebe70a27dc0b4b29517f2904f04eb11a5"
176+
url: "https://pub.dev"
150177
source: hosted
151178
version: "1.3.1"
152179
vector_math:
153180
dependency: transitive
154181
description:
155182
name: vector_math
156-
url: "https://pub.dartlang.org"
183+
sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803"
184+
url: "https://pub.dev"
157185
source: hosted
158-
version: "2.1.2"
186+
version: "2.1.4"
159187
wp_json_api:
160188
dependency: "direct dev"
161189
description:
162190
path: ".."
163191
relative: true
164192
source: path
165-
version: "3.3.0"
193+
version: "3.3.2"
166194
sdks:
167-
dart: ">=2.17.0 <3.0.0"
195+
dart: ">=2.19.0 <4.0.0"
168196
flutter: ">=1.17.0"

0 commit comments

Comments
 (0)