Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump fsevents from 1.2.4 to 1.2.13 #53

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading