Skip to content

Commit

Permalink
version "2-alpha85"
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Mar 19, 2024
1 parent 50e2a5d commit 0afeb13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Change Log
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).

## [2-alpha85] - unreleased
## [2-alpha85] - 2024-03-19
- extended `kind/plotly` API - PR by @roterski
- using `:html/deps` to specify dependencies in `:kindly/options` (depracating the confusing `:reagent/deps`, still supported though)
- support for adding deps on `kind/hiccup`, not only `kind/reagent`
- support for JS & CSS deps from github repos
- page generation - minor refactoring
- updated Kindly version: `"4-alpha18"`
- support for JS & CSS deps from github repos
- `kind/htmlwidgets-ggplotly` support - WIP
- support for adding deps on `kind/hiccup`, not only `kind/reagent`

## [2-alpha84] - 2024-03-16
- bugfix in `kind/table` preparation: dissocing irrelevant details correctly
Expand Down
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
[deps-deploy.deps-deploy :as dd]))

(def lib 'org.scicloj/clay)
(def version "2-alpha84")
(def version "2-alpha85")

(def snapshot (str version "-SNAPSHOT"))
(def class-dir "target/classes")
Expand Down

0 comments on commit 0afeb13

Please sign in to comment.