Skip to content

Commit c2569b5

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent de74520 commit c2569b5

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Unreleased
2+
3+
## Added
4+
5+
## Fixed
6+
7+
## Changed
8+
19
# 0.9.87 (2023-04-15 / dac82f4)
210

311
## Added

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.lambdaisland</groupId>
55
<artifactId>ornament</artifactId>
6-
<version>0.8.84</version>
6+
<version>0.9.87</version>
77
<name>ornament</name>
88
<description>Clojure Styled Components</description>
99
<url>https://github.com/lambdaisland/ornament</url>
@@ -25,7 +25,7 @@
2525
<url>https://github.com/lambdaisland/ornament</url>
2626
<connection>scm:git:git://github.com/lambdaisland/ornament.git</connection>
2727
<developerConnection>scm:git:ssh://[email protected]/lambdaisland/ornament.git</developerConnection>
28-
<tag>61259515a8455941a7ad75443b7f84cc04a8deb2</tag>
28+
<tag>de74520fdd98c2bb3487ebbacbf72b96ac755aba</tag>
2929
</scm>
3030
<dependencies>
3131
<dependency>
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>com.lambdaisland</groupId>
5454
<artifactId>glogi</artifactId>
55-
<version>1.2.164</version>
55+
<version>1.3.169</version>
5656
<optional>true</optional>
5757
</dependency>
5858
<dependency>
@@ -89,7 +89,7 @@
8989
<configuration>
9090
<archive>
9191
<manifestEntries>
92-
<git-revision>61259515a8455941a7ad75443b7f84cc04a8deb2</git-revision>
92+
<git-revision>de74520fdd98c2bb3487ebbacbf72b96ac755aba</git-revision>
9393
</manifestEntries>
9494
</archive>
9595
</configuration>

0 commit comments

Comments
 (0)