File tree Expand file tree Collapse file tree 6 files changed +23
-11
lines changed Expand file tree Collapse file tree 6 files changed +23
-11
lines changed Original file line number Diff line number Diff line change 11## Unreleased
22
3+ ## v0.0.7
4+
5+ ### Fixed
6+
7+ Thanks to ` jamesnvc ` for the following fixes:
8+ - (PR #76 ) Escape octothorpe character in class name.
9+ - (PR #77 ) Fix ` .invisible ` class.
10+ - (PR #80 ) Fix the rule ` :max-width ` .
11+ - Fix bug in the processor tool when parsing CLJS files containing character literals.
12+
13+ - Fixed and simplified the function ` girouette.util/rule-comparator ` .
14+
315## v0.0.6
416
517### Changed
Original file line number Diff line number Diff line change 33 :deps {org.clojure/clojurescript {:mvn/version " 1.11.4" }
44 thheller/shadow-cljs {:mvn/version " 2.16.12" }
55 reagent/reagent {:mvn/version " 1.1.0" }
6- girouette/girouette {:mvn/version " 0.0.6 " }
6+ girouette/girouette {:mvn/version " 0.0.7 " }
77 #_#_girouette/girouette {:local/root " ../../lib/girouette" }}
88
99 :aliases {; clojure -X:girouette-processor
10- :girouette-processor {:extra-deps {girouette/processor {:mvn/version " 0.0.5 " }}
10+ :girouette-processor {:extra-deps {girouette/processor {:mvn/version " 0.0.7 " }}
1111 #_#_:extra-deps {girouette/processor {:local/root " ../../lib/processor" }}
1212 :ns-default girouette.processor
1313 :exec-fn process
Original file line number Diff line number Diff line change 1818 :exec-args {:sync-pom true
1919 :group-id " girouette"
2020 :artifact-id " girouette"
21- :version " 0.0.6 "
21+ :version " 0.0.7 "
2222 :jar " girouette.jar" }}}}
2323; ; Memo for deploying a new release:
2424; ; - Change the version above, then build the jar:
Original file line number Diff line number Diff line change 44 <packaging >jar</packaging >
55 <groupId >girouette</groupId >
66 <artifactId >girouette</artifactId >
7- <version >0.0.6 </version >
7+ <version >0.0.7 </version >
88 <name >girouette</name >
99 <scm >
1010 <url >https://github.com/green-coder/girouette</url >
Original file line number Diff line number Diff line change 88 hawk/hawk {:mvn/version " 0.2.11" }
99
1010 garden/garden {:mvn/version " 1.3.10" }
11- girouette/girouette {:mvn/version " 0.0.6 " }
11+ girouette/girouette {:mvn/version " 0.0.7 " }
1212 #_#_girouette/girouette {:local/root " ../../lib/girouette" }}
1313
1414 :aliases {:test {:extra-paths [" test" ]
2626 :exec-args {:sync-pom true
2727 :group-id " girouette"
2828 :artifact-id " processor"
29- :version " 0.0.5 "
29+ :version " 0.0.7 "
3030 :jar " processor.jar" }}}}
3131; ; Memo for deploying a new release:
3232; ; - Change the version above, then build the jar:
Original file line number Diff line number Diff line change 44 <packaging >jar</packaging >
55 <groupId >girouette</groupId >
66 <artifactId >processor</artifactId >
7- <version >0.0.5 </version >
7+ <version >0.0.7 </version >
88 <name >processor</name >
99 <scm >
1010 <url >https://github.com/green-coder/girouette</url >
2121 <dependency >
2222 <groupId >org.clojure</groupId >
2323 <artifactId >tools.analyzer</artifactId >
24- <version >1.0 .0</version >
24+ <version >1.1 .0</version >
2525 </dependency >
2626 <dependency >
2727 <groupId >org.clojure</groupId >
2828 <artifactId >clojurescript</artifactId >
29- <version >1.10.879 </version >
29+ <version >1.11.4 </version >
3030 </dependency >
3131 <dependency >
3232 <groupId >org.clojure</groupId >
3333 <artifactId >tools.deps.alpha</artifactId >
34- <version >0.12.1036 </version >
34+ <version >0.12.1120 </version >
3535 </dependency >
3636 <dependency >
3737 <groupId >girouette</groupId >
3838 <artifactId >girouette</artifactId >
39- <version >0.0.5 </version >
39+ <version >0.0.7 </version >
4040 </dependency >
4141 <dependency >
4242 <groupId >hawk</groupId >
You can’t perform that action at this time.
0 commit comments