Skip to content

Commit 5ecf157

Browse files
committed
v0.6.1 - Whoops, missed clojure/script deps update
1 parent 9a1fc69 commit 5ecf157

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

project.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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"]]

0 commit comments

Comments
 (0)