Skip to content
Closed
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea/codestream.xml
/.clj-kondo/
/.idea/dictionaries/
/.idea/libraries/
Expand Down
2 changes: 1 addition & 1 deletion .idea/parent.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# project.clj 4.10.0

Update

* io.jesi/backpack to `7.2.0`

# project.clj 4.9.0

Update
Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.jesi/parent "4.9.0"
(defproject io.jesi/parent "4.10.0"
:description "Clojure and NPM parent package definitions"
:url "https://github.com/jesims/parent#readme"
:license {:name "Eclipse Public License - v 1.0"
Expand All @@ -8,7 +8,7 @@
:min-lein-version "2.9.1"
:managed-dependencies [[org.clojure/clojure "1.10.3"]
[thheller/shadow-cljs "2.11.21"]
[io.jesi/backpack "7.1.0"]
[io.jesi/backpack "7.2.0"]
[io.jesi/customs "1.3.1"]
[com.rpl/specter "1.1.3"]
[org.clojure/core.async "1.3.610"]
Expand Down