Skip to content

Commit ed103e7

Browse files
alias: :project/create - update practicalli project templates
New release of practicalli/project-templates, providing a new template `practicalli/application`
1 parent 20c7c8b commit ed103e7

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGELOG.org

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@
1010
*** ci: antq library versions scheduled GitHub workflow
1111
** Changed
1212
*** remove find-deps from `:repl/reloaded` and `:dev/reloaded` aliases to avoid reload clash with add-libs dependency
13-
*** updated `project/create` to include Practialli designed project templates as a dependency
1413
*** Breaking: rename `:env/test` to `:test/env` (drop `:env` as qualifier)
1514
*** Breaking: rename `:env/dev` to `:dev/env` (drop `:env` as qualifier)
15+
** Updated
1616
*** ci: MegaLinter Java Image version v6.22.2
1717
*** ci: setup-clojure version 10.3
1818
*** inspect: portal version 0.38.2
1919
*** alias: update rebel readline aliases to load `clojure.main/repl-requires` to include add-lib, add-libs and sync-deps for hotloading libraries on the classpath
20+
*** release version of practicalli/project-templates in `project/create` & `project/templates` aliases
21+
*** `project/create` to include Practialli designed project templates as a dependency
2022

2123
* 2023-03-25
2224
** Added

deps.edn

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -339,10 +339,10 @@
339339
{:replace-deps {io.github.seancorfield/deps-new
340340
{:git/tag "v0.5.1" :git/sha "21cede2"}
341341
io.github.practicalli/project-templates
342-
{:git/tag "2023.04.12" :git/sha "3b4e3fa"}}
342+
{:git/tag "2023.04.18" :git/sha "5567a46"}}
343343
:exec-fn org.corfield.new/create
344-
:exec-args {:template practicalli/service
345-
:name practicalli/gameboard-redux}}
344+
:exec-args {:template practicalli/application
345+
:name practicalli/playground}}
346346

347347
:project/create-local
348348
{:replace-deps {io.github.seancorfield/deps-new
@@ -356,7 +356,7 @@
356356

357357
:project/templates
358358
{:extra-deps {io.github.practicalli/project-templates
359-
{:git/tag "2023.04.12" :git/sha "3b4e3fa"}}}
359+
{:git/tag "2023.04.18" :git/sha "5567a46"}}}
360360

361361
;; Convert Leiningen projects to Clojure CLI with depify
362362
;; Use `lein pprint` when `project.clj` includes quoted variables or paths to resolve

0 commit comments

Comments
 (0)