Skip to content

Commit 0f9de77

Browse files
committed
Bump to version 0.4.1
1 parent 04f4125 commit 0f9de77

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.4.1] - 2026-06-01
2+
3+
### Fixed
4+
5+
- Railtie component discovery now respects the configured `components_path` instead of always scanning `app/components`.
6+
17
## [0.4.0] - 2026-05-31
28

39
### Added

Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
view_component-scoped_styles (0.4.0)
4+
view_component-scoped_styles (0.4.1)
55
rails (>= 7.0, < 9)
66
view_component (>= 3.0)
77

@@ -258,6 +258,7 @@ GEM
258258
zeitwerk (2.8.2)
259259

260260
PLATFORMS
261+
arm64-darwin-23
261262
arm64-darwin-25
262263

263264
DEPENDENCIES
@@ -353,7 +354,7 @@ CHECKSUMS
353354
uri (1.1.1) sha256=379fa58d27ffb1387eaada68c749d1426738bd0f654d812fcc07e7568f5c57c6
354355
useragent (0.16.11) sha256=700e6413ad4bb954bb63547fa098dddf7b0ebe75b40cc6f93b8d54255b173844
355356
view_component (4.7.0) sha256=d9612abf255fbe89d524bafa470ec90c27b945e14d0bf2d3529ef676cfcb957e
356-
view_component-scoped_styles (0.4.0)
357+
view_component-scoped_styles (0.4.1)
357358
websocket-driver (0.8.0) sha256=ed0dba4b943c22f17f9a734817e808bc84cdce6a7e22045f5315aa57676d4962
358359
websocket-extensions (0.1.5) sha256=1c6ba63092cda343eb53fc657110c71c754c56484aad42578495227d717a8241
359360
zeitwerk (2.8.2) sha256=7212a61311083c604184b1ea2574b9aa05cd14f855a0841c06985cabe9181d12

lib/view_component/scoped_styles/version.rb

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

33
module ViewComponent
44
module ScopedStyles
5-
VERSION = "0.4.0"
5+
VERSION = "0.4.1"
66
end
77
end

0 commit comments

Comments
 (0)