File tree Expand file tree Collapse file tree 5 files changed +13
-10
lines changed Expand file tree Collapse file tree 5 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 1
1
## Unreleased
2
2
3
+ ## v0.0.8
4
+
3
5
## Added
4
6
5
7
- (PR #83 ) Compatibility with Tailwind ` v3.0.23 ` , except for the Tailwind-styled "arbitrary values" specified between ` [ ` and ` ] ` .
15
17
16
18
- (PR #85 ) Implemented ` --gi-divide-*-reverse ` .
17
19
Thanks to ` flyingmachine ` for the bug report and fix.
20
+ - Cljdoc is analyzing Girouette correctly again. Thanks to ` ribelo ` and ` lread ` for their help.
18
21
19
22
## Changed
20
23
Original file line number Diff line number Diff line change 3
3
:deps {org.clojure/clojurescript {:mvn/version " 1.11.54" }
4
4
thheller/shadow-cljs {:mvn/version " 2.19.1" }
5
5
reagent/reagent {:mvn/version " 1.1.1" }
6
- #_#_girouette /girouette {:mvn/version " RELEASE " }
7
- girouette/girouette {:local/root " ../../lib/girouette " }}
6
+ ; girouette /girouette {:local/root "../../lib/girouette "}
7
+ girouette/girouette {:mvn/version " v0.0.8 " }}
8
8
9
9
:aliases {; clojure -X:girouette-processor
10
- :girouette-processor {; :extra-deps {girouette/processor {:mvn/version "RELEASE "}}
11
- :extra-deps {girouette/processor {:local/root " ../../lib/processor " }}
10
+ :girouette-processor {; :extra-deps {girouette/processor {:local/root "../../lib/processor "}}
11
+ :extra-deps {girouette/processor {:mvn/version " v0.0.8 " }}
12
12
:ns-default girouette.processor
13
13
:exec-fn process
14
14
:exec-args {:css {:output-file " public/style/girouette.css" }
Original file line number Diff line number Diff line change 18
18
:exec-args {:sync-pom true
19
19
:group-id " girouette"
20
20
:artifact-id " girouette"
21
- :version " 0.0.7 "
21
+ :version " 0.0.8 "
22
22
:jar " girouette.jar" }}}}
23
23
; ; Memo for deploying a new release:
24
24
; ; - Change the version above, then build the jar:
Original file line number Diff line number Diff line change 4
4
<packaging >jar</packaging >
5
5
<groupId >girouette</groupId >
6
6
<artifactId >girouette</artifactId >
7
- <version >0.0.7 </version >
7
+ <version >0.0.8 </version >
8
8
<name >girouette</name >
9
9
<scm >
10
10
<url >https://github.com/green-coder/girouette</url >
21
21
<dependency >
22
22
<groupId >instaparse</groupId >
23
23
<artifactId >instaparse</artifactId >
24
- <version >1.4.10 </version >
24
+ <version >1.4.12 </version >
25
25
</dependency >
26
26
<dependency >
27
27
<groupId >garden</groupId >
Original file line number Diff line number Diff line change 9
9
org.slf4j/slf4j-nop {:mvn/version " 1.7.36" }
10
10
11
11
garden/garden {:mvn/version " 1.3.10" }
12
- #_#_girouette /girouette {:mvn/version " 0.0.7 " }
13
- girouette/girouette {:local/root " ../../lib/girouette " }}
12
+ ; girouette /girouette {:local/root "../../lib/girouette "}
13
+ girouette/girouette {:mvn/version " 0.0.8 " }}
14
14
15
15
:aliases {:test {:extra-paths [" test" ]
16
16
:extra-deps {lambdaisland/kaocha {:mvn/version " 1.66.1034" }
27
27
:exec-args {:sync-pom true
28
28
:group-id " girouette"
29
29
:artifact-id " processor"
30
- :version " 0.0.7 "
30
+ :version " 0.0.8 "
31
31
:jar " processor.jar" }}}}
32
32
; ; Memo for deploying a new release:
33
33
; ; - Change the version above, then build the jar:
You can’t perform that action at this time.
0 commit comments