Skip to content

Commit

Permalink
Bump version to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heralden committed Nov 28, 2022
1 parent 7c59f8e commit b972ded
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.15.0 (2022-11-28)

- Expand export modal functionality to support wider range of formats, preview and modifying contents

## 0.14.1 (2022-08-03)

- Make column summary shorter in height to avoid buttons ending up off-screen on smaller monitors
Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject org.intermine/im-tables "0.14.1"
(defproject org.intermine/im-tables "0.15.0"
:licence "LGPL-2.1-only"
:description "ClojureScript library to display and manipulate InterMine query results on a webpage"
:url "http://www.intermine.org"
Expand Down Expand Up @@ -67,7 +67,7 @@
:profiles {:dev {:dependencies [[binaryage/devtools "1.0.0"]
[day8.re-frame/re-frame-10x "0.6.2"]
[day8.re-frame/tracing "0.5.3"]
[figwheel-sidecar "0.5.19"]
[figwheel-sidecar "0.5.20"]
[cider/piggieback "0.4.2"]]
:plugins [[lein-figwheel "0.5.19"]]}
:build {:prep-tasks ["build"]}
Expand Down

0 comments on commit b972ded

Please sign in to comment.