Skip to content

Commit

Permalink
Prepare new version
Browse files Browse the repository at this point in the history
  • Loading branch information
cjohansen committed Dec 6, 2023
1 parent 3e2913c commit 225b63a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ code for the sample is [also available](https://github.com/cjohansen/sasha).
With tools.deps:

```clj
no.cjohansen/portfolio {:mvn/version "2023.07.15"}
no.cjohansen/portfolio {:mvn/version "2023.12.06"}
```

With Leiningen:

```clj
[no.cjohansen/portfolio "2023.07.15"]
[no.cjohansen/portfolio "2023.12.06"]
```

## Usage
Expand Down Expand Up @@ -211,6 +211,13 @@ Some features and fixes that are likely to be explored in the close future:

## Changelog

### 2023.12.06

- Properly unmount Reagent components (fix #15)
- Add support for setting classes on the document element with the background
tool, by setting `:background/document-class`
- Upgrade the phosphor-clj icons dependency to fix a buggy pallette icon

### 2023.07.15

- Improved error handling in multiple places. If you encounter an uncaught
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<packaging>jar</packaging>
<groupId>no.cjohansen</groupId>
<artifactId>portfolio</artifactId>
<version>2023.07.15</version>
<version>2023.12.06</version>
<name>portfolio</name>
<dependencies>
<dependency>
Expand Down Expand Up @@ -43,7 +43,7 @@
<scm>
<connection>scm:git:git://github.com/cjohansen/portfolio.git</connection>
<developerConnection>scm:git:ssh://[email protected]/cjohansen/portfolio.git</developerConnection>
<tag>v2023.07.15</tag>
<tag>v2023.12.06</tag>
<url>https://github.com/cjohansen/portfolio</url>
</scm>
</project>

0 comments on commit 225b63a

Please sign in to comment.