Skip to content

Commit 2e041ad

Browse files
committed
Prepare release 1.1.0
1 parent 2db1a71 commit 2e041ad

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 1.1.0 - 2024-09-23
4+
### Changes
5+
- The debug interceptor in re-dash has been enhanced to post messages to Flutter DevTools to update the new [re-dash-inspector](https://github.com/htihospitality/re-dash-inspector) (which will be released soon)
6+
37
## 1.0.0 - 2024-02-23
48
### Changes
59
- Added the Database Protocol with Drift and RxDB implementations [RR 30](https://github.com/htihospitality/re-dash/pull/30)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Then, add the `re-dash` dependency
5050
#### from clojars
5151

5252
```edn
53-
:deps {net.clojars.htihospitality/re-dash {:mvn/version "1.0.0"}}
53+
:deps {net.clojars.htihospitality/re-dash {:mvn/version "1.1.0"}}
5454
```
5555

5656
#### from a commit

build.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
(:require [org.corfield.build :as bb]))
44

55
(def lib 'net.clojars.htihospitality/re-dash)
6-
(def version "1.0.0")
6+
(def version "1.1.0")
77

88
(defn test "Run the tests." [opts]
99
(bb/run-tests opts))

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: re_dash
22
description: A ClojureDart framework for building user interfaces, leveraging Flutter
3-
version: 1.0.0
3+
version: 1.1.0
44

55
environment:
66
sdk: ^3.0.1

0 commit comments

Comments
 (0)