diff --git a/CHANGELOG.md b/CHANGELOG.md index a00a895..8d72b7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ - Fix destructuring in `defmethod` (by upgrading SCI) -## v0.5.13 (2022-12-23) +## v0.5.14 (2022-12-23) - Fix `cljs.pprint` plugin @@ -25,7 +25,7 @@ - Add all public vars of `cljs-ajax` `ajax.core` - Upgrade several built-in libraries -## v0.5.13 +## v0.5.14 - Add `scittle.promesa.js` plugin. This gives access to the [promesa](https://cljdoc.org/d/funcool/promesa/8.0.450/doc/user-guide) library. - Add `scittle.pprint.js` plugin. This gives access to [cljs.pprint](https://cljs.github.io/api/cljs.pprint/). diff --git a/doc/dev.md b/doc/dev.md index 69b417a..09d3346 100644 --- a/doc/dev.md +++ b/doc/dev.md @@ -90,20 +90,20 @@ To create a new NPM release: - Prepare version `package.json`, except patch (if anything should change here) - Run `bb npm-publish`: this will compile, bump patch version, create tag and and push to npm and Github -- Create Github release with updated links -- `bb replace-version 0.4.11 0.5.13` +- `bb replace-version 0.4.11 0.5.14` +- Create Github release with updated links from `doc/links.md` - `bb gh-pages` To upgrade examples: ``` -rg '0.0.1' --files-with-matches | xargs sed -i '' 's/0.0.5.13.1.0/g' +rg '0.0.1' --files-with-matches | xargs sed -i '' 's/0.0.5.14.1.0/g' bb release cd gh-pages -git checkout -b v0.5.13 -git push --set-upstream origin v0.5.13 +git checkout -b v0.5.14 +git push --set-upstream origin v0.5.14 git checkout gh-pages cd .. ``` -Then make a new release on Github with the `v0.5.13` tag. +Then make a new release on Github with the `v0.5.14` tag. diff --git a/doc/links.md b/doc/links.md new file mode 100644 index 0000000..33575c4 --- /dev/null +++ b/doc/links.md @@ -0,0 +1,7 @@ +https://cdn.jsdelivr.net/npm/scittle@0.5.14/dist/scittle.js +https://cdn.jsdelivr.net/npm/scittle@0.5.14/dist/scittle.cljs-ajax.js +https://cdn.jsdelivr.net/npm/scittle@0.5.14/dist/scittle.reagent.js +https://cdn.jsdelivr.net/npm/scittle@0.5.14/dist/scittle.re-frame.js +https://cdn.jsdelivr.net/npm/scittle@0.5.14/dist/scittle.promesa.js +https://cdn.jsdelivr.net/npm/scittle@0.5.14/dist/scittle.pprint.js +https://cdn.jsdelivr.net/npm/scittle@0.5.14/dist/scittle.nrepl.js diff --git a/doc/nrepl/README.md b/doc/nrepl/README.md index 1fc1c9e..9ff7f08 100644 --- a/doc/nrepl/README.md +++ b/doc/nrepl/README.md @@ -21,7 +21,7 @@ the normal routine: ``` html - + ``` Also include the CLJS file that you want to evaluate with nREPL: diff --git a/doc/nrepl/index.html b/doc/nrepl/index.html index 8efda9d..2c16bd2 100644 --- a/doc/nrepl/index.html +++ b/doc/nrepl/index.html @@ -1,9 +1,9 @@
- + - + diff --git a/resources/public/codemirror.html b/resources/public/codemirror.html index 2528a83..5d0f1a7 100644 --- a/resources/public/codemirror.html +++ b/resources/public/codemirror.html @@ -1,12 +1,12 @@ - + - - + + - + + + + - +