diff --git a/.changeset/flat-fans-greet.md b/.changeset/flat-fans-greet.md deleted file mode 100644 index e827bd5d8..000000000 --- a/.changeset/flat-fans-greet.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@primer/octicons": minor ---- - -Add filled alert icons -- alert-fill-16 -- alert-fill-24 diff --git a/.changeset/orange-turkeys-work.md b/.changeset/orange-turkeys-work.md deleted file mode 100644 index 1c2a2016b..000000000 --- a/.changeset/orange-turkeys-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/octicons': patch ---- - -Adjust flex wrap in UI examples.Fixes #731 diff --git a/.changeset/rotten-steaks-smash.md b/.changeset/rotten-steaks-smash.md deleted file mode 100644 index 640acfc60..000000000 --- a/.changeset/rotten-steaks-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/octicons": minor ---- - -- add log-24.svg (TY @edokoa!) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f7cae87e..43193eb62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 17.6.0 + +### Minor Changes + +- [#848](https://github.com/primer/octicons/pull/848) [`ed25e50`](https://github.com/primer/octicons/commit/ed25e501f614afe1b43aa09c11f344d8b47a233d) Thanks [@ashygee](https://github.com/ashygee)! - Add filled alert icons + - alert-fill-16 + - alert-fill-24 + +* [#847](https://github.com/primer/octicons/pull/847) [`2f9b32e`](https://github.com/primer/octicons/commit/2f9b32e6b48cb58adac95552d6e7ddb2bf405a94) Thanks [@ashygee](https://github.com/ashygee)! - - add log-24.svg (TY @edokoa!) + +### Patch Changes + +- [#831](https://github.com/primer/octicons/pull/831) [`57f364a`](https://github.com/primer/octicons/commit/57f364a7e234080781355cd57fcf3bdd75b05af4) Thanks [@josepmartins](https://github.com/josepmartins)! - Adjust flex wrap in UI examples.Fixes #731 + ## 17.5.0 ### Minor Changes diff --git a/lib/octicons_gem/lib/octicons/version.rb b/lib/octicons_gem/lib/octicons/version.rb index bbe48bc05..2fdce7707 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.5.0".freeze + VERSION = "17.6.0".freeze end diff --git a/lib/octicons_helper/Gemfile b/lib/octicons_helper/Gemfile index cc70d564e..8c0c8e3e4 100644 --- a/lib/octicons_helper/Gemfile +++ b/lib/octicons_helper/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" gemspec -gem "octicons", "17.5.0" +gem "octicons", "17.6.0" gem "rails" group :development, :test do diff --git a/lib/octicons_helper/lib/octicons_helper/version.rb b/lib/octicons_helper/lib/octicons_helper/version.rb index 7f7619103..e81997653 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.5.0".freeze + VERSION = "17.6.0".freeze end diff --git a/lib/octicons_helper/octicons_helper.gemspec b/lib/octicons_helper/octicons_helper.gemspec index 562a5da78..becede2fa 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.5.0" + s.add_dependency "octicons", "17.6.0" s.add_dependency "railties" s.add_dependency "actionview" end diff --git a/lib/octicons_jekyll/Gemfile b/lib/octicons_jekyll/Gemfile index 4578f28dd..ae7c3fa4a 100644 --- a/lib/octicons_jekyll/Gemfile +++ b/lib/octicons_jekyll/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" gemspec -gem "octicons", "17.5.0" +gem "octicons", "17.6.0" group :development, :test do gem "minitest" diff --git a/lib/octicons_jekyll/jekyll-octicons.gemspec b/lib/octicons_jekyll/jekyll-octicons.gemspec index 1c55f4052..2dc73bf67 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.5.0" + s.add_dependency "octicons", "17.6.0" end diff --git a/lib/octicons_jekyll/lib/jekyll-octicons/version.rb b/lib/octicons_jekyll/lib/jekyll-octicons/version.rb index 173fa5aea..a7394e50d 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.5.0".freeze + VERSION = "17.6.0".freeze end end diff --git a/lib/octicons_node/package.json b/lib/octicons_node/package.json index 7d6d6afed..2dd19cf64 100644 --- a/lib/octicons_node/package.json +++ b/lib/octicons_node/package.json @@ -1,6 +1,6 @@ { "name": "@primer/octicons", - "version": "17.5.0", + "version": "17.6.0", "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/package.json b/lib/octicons_react/package.json index 184aa36a7..220017110 100644 --- a/lib/octicons_react/package.json +++ b/lib/octicons_react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/octicons-react", - "version": "17.5.0", + "version": "17.6.0", "description": "A scalable set of icons handcrafted with <3 by GitHub.", "homepage": "https://primer.style/octicons", "author": "GitHub, Inc.", diff --git a/package.json b/package.json index 6d5fb37b8..1bc5f8992 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/octicons", - "version": "17.5.0", + "version": "17.6.0", "publishConfig": { "registry": "no registry, don't publish from this package.json." },