diff --git a/CHANGELOG.md b/CHANGELOG.md index 15a0659..9f77afa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,28 +15,28 @@ - [#89](https://github.com/babashka/babashka/issues/89): allow `evaluate_script_tags` to specify individual scripts. - [#87](https://github.com/babashka/scittle/issues/87): prod build on fresh checkout fails -## v0.6.20 (2024-10-08) +## v0.6.19 (2024-10-08) - Add `cljs.pprint/code-dispatch` and `cljs.pprint/with-pprint-dispatch` -## v0.6.17 (2024-04-30) +## v0.6.18 (2024-04-30) - [#77](https://github.com/babashka/babashka/issues/77): make dependency on browser (`js/document`) optional so scittle can run in webworkers, Node.js, etc. -## v0.6.16 (2024-04-22) +## v0.6.17 (2024-04-22) - [#69](https://github.com/babashka/babashka/issues/69): executing script tag with src + whitespace doesn't work - [#72](https://github.com/babashka/babashka/issues/72): add clojure 1.11 functions like `update-vals` - [#75](https://github.com/babashka/babashka/issues/75): Support reader conditionals in source code -## v0.6.15 (2023-05-04) +## v0.6.16 (2023-05-04) - [#58](https://github.com/babashka/babashka/issues/58): build system for creating scittle distribution with custom libraries. See [plugins/demo](plugins/demo). - Use `window.location.hostname` for WebSocket connection instead of hardcoding `"localhost"` ([@pyrmont](https://github.com/pyrmont)) - Upgrade `sci.configs` to `"33bd51e53700b224b4cb5bda59eb21b62f962745"` - Update nREPL implementation: implement `eldoc` (`info`, `lookup`) ([@benjamin-asdf](https://github.com/benjamin-asdf)) -## v0.6.17 (2023-01-05) +## v0.6.15 (2023-01-05) - Fix destructuring in `defmethod` (by upgrading SCI) diff --git a/bb.edn b/bb.edn index be0c835..bc4f02c 100644 --- a/bb.edn +++ b/bb.edn @@ -65,7 +65,7 @@ :task (let [[prev next] *command-line-args*] (-> (process ["bash" "-c" - (format "rg %s --files-with-matches | xargs sed -i '' 's/%s/%s/g'" + (format "rg %s --files-with-matches -g '!/CHANGELOG.md' | xargs sed -i '' 's/%s/%s/g'" prev prev next)] {:inherit true}) p/check))} diff --git a/doc/dev.md b/doc/dev.md index c580900..7a97eb1 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.6.16 0.6.17` +- `bb replace-version 0.6.16 0.6.20` - Create Github release with updated links from `doc/links.md` - `bb gh-pages` - + - - + + - + diff --git a/doc/nrepl/README.md b/doc/nrepl/README.md index 85ffee1..9baecea 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 82f399f..42ba9bd 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 8757d61..820db65 100644 --- a/resources/public/codemirror.html +++ b/resources/public/codemirror.html @@ -1,13 +1,13 @@ - + - - - + + + - + + + + - +