Skip to content

Commit

Permalink
Release clj-kondo config
Browse files Browse the repository at this point in the history
  • Loading branch information
cjohansen committed Feb 19, 2024
1 parent eebf107 commit 9f84393
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ In addition to being API compatible with Quiescent, **dumdom** supports:
With tools.deps:

```clj
cjohansen/dumdom {:mvn/version "2023.11.06"}
cjohansen/dumdom {:mvn/version "2024.02.19"}
```

With Leiningen:

```clj
[cjohansen/dumdom "2023.11.06"]
[cjohansen/dumdom "2024.02.19"]
```

## Example
Expand Down Expand Up @@ -839,6 +839,11 @@ component is responsible for rendering a given fragment of the DOM.
## Changelog
### 2024.02.19
- Add [clj-kondo configuration](https://github.com/cjohansen/dumdom/pull/52) for
`defmacro`, thanks to [@PEZ](https://github.com/PEZ).
### 2023.11.06
- Fix string rendering of aria-* attributes
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cjohansen</groupId>
<artifactId>dumdom</artifactId>
<version>2023.11.06</version>
<version>2024.02.19</version>
<name>dumdom</name>
<dependencies>
<dependency>
Expand Down Expand Up @@ -44,7 +44,7 @@
<scm>
<connection>scm:git:git://github.com/cjohansen/dumdom.git</connection>
<developerConnection>scm:git:ssh://[email protected]/cjohansen/dumdom.git</developerConnection>
<tag>v2023.11.06</tag>
<tag>v2024.02.19</tag>
<url>https://github.com/cjohansen/dumdom</url>
</scm>
</project>

0 comments on commit 9f84393

Please sign in to comment.