beads-ui 0.1.0 → 0.1.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.
Files changed (3) hide show
  1. package/CHANGES.md +4 -0
  2. package/README.md +7 -3
  3. package/package.json +1 -1
package/CHANGES.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changes
2
2
 
3
+ ## 0.1.1
4
+
5
+ - 📚 Make screenshot src absolute and add license (Maximilian Antoni)
6
+
3
7
  ## 0.1.0
4
8
 
5
9
  - 🥇 Initial release
package/README.md CHANGED
@@ -24,15 +24,15 @@ Upstream beads (CLI and docs): https://github.com/steveyegge/beads
24
24
 
25
25
  Issues
26
26
 
27
- ![Issues view](media/bdui-issues.png)
27
+ ![Issues view](https://github.com/mantoni/beads-ui/raw/main/media/bdui-issues.png)
28
28
 
29
29
  Epics
30
30
 
31
- ![Epics view](media/bdui-epics.png)
31
+ ![Epics view](https://github.com/mantoni/beads-ui/raw/main/media/bdui-epics.png)
32
32
 
33
33
  Board
34
34
 
35
- ![Board view](media/bdui-board.png)
35
+ ![Board view](https://github.com/mantoni/beads-ui/raw/main/media/bdui-board.png)
36
36
 
37
37
  ## Quickstart
38
38
 
@@ -73,3 +73,7 @@ Platform notes:
73
73
 
74
74
  See `docs/quickstart.md` for details and `docs/architecture.md` for the protocol
75
75
  and component overview.
76
+
77
+ ## License
78
+
79
+ MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beads-ui",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "bdui": "bin/bdui.js"