Skip to content

Commit

Permalink
Bump 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stevegeek committed Feb 25, 2024
1 parent 48d4084 commit 03bed19
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed


## [0.12.0] - 2024-02-25

### Added

- `outlet` DSL methods updated so that the selector is scoped to the component's root element by default. This
is probably the most common use case, and it's now the default.
- `with_outlets` DSL method added to generate the data-* attributes for the outlets and return as a fragment
of HTML


## [0.11.0] - 2024-02-21

### Added
Expand Down
2 changes: 1 addition & 1 deletion lib/vident/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Vident
VERSION = "0.11.0"
VERSION = "0.12.0"
end

0 comments on commit 03bed19

Please sign in to comment.