Skip to content

Commit

Permalink
bump readme, versions (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
sritchie committed Feb 20, 2023
1 parent debc961 commit e227f73
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## [unreleased]

## [0.2.1]

- #6 bumps the `clerk-utils` version to 0.4.1 and bumps the template sha for
clerk-utils.

## [0.2.0]

- #5:
Expand Down
3 changes: 1 addition & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
:extra-deps
{org.clojure/clojure {:mvn/version "1.11.1"}
org.clojure/clojurescript {:mvn/version "1.11.60"}
;; org.mentat/clerk-utils {:mvn/version "0.3.0"}
io.github.mentat-collective/clerk-utils {:git/sha "718c6fa3064909b30a4668e89f3b18fe851f3d28"}
org.mentat/clerk-utils {:mvn/version "0.4.1"}

io.github.nextjournal/clerk
{:git/sha "fad499407d979916d21b33cc7e46e73f7a485e37"}
Expand Down
2 changes: 1 addition & 1 deletion dev/leva/notebook.clj
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@
;; First, install the [`deps-new`](https://github.com/seancorfield/deps-new) tool:

;; ```sh
;; clojure -Ttools install io.github.seancorfield/deps-new '{:git/tag "v0.4.13"}' :as new
;; clojure -Ttools install io.github.seancorfield/deps-new '{:git/tag "v0.5.0"}' :as new
;; ```

;; To create a new Clerk project based on
Expand Down
4 changes: 2 additions & 2 deletions resources/leva/clerk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ via Clerk"](https://leva.mentat.org/#leva.cljs-via-clerk) section of the
To use the template, install the [`deps-new`][deps-new-url] tool:

```sh
clojure -Ttools install io.github.seancorfield/deps-new '{:git/tag "v0.4.13"}' :as new
clojure -Ttools install io.github.seancorfield/deps-new '{:git/tag "v0.5.0"}' :as new
```

Then create a project using the `leva/clerk` template:

```
clojure -Sdeps '{:deps {io.github.mentat-collective/leva.cljs {:git/sha "5b613fe5b2d4a9ad3294de51543d146a43a19ebc"}}}' \
clojure -Sdeps '{:deps {io.github.mentat-collective/leva.cljs {:git/tag "v0.2.0" :git/sha "debc961"}}}' \
-Tnew create \
:template leva/clerk \
:name myusername/my-leva-project
Expand Down
2 changes: 1 addition & 1 deletion resources/leva/clerk/template.edn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:clerk-port 7777
:leva-version "0.2.0"
:clerk-sha "fad499407d979916d21b33cc7e46e73f7a485e37"
:clerk-utils-sha "718c6fa3064909b30a4668e89f3b18fe851f3d28"
:clerk-utils-sha "8d8986e835e396443560a34fb29a2033a47f6bd0"
:shadow-port 8765
:shadow-version "2.20.14"
:clj-version "1.11.1"
Expand Down

0 comments on commit e227f73

Please sign in to comment.