@industry-theme/backlogmd-kanban-panel 1.2.3 → 1.2.5

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.
@@ -8483,7 +8483,7 @@ class Core {
8483
8483
  throw new Error("Core not initialized. Call initialize() or initializeLazy() first.");
8484
8484
  }
8485
8485
  }
8486
- const version = "1.2.3";
8486
+ const version = "1.2.5";
8487
8487
  const packageJson = {
8488
8488
  version
8489
8489
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@industry-theme/backlogmd-kanban-panel",
3
- "version": "1.2.3",
3
+ "version": "1.2.5",
4
4
  "description": "Kanban board panel for visualizing Backlog.md tasks in the industry-themed panel framework",
5
5
  "type": "module",
6
6
  "main": "dist/panels.bundle.js",