File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ _(nothing)_
1010### Fixed
1111_ (nothing)_
1212
13+ ## [ 0.6.1]
14+ ### Changed
15+ - Updated dependencies: clojure, clojurescript
16+
1317## [ 0.6.0]
1418### Changed
1519- Updated dependencies: re-frame, lein-doo
@@ -62,7 +66,8 @@ _(nothing)_
6266- Minor helper functions: ` <sub ` , ` >evt ` , etc.
6367
6468
65- [ Unreleased ] : https://github.com/deg/sodium/compare/bb64849...HEAD
69+ [ Unreleased ] : https://github.com/deg/sodium/compare/HEAD...HEAD
70+ [ 0.6.1 ] : https://github.com/deg/sodium/compare/bb64849...HEAD
6671[ 0.6.0 ] : https://github.com/deg/sodium/compare/a1dd09e...bb64849
6772[ 0.5.0 ] : https://github.com/deg/sodium/compare/0dd1e35...a1dd09e
6873[ 0.4.0 ] : https://github.com/deg/sodium/compare/17de322...0dd1e35
Original file line number Diff line number Diff line change 11(defproject
2- com.degel /sodium " 0.7.0-SNAPSHOT "
2+ com.degel /sodium " 0.6.1 "
33 :description " A wrapper around soda-ash and semantic-ui-react"
44 :url " https://github.com/deg/sodium"
55 :license {:name " Eclipse Public License"
66 :url " http://www.eclipse.org/legal/epl-v10.html" }
7- :dependencies [[org.clojure/clojure " 1.9.0-alpha17 " ]
8- [org.clojure/clojurescript " 1.9.908 " ]
7+ :dependencies [[org.clojure/clojure " 1.9.0-beta2 " ]
8+ [org.clojure/clojurescript " 1.9.946 " ]
99 [re-frame " 0.10.2" ]
1010 [reagent " 0.7.0" ]
1111 [soda-ash " 0.4.0" ]]
You can’t perform that action at this time.
0 commit comments