Skip to content

Commit

Permalink
Bump 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldrapper committed Nov 24, 2023
1 parent 2f8f79b commit 5b41eb5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

- 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

## [1.0.0] 2023-04-19

### Added
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.0"
VERSION = "1.0.1"
end
end

0 comments on commit 5b41eb5

Please sign in to comment.