Skip to content

Commit 1724ac8

Browse files
committed
Release v0.2.0
1 parent 3255031 commit 1724ac8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile.lock

Lines changed: 2 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.1.0)
4+
view_component-scoped_styles (0.2.0)
55
rails (>= 7.0, < 9)
66
view_component (>= 3.0)
77

@@ -353,7 +353,7 @@ CHECKSUMS
353353
uri (1.1.1) sha256=379fa58d27ffb1387eaada68c749d1426738bd0f654d812fcc07e7568f5c57c6
354354
useragent (0.16.11) sha256=700e6413ad4bb954bb63547fa098dddf7b0ebe75b40cc6f93b8d54255b173844
355355
view_component (4.7.0) sha256=d9612abf255fbe89d524bafa470ec90c27b945e14d0bf2d3529ef676cfcb957e
356-
view_component-scoped_styles (0.1.0)
356+
view_component-scoped_styles (0.2.0)
357357
websocket-driver (0.8.0) sha256=ed0dba4b943c22f17f9a734817e808bc84cdce6a7e22045f5315aa57676d4962
358358
websocket-extensions (0.1.5) sha256=1c6ba63092cda343eb53fc657110c71c754c56484aad42578495227d717a8241
359359
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.1.0"
5+
VERSION = "0.2.0"
66
end
77
end

0 commit comments

Comments
 (0)