@salesforcedevs/dx-components 0.31.0-alpha.0 → 0.31.0-alpha.1

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforcedevs/dx-components",
3
- "version": "0.31.0-alpha.0",
3
+ "version": "0.31.0-alpha.1",
4
4
  "description": "DX Lightning web components",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -312,6 +312,7 @@ export default class ContentArchive extends LightningElement {
312
312
  };
313
313
 
314
314
  this.updateCheckedStatus();
315
+ this.fetchPostsByCardType();
315
316
  }
316
317
 
317
318
  private goToPage(e: CustomEvent) {