Skip to content

Commit 2f7c60d

Browse files
author
ChenYong
committed
release 0.6.1
1 parent c59e490 commit 2f7c60d

File tree

4 files changed

+44
-43
lines changed

4 files changed

+44
-43
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "recollect",
3-
"version": "0.1.0",
3+
"version": "0.6.1",
44
"description": "Recollect data renderer",
55
"main": "index.js",
66
"scripts": {
@@ -24,6 +24,6 @@
2424
"license": "MIT",
2525
"devDependencies": {
2626
"http-server": "^0.12.3",
27-
"shadow-cljs": "^2.10.14"
27+
"shadow-cljs": "^2.10.15"
2828
}
2929
}

release.edn

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
{:version "0.6.1-a3"
2-
:group-id "cumulo"
3-
:artifact-id "recollect"
4-
:skip-tag true
5-
:description "Cached rendering and diff/patch library designed for Cumulo project."
1+
{:version "0.6.1",
2+
:group-id "cumulo",
3+
:artifact-id "recollect",
4+
:skip-tag true,
5+
:description "Cached rendering and diff/patch library designed for Cumulo project.",
66
:scm-url "https://github.com/Cumulo/recollect"}
7+

shadow-cljs.edn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
:dependencies [
55
[mvc-works/hsl "0.1.2"]
66
[mvc-works/shell-page "0.1.15"]
7-
[respo "0.12.3"]
7+
[respo "0.13.0"]
88
[respo/ui "0.3.15"]
99
[cumulo/util "0.1.12"]
10-
[cumulo/memof "0.2.0-a3"]
10+
[cumulo/memof "0.2.0"]
1111
[respo/value "0.3.0"]
1212
[org.clojure/core.incubator "0.1.4"]
1313
]

yarn.lock

Lines changed: 34 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)