decidim-bulletin_board 0.6.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,9 +7,7 @@
7
7
  "mutationType": {
8
8
  "name": "Mutation"
9
9
  },
10
- "subscriptionType": {
11
- "name": "Subscription"
12
- },
10
+ "subscriptionType": null,
13
11
  "types": [
14
12
  {
15
13
  "kind": "SCALAR",
@@ -344,37 +342,6 @@
344
342
  "enumValues": null,
345
343
  "possibleTypes": null
346
344
  },
347
- {
348
- "kind": "OBJECT",
349
- "name": "ElectionLogEntryAddedPayload",
350
- "description": "Autogenerated return type of ElectionLogEntryAdded",
351
- "fields": [
352
- {
353
- "name": "logEntry",
354
- "description": null,
355
- "args": [
356
-
357
- ],
358
- "type": {
359
- "kind": "NON_NULL",
360
- "name": null,
361
- "ofType": {
362
- "kind": "OBJECT",
363
- "name": "LogEntry",
364
- "ofType": null
365
- }
366
- },
367
- "isDeprecated": false,
368
- "deprecationReason": null
369
- }
370
- ],
371
- "inputFields": null,
372
- "interfaces": [
373
-
374
- ],
375
- "enumValues": null,
376
- "possibleTypes": null
377
- },
378
345
  {
379
346
  "kind": "SCALAR",
380
347
  "name": "ID",
@@ -1135,50 +1102,6 @@
1135
1102
  "enumValues": null,
1136
1103
  "possibleTypes": null
1137
1104
  },
1138
- {
1139
- "kind": "OBJECT",
1140
- "name": "Subscription",
1141
- "description": null,
1142
- "fields": [
1143
- {
1144
- "name": "electionLogEntryAdded",
1145
- "description": null,
1146
- "args": [
1147
- {
1148
- "name": "electionUniqueId",
1149
- "description": null,
1150
- "type": {
1151
- "kind": "NON_NULL",
1152
- "name": null,
1153
- "ofType": {
1154
- "kind": "SCALAR",
1155
- "name": "String",
1156
- "ofType": null
1157
- }
1158
- },
1159
- "defaultValue": null
1160
- }
1161
- ],
1162
- "type": {
1163
- "kind": "NON_NULL",
1164
- "name": null,
1165
- "ofType": {
1166
- "kind": "OBJECT",
1167
- "name": "ElectionLogEntryAddedPayload",
1168
- "ofType": null
1169
- }
1170
- },
1171
- "isDeprecated": false,
1172
- "deprecationReason": null
1173
- }
1174
- ],
1175
- "inputFields": null,
1176
- "interfaces": [
1177
-
1178
- ],
1179
- "enumValues": null,
1180
- "possibleTypes": null
1181
- },
1182
1105
  {
1183
1106
  "kind": "OBJECT",
1184
1107
  "name": "VoteMutationPayload",
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Decidim
4
4
  module BulletinBoard
5
- VERSION = "0.6.0"
5
+ VERSION = "0.6.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: decidim-bulletin_board
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Morcillo
@@ -161,6 +161,7 @@ files:
161
161
  - README.md
162
162
  - Rakefile
163
163
  - app/assets/config/decidim_bulletin_board_manifest.js
164
+ - app/assets/javascripts/decidim/bulletin_board/decidim-bulletin_board.dev.js
164
165
  - app/assets/javascripts/decidim/bulletin_board/decidim-bulletin_board.js
165
166
  - bin/console
166
167
  - bin/setup