Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkerlucio committed Jan 22, 2021
1 parent 7a9e0e6 commit a1675b7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [1.2.0]
- Add Logs Tab
- Support graph render for Pathom 3

## [1.1.1]
- Fix show history button

Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ To package the app do the following:

[source]
----
shadow-cljs release electron-background electron-renderer
./script/build-electron
cd shells/electron
npm run pack
----
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
com.taoensso/sente {:mvn/version "1.16.0"}
com.wsscode/async {:mvn/version "1.0.13"}
com.wsscode/fuzzy {:mvn/version "1.0.0"}
com.wsscode/pathom-viz-connector {:mvn/version "1.0.0"}
com.wsscode/pathom-viz-connector {:mvn/version "2021.01.21-1"}
lilactown/helix {:git/url "https://github.com/lilactown/helix" :sha "5785e9332534cb16da749699634556d573e44bb2"}}

:aliases
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.wsscode/pathom-viz "1.1.0-SNAPSHOT"
(defproject com.wsscode/pathom-viz "1.2.0"
:description "A suite of visual components to support Pathom."
:url "https://github.com/wilkerlucio/pathom-viz"
:min-lein-version "2.7.0"
Expand Down
2 changes: 1 addition & 1 deletion shells/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pathom-viz",
"productName": "Pathom Viz",
"version": "1.1.1",
"version": "1.2.0",
"description": "Pathom visualization tools for parser development.",
"homepage": "https://github.com/wilkerlucio/pathom-viz",
"main": "js/background/main.js",
Expand Down

0 comments on commit a1675b7

Please sign in to comment.