diff --git a/.changeset/lazy-guests-call.md b/.changeset/lazy-guests-call.md deleted file mode 100644 index d72388903e..0000000000 --- a/.changeset/lazy-guests-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/octicons': patch ---- - -Use parameter defaults instead of defaultProps diff --git a/.changeset/thick-lions-explain.md b/.changeset/thick-lions-explain.md deleted file mode 100644 index 37d10de36b..0000000000 --- a/.changeset/thick-lions-explain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/octicons": patch ---- - -Remove fill-rule from SVGs using picosvg as an optimization step diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c67a93bef..8ae404ed42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 17.10.1 + +### Patch Changes + +- [#882](https://github.com/primer/octicons/pull/882) [`503bafb9`](https://github.com/primer/octicons/commit/503bafb9578ea307fed3b261a1f8f9cbaea1c346) Thanks [@manuelpuyol](https://github.com/manuelpuyol)! - Use parameter defaults instead of defaultProps + +* [#883](https://github.com/primer/octicons/pull/883) [`8a039a7b`](https://github.com/primer/octicons/commit/8a039a7befa6b542404f416fac3f5c9ec99099cc) Thanks [@eliperkins](https://github.com/eliperkins)! - Remove fill-rule from SVGs using picosvg as an optimization step + ## 17.10.0 ### Minor Changes diff --git a/LICENSE b/LICENSE index 00e9069d5e..163074d5b4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 GitHub Inc. +Copyright (c) 2023 GitHub Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/lib/octicons_gem/LICENSE b/lib/octicons_gem/LICENSE index 00e9069d5e..163074d5b4 100644 --- a/lib/octicons_gem/LICENSE +++ b/lib/octicons_gem/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 GitHub Inc. +Copyright (c) 2023 GitHub Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/lib/octicons_gem/lib/octicons/version.rb b/lib/octicons_gem/lib/octicons/version.rb index 98b7bae353..a6033d7f29 100644 --- a/lib/octicons_gem/lib/octicons/version.rb +++ b/lib/octicons_gem/lib/octicons/version.rb @@ -1,3 +1,3 @@ module Octicons - VERSION = "17.10.0".freeze + VERSION = "17.10.1".freeze end diff --git a/lib/octicons_helper/Gemfile b/lib/octicons_helper/Gemfile index 6142fe491c..1c5e1023e5 100644 --- a/lib/octicons_helper/Gemfile +++ b/lib/octicons_helper/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" gemspec -gem "octicons", "17.10.0" +gem "octicons", "17.10.1" gem "rails" group :development, :test do diff --git a/lib/octicons_helper/LICENSE b/lib/octicons_helper/LICENSE index 00e9069d5e..163074d5b4 100644 --- a/lib/octicons_helper/LICENSE +++ b/lib/octicons_helper/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 GitHub Inc. +Copyright (c) 2023 GitHub Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/lib/octicons_helper/lib/octicons_helper/version.rb b/lib/octicons_helper/lib/octicons_helper/version.rb index 3d9815e5e5..21d1810f21 100644 --- a/lib/octicons_helper/lib/octicons_helper/version.rb +++ b/lib/octicons_helper/lib/octicons_helper/version.rb @@ -1,3 +1,3 @@ module OcticonsHelper - VERSION = "17.10.0".freeze + VERSION = "17.10.1".freeze end diff --git a/lib/octicons_helper/octicons_helper.gemspec b/lib/octicons_helper/octicons_helper.gemspec index 17ea37c34b..8ff16cc63b 100644 --- a/lib/octicons_helper/octicons_helper.gemspec +++ b/lib/octicons_helper/octicons_helper.gemspec @@ -13,7 +13,7 @@ Gem::Specification.new do |s| s.require_paths = ["lib"] - s.add_dependency "octicons", "17.10.0" + s.add_dependency "octicons", "17.10.1" s.add_dependency "railties" s.add_dependency "actionview" end diff --git a/lib/octicons_jekyll/Gemfile b/lib/octicons_jekyll/Gemfile index 071d3789ba..2fc58230b1 100644 --- a/lib/octicons_jekyll/Gemfile +++ b/lib/octicons_jekyll/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" gemspec -gem "octicons", "17.10.0" +gem "octicons", "17.10.1" group :development, :test do gem "minitest" diff --git a/lib/octicons_jekyll/LICENSE b/lib/octicons_jekyll/LICENSE index 00e9069d5e..163074d5b4 100644 --- a/lib/octicons_jekyll/LICENSE +++ b/lib/octicons_jekyll/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 GitHub Inc. +Copyright (c) 2023 GitHub Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/lib/octicons_jekyll/jekyll-octicons.gemspec b/lib/octicons_jekyll/jekyll-octicons.gemspec index a57a9f38f2..3ef49f0c97 100644 --- a/lib/octicons_jekyll/jekyll-octicons.gemspec +++ b/lib/octicons_jekyll/jekyll-octicons.gemspec @@ -14,5 +14,5 @@ Gem::Specification.new do |s| s.require_paths = ["lib"] s.add_dependency "jekyll", ">= 3.6", "< 5.0" - s.add_dependency "octicons", "17.10.0" + s.add_dependency "octicons", "17.10.1" end diff --git a/lib/octicons_jekyll/lib/jekyll-octicons/version.rb b/lib/octicons_jekyll/lib/jekyll-octicons/version.rb index 85e76ebcff..cf410e15b2 100644 --- a/lib/octicons_jekyll/lib/jekyll-octicons/version.rb +++ b/lib/octicons_jekyll/lib/jekyll-octicons/version.rb @@ -3,6 +3,6 @@ module Liquid; class Tag; end; end module Jekyll class Octicons < Liquid::Tag - VERSION = "17.10.0".freeze + VERSION = "17.10.1".freeze end end diff --git a/lib/octicons_node/LICENSE b/lib/octicons_node/LICENSE index 00e9069d5e..163074d5b4 100644 --- a/lib/octicons_node/LICENSE +++ b/lib/octicons_node/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 GitHub Inc. +Copyright (c) 2023 GitHub Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/lib/octicons_node/package.json b/lib/octicons_node/package.json index 201d584377..f55426beb1 100644 --- a/lib/octicons_node/package.json +++ b/lib/octicons_node/package.json @@ -1,6 +1,6 @@ { "name": "@primer/octicons", - "version": "17.10.0", + "version": "17.10.1", "description": "A scalable set of icons handcrafted with <3 by GitHub.", "homepage": "https://primer.style/octicons", "author": "GitHub Inc.", diff --git a/lib/octicons_react/LICENSE b/lib/octicons_react/LICENSE index 00e9069d5e..163074d5b4 100644 --- a/lib/octicons_react/LICENSE +++ b/lib/octicons_react/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 GitHub Inc. +Copyright (c) 2023 GitHub Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/lib/octicons_react/package.json b/lib/octicons_react/package.json index a6bcf435f3..75b73b879c 100644 --- a/lib/octicons_react/package.json +++ b/lib/octicons_react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/octicons-react", - "version": "17.10.0", + "version": "17.10.1", "description": "A scalable set of icons handcrafted with <3 by GitHub.", "homepage": "https://primer.style/octicons", "author": "GitHub, Inc.", diff --git a/lib/octicons_styled/LICENSE b/lib/octicons_styled/LICENSE index 00e9069d5e..163074d5b4 100644 --- a/lib/octicons_styled/LICENSE +++ b/lib/octicons_styled/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 GitHub Inc. +Copyright (c) 2023 GitHub Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index 4ff25fd7ed..6c05fbc08e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/octicons", - "version": "17.10.0", + "version": "17.10.1", "publishConfig": { "registry": "no registry, don't publish from this package.json." },