@industry-theme/backlogmd-kanban-panel 1.0.3 → 1.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@industry-theme/backlogmd-kanban-panel",
3
- "version": "1.0.3",
3
+ "version": "1.0.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",
@@ -55,7 +55,7 @@
55
55
  }
56
56
  },
57
57
  "dependencies": {
58
- "@backlog-md/core": "^0.1.2",
58
+ "@backlog-md/core": "^0.2.1",
59
59
  "@principal-ade/industry-theme": "^0.1.3",
60
60
  "@principal-ade/panel-framework-core": "^0.1.5",
61
61
  "@principal-ade/utcp-panel-event": "^0.1.0",