@asd20/ui 3.2.599 → 3.2.600

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.599",
8
+ "version": "3.2.600",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -239,13 +239,6 @@
239
239
  ><slot name="widgets"
240
240
  /></asd20-widgets-section>
241
241
 
242
- <!-- Feeds -->
243
- <asd20-feeds-section
244
- :announcements="announcements"
245
- :announcements-feed-props="announcementsFeedProps"
246
- @announcements-in-view="$emit('announcements-in-view')"
247
- ></asd20-feeds-section>
248
-
249
242
  <!-- Quick Links -->
250
243
  <asd20-quicklinks-menu slot="before-footer" :quick-links="quickLinks">
251
244
  <slot name="quicklinks-menu" />