Skip to content

Commit c29d2f2

Browse files
committed
Bump 1.1.0
1 parent 5b41eb5 commit c29d2f2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

55

6-
## [1.0.1] 2023-11-24
6+
## [1.1.0] 2023-11-24
77

88
- Dropped dependency on `rails` and now only depends on `railties`
99
- Fix an out of order rendering issue when yielding from a partial rendered with a block delegated from a component’s content block
1010
- Added `flash` helper adapter in `Phlex::Rails::Helpers::Flash`
1111
- Removed experimental form component
12+
- Updated `phlex` dependency to `~> 1.9`
1213

1314
## [1.0.0] 2023-04-19
1415

lib/phlex/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Phlex
44
module Rails
5-
VERSION = "1.0.1"
5+
VERSION = "1.1.0"
66
end
77
end

0 commit comments

Comments
 (0)