Skip to content

Commit

Permalink
Merge pull request #44 from opf/bump/primer-upstream
Browse files Browse the repository at this point in the history
Bump/primer upstream
  • Loading branch information
HDinger committed Nov 21, 2023
2 parents 0738a4a + 022f95b commit 5d8c345
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/hip-fishes-rush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@openproject/octicons': minor
---

Adds filter remove octicon
1 change: 1 addition & 0 deletions icons/filter-remove-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/filter-remove-24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions keywords.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"file-symlink-directory": ["folder", "subfolder", "link", "alias"],
"file-symlink-file": ["link", "alias"],
"file-zip": ["compress", "archive"],
"filter-remove": ["funnel", "filter", "remove", "delete"],
"fiscal-host": ["safe", "money"],
"flame": ["fire", "hot", "burn", "trending"],
"fold": ["unfold", "hide", "collapse"],
Expand Down
2 changes: 1 addition & 1 deletion lib/octicons_jekyll/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

gemspec

gem "openproject-octicons", "19.6.1"
gem "openproject-octicons", "19.7.0"

group :development, :test do
gem "minitest"
Expand Down
2 changes: 1 addition & 1 deletion lib/octicons_jekyll/jekyll-octicons.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_dependency "jekyll", ">= 3.6", "< 5.0"
s.add_dependency "openproject-octicons", "19.6.0"
s.add_dependency "openproject-octicons", "19.7.0"
end
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ exports[`@primer/octicons-react should not update exports without a semver chang
"FileSymlinkFileIcon",
"FileZipIcon",
"FilterIcon",
"FilterRemoveIcon",
"FiscalHostIcon",
"FlameIcon",
"FoldDownIcon",
Expand Down

0 comments on commit 5d8c345

Please sign in to comment.