Skip to content

Commit

Permalink
Upgrade cljs-ajax to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
superstructor committed Mar 3, 2021
1 parent c70f51f commit 87f5a4a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

#### Changed

- **Upgrade cljs-ajax to 0.8.1**. Upstream project's CHANGELOG is missing this version, appears to be [these changes](https://github.com/JulianBirch/cljs-ajax/compare/0c2633694332bfed34847e922bd206ca0090957b...af16a67982320af360c90a0dd48228d4eaf1f3ab) since 0.8.0.
- Upgrade Clojure to 1.10.2
- Upgrade shadow-cljs to 2.10.18
- Upgrade re-frame to 1.2.0

## v0.2.2 (2020-12-21)

#### Changed

- Don't require cljs-ajax API wholesale. See [#29](https://github.com/day8/re-frame-http-fx/pull/29). Thanks to [@nathell](https://github.com/nathell).
- Upgrade ClojureScript to 1.10.773
- Upgrade lein-git-inject to 0.0.14
- Upgrade shadow-cljs to 2.10.17
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
org.clojure/google-closure-library-third-party]]
[thheller/shadow-cljs "2.11.18" :scope "provided"]
[re-frame "1.2.0" :scope "provided"]
[cljs-ajax "0.8.0"]]
[cljs-ajax "0.8.1"]]

:plugins [[day8/lein-git-inject "0.0.14"]
[lein-shadow "0.3.1"]
Expand Down

0 comments on commit 87f5a4a

Please sign in to comment.