From 12a93ee859902062b49a47fa95a047bf67687525 Mon Sep 17 00:00:00 2001 From: GitHub Design Systems Bot <30705008+primer-css@users.noreply.github.com> Date: Tue, 25 Jan 2022 07:22:40 -0800 Subject: [PATCH] Version Packages (#711) Co-authored-by: github-actions[bot] --- .changeset/dirty-days-fix.md | 5 ----- .changeset/eight-camels-shout.md | 12 ------------ CHANGELOG.md | 15 +++++++++++++++ lib/octicons_gem/lib/octicons/version.rb | 2 +- lib/octicons_helper/Gemfile | 2 +- .../lib/octicons_helper/version.rb | 2 +- lib/octicons_helper/octicons_helper.gemspec | 2 +- lib/octicons_jekyll/Gemfile | 2 +- lib/octicons_jekyll/jekyll-octicons.gemspec | 2 +- .../lib/jekyll-octicons/version.rb | 2 +- lib/octicons_node/package.json | 2 +- lib/octicons_react/package.json | 2 +- package.json | 2 +- 13 files changed, 25 insertions(+), 27 deletions(-) delete mode 100644 .changeset/dirty-days-fix.md delete mode 100644 .changeset/eight-camels-shout.md diff --git a/.changeset/dirty-days-fix.md b/.changeset/dirty-days-fix.md deleted file mode 100644 index 00803ff8e..000000000 --- a/.changeset/dirty-days-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/octicons': minor ---- - -Adding new icons for accessibility, apps, id-badge, log, repo-deleted, tab-external, webhook diff --git a/.changeset/eight-camels-shout.md b/.changeset/eight-camels-shout.md deleted file mode 100644 index ae19345d7..000000000 --- a/.changeset/eight-camels-shout.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"@primer/octicons": minor ---- - -Added first batch of 16px feed icons: -- `feed-discussion` -- `feed-heart` -- `feed-person` -- `feed-repo` -- `feed-rocket` -- `feed-star` -- `feed-tag` diff --git a/CHANGELOG.md b/CHANGELOG.md index 47ae9a1aa..c8ded7f92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 16.3.0 + +### Minor Changes + +- [#724](https://github.com/primer/octicons/pull/724) [`855cb27`](https://github.com/primer/octicons/commit/855cb27b7ebd0d728cc85eb1398e94af0a592504) Thanks [@rezrah](https://github.com/rezrah)! - Adding new icons for accessibility, apps, id-badge, log, repo-deleted, tab-external, webhook + +* [#708](https://github.com/primer/octicons/pull/708) [`6933ac3`](https://github.com/primer/octicons/commit/6933ac32f87a2cb5efda4fb74b39d1e6199134ce) Thanks [@Juliusschaeper](https://github.com/Juliusschaeper)! - Added first batch of 16px feed icons: + - `feed-discussion` + - `feed-heart` + - `feed-person` + - `feed-repo` + - `feed-rocket` + - `feed-star` + - `feed-tag` + ## 16.2.0 ### Minor Changes diff --git a/lib/octicons_gem/lib/octicons/version.rb b/lib/octicons_gem/lib/octicons/version.rb index f0f9d555a..455dc0465 100644 --- a/lib/octicons_gem/lib/octicons/version.rb +++ b/lib/octicons_gem/lib/octicons/version.rb @@ -1,3 +1,3 @@ module Octicons - VERSION = "16.2.0".freeze + VERSION = "16.3.0".freeze end diff --git a/lib/octicons_helper/Gemfile b/lib/octicons_helper/Gemfile index 9d0690126..f32880e5d 100644 --- a/lib/octicons_helper/Gemfile +++ b/lib/octicons_helper/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" gemspec -gem "octicons", "16.2.0" +gem "octicons", "16.3.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 b92bc3697..08dfc9d94 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 = "16.2.0".freeze + VERSION = "16.3.0".freeze end diff --git a/lib/octicons_helper/octicons_helper.gemspec b/lib/octicons_helper/octicons_helper.gemspec index 383af3d34..dbc790747 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", "16.2.0" + s.add_dependency "octicons", "16.3.0" s.add_dependency "railties" s.add_dependency "actionview" end diff --git a/lib/octicons_jekyll/Gemfile b/lib/octicons_jekyll/Gemfile index fdc02f969..f93c162e6 100644 --- a/lib/octicons_jekyll/Gemfile +++ b/lib/octicons_jekyll/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" gemspec -gem "octicons", "16.2.0" +gem "octicons", "16.3.0" group :development, :test do gem "minitest" diff --git a/lib/octicons_jekyll/jekyll-octicons.gemspec b/lib/octicons_jekyll/jekyll-octicons.gemspec index 379cdc98b..279248696 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", "16.2.0" + s.add_dependency "octicons", "16.3.0" end diff --git a/lib/octicons_jekyll/lib/jekyll-octicons/version.rb b/lib/octicons_jekyll/lib/jekyll-octicons/version.rb index 1e23fc0a0..e4155285c 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 = "16.2.0".freeze + VERSION = "16.3.0".freeze end end diff --git a/lib/octicons_node/package.json b/lib/octicons_node/package.json index 9aace7488..27671afc1 100644 --- a/lib/octicons_node/package.json +++ b/lib/octicons_node/package.json @@ -1,6 +1,6 @@ { "name": "@primer/octicons", - "version": "16.2.0", + "version": "16.3.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 9d68b9d9d..4fd56805a 100644 --- a/lib/octicons_react/package.json +++ b/lib/octicons_react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/octicons-react", - "version": "16.2.0", + "version": "16.3.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 ff8e49780..ac3fb7b4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/octicons", - "version": "16.2.0", + "version": "16.3.0", "publishConfig": { "registry": "no registry, don't publish from this package.json." },