Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Commit

Permalink
Upgrade version to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roosta committed Jul 17, 2019
1 parent 629364a commit b802d89
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
@@ -1,5 +1,6 @@
# Change Log
## [v0.9.0-SNAPSHOT]
## [v0.9.1-SNAPSHOT]
## [v0.9.0]
### Breaking change
- This library from here on out only supports `cljs`
environment. Previously most of the library was written in `cljc` to
Expand Down Expand Up @@ -224,7 +225,8 @@ from `herb.macro` to `herb.core`
### Fixed
- Fixed issues with inheritance precedence

[v0.9.0-SNAPSHOT]: https://github.com/roosta/herb/compare/v0.8.2...HEAD
[v0.9.1-SNAPSHOT]: https://github.com/roosta/herb/compare/v0.9.0...HEAD
[v0.9.0]: https://github.com/roosta/herb/compare/v0.8.2...v0.9.0
[v0.8.2]: https://github.com/roosta/herb/compare/v0.8.1...v0.8.2
[v0.8.1]: https://github.com/roosta/herb/compare/v0.8.0...v0.8.1
[v0.8.0]: https://github.com/roosta/herb/compare/v0.7.2...v0.8.0
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject herb "0.9.0-SNAPSHOT"
(defproject herb "0.9.0"
:description "ClojureScript styling using functions"
:url "https://github.com/roosta/herb"
:license {:name "Eclipse Public License"
Expand Down
2 changes: 1 addition & 1 deletion site/project.clj
Expand Up @@ -9,7 +9,7 @@
[reagent "0.8.1"]
[reagent-utils "0.3.2"]
[ring "1.7.1"]
[herb "0.8.2"]
[herb "0.9.0"]
[ring/ring-defaults "0.3.2"]
[hiccup "1.0.5"]
[cljsjs/highlight "9.12.0-2"]
Expand Down

0 comments on commit b802d89

Please sign in to comment.