Skip to content

Commit

Permalink
Prepare release 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wkok committed Dec 10, 2024
1 parent a4542a8 commit 63b885d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 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.1.3 - 2024-12-10
### Changes
- Fixed flow execution order to consider custom interceptor changes [PR 36](https://github.com/htihospitality/re-dash/pull/36)

## 1.1.2 - 2024-10-23
### Changes
- Fixed debug interceptor to return json encoded strings in response to `updateConnectionState` events from re-dash-inspector, as per [docs](https://api.flutter.dev/flutter/dart-developer/ServiceExtensionResponse/ServiceExtensionResponse.result.html)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Then, add the `re-dash` dependency
#### from clojars

```edn
:deps {net.clojars.htihospitality/re-dash {:mvn/version "1.1.2"}}
:deps {net.clojars.htihospitality/re-dash {:mvn/version "1.1.3"}}
```

#### from a commit
Expand Down
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(:require [org.corfield.build :as bb]))

(def lib 'net.clojars.htihospitality/re-dash)
(def version "1.1.2")
(def version "1.1.3")

(defn test "Run the tests." [opts]
(bb/run-tests opts))
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: re_dash
description: A ClojureDart framework for building user interfaces, leveraging Flutter
version: 1.1.2
version: 1.1.3

environment:
sdk: ^3.0.1
Expand Down

0 comments on commit 63b885d

Please sign in to comment.