Skip to content

Commit

Permalink
Bump 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldrapper committed Nov 24, 2023
1 parent 5b41eb5 commit c29d2f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
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).


## [1.0.1] 2023-11-24
## [1.1.0] 2023-11-24

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

## [1.0.0] 2023-04-19

Expand Down
2 changes: 1 addition & 1 deletion lib/phlex/rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Phlex
module Rails
VERSION = "1.0.1"
VERSION = "1.1.0"
end
end

0 comments on commit c29d2f2

Please sign in to comment.