Skip to content

Commit 3ba272c

Browse files
committed
Merge branch 'main' into remove-rails-upper-bound
2 parents 4746d19 + d5da7ab commit 3ba272c

File tree

10 files changed

+11
-8
lines changed

10 files changed

+11
-8
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
view_component (4.1.0)
4+
view_component (4.1.1)
55
actionview (>= 7.1.0)
66
activesupport (>= 7.1.0)
77
concurrent-ruby (~> 1)

docs/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ nav_order: 6
1414

1515
*Hans Lemuet*
1616

17+
## 4.1.1
18+
1719
* Add Consultport to list of companies using ViewComponent.
1820

1921
*Sebastian Nepote*

docs/_data/library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 4.1.0
1+
version: 4.1.1

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ Hundreds of people have [contributed](https://github.com/ViewComponent/view_comp
111111

112112
## Who uses ViewComponent?
113113

114+
* [20Tabs](https://20tabs.nl)
114115
* [Aboard HR](https://aboardhr.com/)
115116
* [Arrows](https://arrows.to/)
116117
* [Aluuno](https://aluuno.com/)

gemfiles/rails_7.1.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
view_component (4.1.0)
4+
view_component (4.1.1)
55
actionview (>= 7.1.0)
66
activesupport (>= 7.1.0)
77
concurrent-ruby (~> 1)

gemfiles/rails_7.2.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
view_component (4.1.0)
4+
view_component (4.1.1)
55
actionview (>= 7.1.0)
66
activesupport (>= 7.1.0)
77
concurrent-ruby (~> 1)

gemfiles/rails_8.0.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
view_component (4.1.0)
4+
view_component (4.1.1)
55
actionview (>= 7.1.0)
66
activesupport (>= 7.1.0)
77
concurrent-ruby (~> 1)

gemfiles/rails_8.1.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
view_component (4.1.0)
4+
view_component (4.1.1)
55
actionview (>= 7.1.0)
66
activesupport (>= 7.1.0)
77
concurrent-ruby (~> 1)

gemfiles/rails_main.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ GIT
109109
PATH
110110
remote: ..
111111
specs:
112-
view_component (4.1.0)
112+
view_component (4.1.1)
113113
actionview (>= 7.1.0)
114114
activesupport (>= 7.1.0)
115115
concurrent-ruby (~> 1)

lib/view_component/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module ViewComponent
44
module VERSION
55
MAJOR = 4
66
MINOR = 1
7-
PATCH = 0
7+
PATCH = 1
88
PRE = nil
99

1010
STRING = [MAJOR, MINOR, PATCH, PRE].compact.join(".")

0 commit comments

Comments
 (0)