Skip to content

Commit e4437ac

Browse files
committed
Set "publish_to: none" in all packages
1 parent 7a34987 commit e4437ac

File tree

16 files changed

+91
-83
lines changed

16 files changed

+91
-83
lines changed

packages/alert_dialogs/pubspec.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.5.0"
10+
version: "2.6.1"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
@@ -132,7 +132,7 @@ packages:
132132
name: source_span
133133
url: "https://pub.dartlang.org"
134134
source: hosted
135-
version: "1.8.0"
135+
version: "1.8.1"
136136
stack_trace:
137137
dependency: transitive
138138
description:
@@ -167,7 +167,7 @@ packages:
167167
name: test_api
168168
url: "https://pub.dartlang.org"
169169
source: hosted
170-
version: "0.2.19"
170+
version: "0.3.0"
171171
typed_data:
172172
dependency: transitive
173173
description:

packages/alert_dialogs/pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ description: Helper methods for showing alert dialogs
33
version: 0.2.0
44
author: Andrea Bizzotto
55
homepage: https://www.codewithandrea.com
6+
publish_to: none
67

78
environment:
89
sdk: ">=2.12.0 <3.0.0"

packages/auth_widget_builder/pubspec.lock

+22-22
Original file line numberDiff line numberDiff line change
@@ -7,49 +7,49 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.4.2"
10+
version: "2.6.1"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
1414
name: boolean_selector
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "2.0.0"
17+
version: "2.1.0"
1818
characters:
1919
dependency: transitive
2020
description:
2121
name: characters
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "1.0.0"
24+
version: "1.1.0"
2525
charcode:
2626
dependency: transitive
2727
description:
2828
name: charcode
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "1.1.3"
31+
version: "1.2.0"
3232
clock:
3333
dependency: transitive
3434
description:
3535
name: clock
3636
url: "https://pub.dartlang.org"
3737
source: hosted
38-
version: "1.0.1"
38+
version: "1.1.0"
3939
collection:
4040
dependency: transitive
4141
description:
4242
name: collection
4343
url: "https://pub.dartlang.org"
4444
source: hosted
45-
version: "1.14.13"
45+
version: "1.15.0"
4646
fake_async:
4747
dependency: transitive
4848
description:
4949
name: fake_async
5050
url: "https://pub.dartlang.org"
5151
source: hosted
52-
version: "1.1.0"
52+
version: "1.2.0"
5353
firebase:
5454
dependency: transitive
5555
description:
@@ -141,28 +141,28 @@ packages:
141141
name: js
142142
url: "https://pub.dartlang.org"
143143
source: hosted
144-
version: "0.6.2"
144+
version: "0.6.3"
145145
matcher:
146146
dependency: transitive
147147
description:
148148
name: matcher
149149
url: "https://pub.dartlang.org"
150150
source: hosted
151-
version: "0.12.8"
151+
version: "0.12.10"
152152
meta:
153153
dependency: transitive
154154
description:
155155
name: meta
156156
url: "https://pub.dartlang.org"
157157
source: hosted
158-
version: "1.1.8"
158+
version: "1.3.0"
159159
mockito:
160160
dependency: "direct dev"
161161
description:
162162
name: mockito
163163
url: "https://pub.dartlang.org"
164164
source: hosted
165-
version: "4.1.1"
165+
version: "4.1.1+1"
166166
nested:
167167
dependency: transitive
168168
description:
@@ -176,7 +176,7 @@ packages:
176176
name: path
177177
url: "https://pub.dartlang.org"
178178
source: hosted
179-
version: "1.7.0"
179+
version: "1.8.0"
180180
pedantic:
181181
dependency: transitive
182182
description:
@@ -216,56 +216,56 @@ packages:
216216
name: source_span
217217
url: "https://pub.dartlang.org"
218218
source: hosted
219-
version: "1.7.0"
219+
version: "1.8.1"
220220
stack_trace:
221221
dependency: transitive
222222
description:
223223
name: stack_trace
224224
url: "https://pub.dartlang.org"
225225
source: hosted
226-
version: "1.9.5"
226+
version: "1.10.0"
227227
stream_channel:
228228
dependency: transitive
229229
description:
230230
name: stream_channel
231231
url: "https://pub.dartlang.org"
232232
source: hosted
233-
version: "2.0.0"
233+
version: "2.1.0"
234234
string_scanner:
235235
dependency: transitive
236236
description:
237237
name: string_scanner
238238
url: "https://pub.dartlang.org"
239239
source: hosted
240-
version: "1.0.5"
240+
version: "1.1.0"
241241
term_glyph:
242242
dependency: transitive
243243
description:
244244
name: term_glyph
245245
url: "https://pub.dartlang.org"
246246
source: hosted
247-
version: "1.1.0"
247+
version: "1.2.0"
248248
test_api:
249249
dependency: transitive
250250
description:
251251
name: test_api
252252
url: "https://pub.dartlang.org"
253253
source: hosted
254-
version: "0.2.17"
254+
version: "0.3.0"
255255
typed_data:
256256
dependency: transitive
257257
description:
258258
name: typed_data
259259
url: "https://pub.dartlang.org"
260260
source: hosted
261-
version: "1.2.0"
261+
version: "1.3.0"
262262
vector_math:
263263
dependency: transitive
264264
description:
265265
name: vector_math
266266
url: "https://pub.dartlang.org"
267267
source: hosted
268-
version: "2.0.8"
268+
version: "2.1.0"
269269
sdks:
270-
dart: ">=2.9.0-14.0.dev <3.0.0"
271-
flutter: ">=1.16.0 <2.0.0"
270+
dart: ">=2.12.0 <3.0.0"
271+
flutter: ">=1.16.0"

packages/auth_widget_builder/pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ description: A new Flutter package project.
33
version: 0.2.0
44
author: Andrea Bizzotto
55
homepage: https://www.codewithandrea.com
6+
publish_to: none
67

78
environment:
89
sdk: ">=2.7.0 <3.0.0"

packages/custom_buttons/pubspec.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.5.0"
10+
version: "2.6.1"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
@@ -92,7 +92,7 @@ packages:
9292
name: source_span
9393
url: "https://pub.dartlang.org"
9494
source: hosted
95-
version: "1.8.0"
95+
version: "1.8.1"
9696
stack_trace:
9797
dependency: transitive
9898
description:
@@ -127,7 +127,7 @@ packages:
127127
name: test_api
128128
url: "https://pub.dartlang.org"
129129
source: hosted
130-
version: "0.2.19"
130+
version: "0.3.0"
131131
typed_data:
132132
dependency: transitive
133133
description:

packages/custom_buttons/pubspec.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: custom_buttons
22
description: A new Flutter package project.
33
version: 0.1.0
4-
author:
5-
homepage:
4+
author: Andrea Bizzotto
5+
homepage: https://www.codewithandrea.com
6+
publish_to: none
67

78
environment:
89
sdk: ">=2.12.0 <3.0.0"

packages/email_password_sign_in_ui/pubspec.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ packages:
3737
name: async
3838
url: "https://pub.dartlang.org"
3939
source: hosted
40-
version: "2.5.0"
40+
version: "2.6.1"
4141
boolean_selector:
4242
dependency: transitive
4343
description:
@@ -142,7 +142,7 @@ packages:
142142
name: code_builder
143143
url: "https://pub.dartlang.org"
144144
source: hosted
145-
version: "3.6.0"
145+
version: "3.7.0"
146146
collection:
147147
dependency: transitive
148148
description:
@@ -348,7 +348,7 @@ packages:
348348
name: mockito
349349
url: "https://pub.dartlang.org"
350350
source: hosted
351-
version: "5.0.0"
351+
version: "5.0.7"
352352
package_config:
353353
dependency: transitive
354354
description:
@@ -437,7 +437,7 @@ packages:
437437
name: source_span
438438
url: "https://pub.dartlang.org"
439439
source: hosted
440-
version: "1.8.0"
440+
version: "1.8.1"
441441
stack_trace:
442442
dependency: transitive
443443
description:
@@ -488,7 +488,7 @@ packages:
488488
name: test_api
489489
url: "https://pub.dartlang.org"
490490
source: hosted
491-
version: "0.2.19"
491+
version: "0.3.0"
492492
timing:
493493
dependency: transitive
494494
description:

packages/email_password_sign_in_ui/pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ description: A new Flutter package project.
33
version: 0.3.0
44
author: Andrea Bizzotto
55
homepage: https://www.codewithandrea.com
6+
publish_to: none
67

78
environment:
89
sdk: ">=2.12.0 <3.0.0"

0 commit comments

Comments
 (0)