diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b08b1c..6f8fdb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +## [0.8.0] - 2026-01-09 + ### Changed -- The popover now uses the Dialog API behind the scenes +- The popover now uses the Dialog API behind the scenes ([#187](https://github.com/Ambiki/impulse_view_components/pull/187)) ### Fixed -- Return early if `selected` is set as an empty string +- Return early if `selected` is set as an empty string ([#188](https://github.com/Ambiki/impulse_view_components/pull/188)) ## [0.7.2] - 2025-07-04 @@ -181,7 +183,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Everything! -[unreleased]: https://github.com/Ambiki/impulse_view_components/compare/v0.7.2...HEAD +[unreleased]: https://github.com/Ambiki/impulse_view_components/compare/v0.8.0...HEAD +[0.8.0]: https://github.com/Ambiki/impulse_view_components/compare/v0.7.2...v0.8.0 [0.7.2]: https://github.com/Ambiki/impulse_view_components/compare/v0.7.1...v0.7.2 [0.7.1]: https://github.com/Ambiki/impulse_view_components/compare/v0.7.0...v0.7.1 [0.7.0]: https://github.com/Ambiki/impulse_view_components/compare/v0.6.0...v0.7.0 diff --git a/Gemfile.lock b/Gemfile.lock index 96982b4..a12c3ab 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - impulse_view_components (0.7.2) + impulse_view_components (0.8.0) actionview (>= 6.1.0) view_component (~> 3.24.0) diff --git a/demo/Gemfile.lock b/demo/Gemfile.lock index 7fe0a7f..da3403e 100644 --- a/demo/Gemfile.lock +++ b/demo/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - impulse_view_components (0.7.2) + impulse_view_components (0.8.0) actionview (>= 6.1.0) view_component (~> 3.24.0) @@ -259,8 +259,6 @@ GEM railties (>= 6.0.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - tzinfo-data (1.2025.3) - tzinfo (>= 1.0.0) unicode-display_width (2.6.0) view_component (3.24.0) activesupport (>= 5.2.0, < 8.2) diff --git a/gemfiles/rails_6_1.gemfile.lock b/gemfiles/rails_6_1.gemfile.lock index e0db6ae..50061e2 100644 --- a/gemfiles/rails_6_1.gemfile.lock +++ b/gemfiles/rails_6_1.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - impulse_view_components (0.7.2) + impulse_view_components (0.8.0) actionview (>= 6.1.0) view_component (~> 3.24.0) diff --git a/gemfiles/rails_7.gemfile.lock b/gemfiles/rails_7.gemfile.lock index 1f42bd9..dc13f7d 100644 --- a/gemfiles/rails_7.gemfile.lock +++ b/gemfiles/rails_7.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - impulse_view_components (0.7.2) + impulse_view_components (0.8.0) actionview (>= 6.1.0) view_component (~> 3.24.0) diff --git a/gemfiles/rails_7_1.gemfile.lock b/gemfiles/rails_7_1.gemfile.lock index a8f980c..aa334c1 100644 --- a/gemfiles/rails_7_1.gemfile.lock +++ b/gemfiles/rails_7_1.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - impulse_view_components (0.7.2) + impulse_view_components (0.8.0) actionview (>= 6.1.0) view_component (~> 3.24.0) diff --git a/lib/impulse/view_components/version.rb b/lib/impulse/view_components/version.rb index b57e71d..c526a80 100644 --- a/lib/impulse/view_components/version.rb +++ b/lib/impulse/view_components/version.rb @@ -1,5 +1,5 @@ module Impulse module ViewComponents - VERSION = "0.7.2".freeze + VERSION = "0.8.0".freeze end end diff --git a/package.json b/package.json index 359056f..57c9352 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ambiki/impulse-view-components", - "version": "0.7.2", + "version": "0.8.0", "description": "A set of JavaScript patterns and Web Components meant to used with the ImpulseViewComponents gem.", "author": "Ambitious Idea Labs (https://ambiki.com/)", "contributors": [