swar8080_obsidian-plugin-up.../scripts/reset.sh
Steven Swartz 442574a3fb
Replace raw URLs with links and make release notes selectable (#102)
* make text selectable/copyable and replace links with hyperlinks

* re-run package-lock update

* Test rehype raw url changes in storybook. Downgrade unist-util-visit to fix storybook builds

---------

Co-authored-by: jaycenhorton <18407013+jaycenhorton@users.noreply.github.com>
2024-10-13 18:27:55 -04:00

10 lines
No EOL
533 B
Bash
Executable file

#!/bin/bash
sh scripts/change-plugin-version.sh dataview 0.5.44;
cp scripts/dataview-v0.5.44-main.sample ../dataview/main.js
sh scripts/change-plugin-version.sh obsidian-excalidraw-plugin 1.7.22;
sh scripts/change-plugin-version.sh smart-random-note 0.1.3;
sh scripts/change-plugin-version.sh obsidian42-brat 0.6.1;
sh scripts/change-plugin-version.sh periodic-notes 0.0.17;
sh scripts/change-plugin-version.sh obsidian-dynamic-highlights 0.3.1;
sh scripts/change-plugin-version.sh obsidian-tasks-plugin 7.5.0;
echo "{}" > data.json;