Skip to content

Commit d528622

Browse files
authored
Merge pull request #441 from opf/fix/bump-octicons
Bump octicons to 19.34.0
2 parents 2b50029 + a71da10 commit d528622

4 files changed

Lines changed: 10 additions & 5 deletions

File tree

.changeset/great-pens-ask.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@openproject/primer-view-components': patch
3+
---
4+
5+
Bump ociticons to 19.34.0

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PATH
44
openproject-primer_view_components (0.84.3)
55
actionview (>= 7.2.0)
66
activesupport (>= 7.2.0)
7-
openproject-octicons (>= 19.33.0)
7+
openproject-octicons (>= 19.34.0)
88
view_component (>= 3.1, < 5.0)
99

1010
GEM
@@ -174,7 +174,7 @@ GEM
174174
racc (~> 1.4)
175175
nokogiri (1.19.2-x86_64-linux-musl)
176176
racc (~> 1.4)
177-
openproject-octicons (19.33.0)
177+
openproject-octicons (19.34.0)
178178
parallel (1.28.0)
179179
parser (3.3.11.1)
180180
ast (~> 2.4.1)

demo/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PATH
44
openproject-primer_view_components (0.84.3)
55
actionview (>= 7.2.0)
66
activesupport (>= 7.2.0)
7-
openproject-octicons (>= 19.33.0)
7+
openproject-octicons (>= 19.34.0)
88
view_component (>= 3.1, < 5.0)
99

1010
GEM
@@ -261,7 +261,7 @@ GEM
261261
oj (3.16.10)
262262
bigdecimal (>= 3.0)
263263
ostruct (>= 0.2)
264-
openproject-octicons (19.33.0)
264+
openproject-octicons (19.34.0)
265265
os (1.1.4)
266266
ostruct (0.6.1)
267267
pp (0.6.3)

primer_view_components.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ Gem::Specification.new do |spec|
2020

2121
spec.add_runtime_dependency "actionview", ">= 7.2.0"
2222
spec.add_runtime_dependency "activesupport", ">= 7.2.0"
23-
spec.add_runtime_dependency "openproject-octicons", ">= 19.33.0"
23+
spec.add_runtime_dependency "openproject-octicons", ">= 19.34.0"
2424
spec.add_runtime_dependency "view_component", [">= 3.1", "< 5.0"]
2525
end

0 commit comments

Comments
 (0)