diff --git a/CHANGELOG.md b/CHANGELOG.md index 21c9a96..1e554c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ - Add all public vars of `cljs-ajax` `ajax.core` - Upgrade several built-in libraries -## v0.5.12 +## v0.5.13 - 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 1ee7ea8..bbdd1b5 100644 --- a/doc/dev.md +++ b/doc/dev.md @@ -91,19 +91,19 @@ To create a new NPM release: - Prepare minor version in `package.json` if it should be bumped - Run `bb npm-publish`: this will compile, bump minor version, create tag and and push to npm and Github - Create Github release with updated links -- `bb replace-version 0.4.11 0.5.12` +- `bb replace-version 0.4.11 0.5.13` - `bb gh-pages` To upgrade examples: ``` -rg '0.0.1' --files-with-matches | xargs sed -i '' 's/0.0.5.12.1.0/g' +rg '0.0.1' --files-with-matches | xargs sed -i '' 's/0.0.5.13.1.0/g' bb release cd gh-pages -git checkout -b v0.5.12 -git push --set-upstream origin v0.5.12 +git checkout -b v0.5.13 +git push --set-upstream origin v0.5.13 git checkout gh-pages cd .. ``` -Then make a new release on Github with the `v0.5.12` tag. +Then make a new release on Github with the `v0.5.13` tag. diff --git a/doc/nrepl/README.md b/doc/nrepl/README.md index 798f2ee..1fc1c9e 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 c7ea1c7..8efda9d 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 64352f5..2528a83 100644 --- a/resources/public/codemirror.html +++ b/resources/public/codemirror.html @@ -1,12 +1,12 @@ - + - - + + - + + + + - +