From a270f19c10e4b0e2c5d017b2da00b62a31ed4eb5 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 4 May 2023 17:05:54 +0200 Subject: [PATCH] bump example version --- CHANGELOG.md | 2 +- doc/dev.md | 10 +++++----- doc/links.md | 14 +++++++------- doc/nrepl/README.md | 2 +- doc/nrepl/index.html | 4 ++-- resources/public/codemirror.html | 6 +++--- resources/public/html/cljs-ajax.html | 4 ++-- resources/public/html/export.html | 2 +- resources/public/html/reagent.html | 4 ++-- resources/public/index.html | 2 +- 10 files changed, 25 insertions(+), 25 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c49f78..7fd7284 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ - Upgrade `sci.configs` to `"33bd51e53700b224b4cb5bda59eb21b62f962745"` - Update nREPL implementation: implement `eldoc` (`info`, `lookup`) ([@benjamin-asdf](https://github.com/benjamin-asdf)) -## v0.5.14 (2023-01-05) +## v0.6.15 (2023-01-05) - Fix destructuring in `defmethod` (by upgrading SCI) diff --git a/doc/dev.md b/doc/dev.md index 09d3346..df10d56 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 -- `bb replace-version 0.4.11 0.5.14` +- `bb replace-version 0.4.11 0.6.15` - 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.14.1.0/g' +rg '0.0.1' --files-with-matches | xargs sed -i '' 's/0.0.6.15.1.0/g' bb release cd gh-pages -git checkout -b v0.5.14 -git push --set-upstream origin v0.5.14 +git checkout -b v0.6.15 +git push --set-upstream origin v0.6.15 git checkout gh-pages cd .. ``` -Then make a new release on Github with the `v0.5.14` tag. +Then make a new release on Github with the `v0.6.15` tag. diff --git a/doc/links.md b/doc/links.md index 33575c4..fcc3ca8 100644 --- a/doc/links.md +++ b/doc/links.md @@ -1,7 +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 +https://cdn.jsdelivr.net/npm/scittle@0.6.15/dist/scittle.js +https://cdn.jsdelivr.net/npm/scittle@0.6.15/dist/scittle.cljs-ajax.js +https://cdn.jsdelivr.net/npm/scittle@0.6.15/dist/scittle.reagent.js +https://cdn.jsdelivr.net/npm/scittle@0.6.15/dist/scittle.re-frame.js +https://cdn.jsdelivr.net/npm/scittle@0.6.15/dist/scittle.promesa.js +https://cdn.jsdelivr.net/npm/scittle@0.6.15/dist/scittle.pprint.js +https://cdn.jsdelivr.net/npm/scittle@0.6.15/dist/scittle.nrepl.js diff --git a/doc/nrepl/README.md b/doc/nrepl/README.md index 9ff7f08..7e7eab2 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 2c16bd2..e6d6552 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 5d0f1a7..e484fb1 100644 --- a/resources/public/codemirror.html +++ b/resources/public/codemirror.html @@ -1,12 +1,12 @@ - + - - + + - + + + + - +