buddy-workbench 0.1.28 → 0.1.29

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": "buddy-workbench",
3
- "version": "0.1.28",
3
+ "version": "0.1.29",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "bin": {
@@ -24,6 +24,15 @@
24
24
  "version": "node -e \"const v=process.env.npm_package_version; const fs=require('fs'); ['ui/package.json', 'ui/package-lock.json'].forEach(p=>{if(fs.existsSync(p)){const j=JSON.parse(fs.readFileSync(p)); j.version=v; if(j.packages&&j.packages['']){j.packages[''].version=v;} fs.writeFileSync(p, JSON.stringify(j,null,2)+'\\n');}});\" && git add ui/package.json ui/package-lock.json"
25
25
  },
26
26
  "devbuddyChangelog": [
27
+ {
28
+ "version": "0.1.28",
29
+ "name": "Presentation planning and presenter tools",
30
+ "notes": [
31
+ "Added a Presentations library and Presentation Studio for planning, timing, and delivering presentations.",
32
+ "Added a configurable audience view with Markdown takeaways, themes, time boxes, branding, and full-screen support.",
33
+ "Added step-linked quick captures and Markdown export with clipboard copy and .md downloads."
34
+ ]
35
+ },
27
36
  {
28
37
  "version": "0.1.27",
29
38
  "name": "Data backups and settings refinements",