Skip to content

Commit

Permalink
fix set-prop; bump 0.14.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Feb 2, 2021
1 parent 6c28b79 commit 6fa29b3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 14 deletions.
19 changes: 8 additions & 11 deletions calcit.cirru

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions compact.cirru
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

{} (:package |respo)
:configs $ {} (:init-fn |respo.main/main!) (:reload-fn |respo.main/reload!) (:modules $ [] |memof/compact.cirru |lilac/compact.cirru |calcit-test/compact.cirru) (:version |0.14.6)
:configs $ {} (:init-fn |respo.main/main!) (:reload-fn |respo.main/reload!) (:modules $ [] |memof/compact.cirru |lilac/compact.cirru |calcit-test/compact.cirru) (:version |0.14.7)
:files $ {}
|respo.app.style.widget $ {}
:ns $ quote
Expand Down Expand Up @@ -902,7 +902,7 @@
prop-name $ dashed->camel (turn-string p)
case prop-name
|style $ aset target prop-name (style->string prop-value)
prop-name $ prop-name (aset target prop-name prop-value)
prop-name $ aset target prop-name prop-value
|replace-prop $ quote
defn replace-prop (target op)
let[] (p prop-value) op $ let
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"webpack": "^5.19.0",
"webpack-cli": "^4.4.0"
},
"version": "0.14.6"
"version": "0.14.7"
}

0 comments on commit 6fa29b3

Please sign in to comment.