Change artifact coordinates to day8.re-frame/trace
This commit is contained in:
parent
22e05656ea
commit
594f6efd78
|
@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. This change
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.1.0] - 2017-05-02
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
* Artifact coordinates changed from `day8.re-frame/abra` to `day8.re-frame/trace`.
|
||||||
|
|
||||||
|
## [0.0.9] - 2017-05-02
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
* The preloads namespace now adds the tracing panel to the DOM automatically, so you don't need to change any of your app code to bring it in. [#14](https://github.com/Day8/re-frame-trace/pull/14) via [Dexter Gramfors](https://github.com/Dexterminator).
|
* The preloads namespace now adds the tracing panel to the DOM automatically, so you don't need to change any of your app code to bring it in. [#14](https://github.com/Day8/re-frame-trace/pull/14) via [Dexter Gramfors](https://github.com/Dexterminator).
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
(defproject day8.re-frame/abra "0.0.10-SNAPSHOT"
|
(defproject day8.re-frame/trace "0.1.0-SNAPSHOT"
|
||||||
:description "Tracing and developer tools for re-frame apps"
|
:description "Tracing and developer tools for re-frame apps"
|
||||||
:url "https://github.com/Day8/re-frame-trace"
|
:url "https://github.com/Day8/re-frame-trace"
|
||||||
:license {:name "MIT"}
|
:license {:name "MIT"}
|
||||||
|
|
Loading…
Reference in New Issue