Skip to content

Commit afec91b

Browse files
committed
Prepares for the release v0.1.1
1 parent df9d315 commit afec91b

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66

77
## [Unreleased]
88

9+
10+
11+
## [0.1.1] - 2025-04-24
12+
913
### Changed
1014

1115
- Uses a new format for naming the attributes, properties and event handlers (#5).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Vrac is a frontend rendering library in Clojure, for Clojurists.
1111
Features implemented so far:
1212
- 100% Written in Clojure(script)
1313
- Uses signals to do efficient fine-grained updates on the DOM
14-
- As a good interop with React and Clojurescript React wrappers
14+
- Has a good interop with React and Clojurescript React wrappers
1515
- 100% compatible with Re-frame via the fork [Si-frame](https://github.com/metosin/si-frame)
1616
- Has [concise and simple examples](/example) showing how to use it
1717

deps.edn

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
:git/sha "e553bf33e6b6aef556d6713f9b0db4d13df33345"}}
66

77
:aliases {:dev {:extra-deps {org.clojure/clojure {:mvn/version "1.12.0"}
8-
org.clojure/clojurescript {:mvn/version "1.11.132"}
9-
djblue/portal {:mvn/version "0.58.5"}
8+
org.clojure/clojurescript {:mvn/version "1.12.35"}
9+
djblue/portal {:mvn/version "0.59.0"}
1010
lambdaisland/deep-diff2 {:mvn/version "2.12.219"}}}
1111

1212
:test {:extra-paths ["test" "test-resource"]
@@ -25,7 +25,7 @@
2525
:exec-args {:sync-pom true
2626
:group-id "fi.metosin"
2727
:artifact-id "vrac"
28-
:version "0.1.0"
28+
:version "0.1.1"
2929
:jar "vrac.jar"}}
3030

3131
:deploy {:extra-deps {slipset/deps-deploy {:mvn/version "0.2.2"}}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<packaging>jar</packaging>
55
<groupId>fi.metosin</groupId>
66
<artifactId>vrac</artifactId>
7-
<version>0.1.0</version>
7+
<version>0.1.1</version>
88
<name>vrac</name>
99
<description>A frontend rendering library in Clojure, for Clojurists</description>
1010
<inceptionYear>2025</inceptionYear>

0 commit comments

Comments
 (0)