From a8082fa3d14ef25703fa0e30f14a78f67d0b7e14 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Fri, 26 Feb 2021 14:47:29 -0800 Subject: [PATCH 01/40] Fix megaphone-16 --- icons/megaphone-16.svg | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/icons/megaphone-16.svg b/icons/megaphone-16.svg index 54b55b629..4400188c8 100644 --- a/icons/megaphone-16.svg +++ b/icons/megaphone-16.svg @@ -1 +1,12 @@ - \ No newline at end of file + + + + + + + + + + + + From 643f25e7ea0f50ccba8e0051003df16f32f1288a Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Fri, 26 Feb 2021 22:48:01 +0000 Subject: [PATCH 02/40] Optimize SVGs --- icons/megaphone-16.svg | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/icons/megaphone-16.svg b/icons/megaphone-16.svg index 4400188c8..44f1874e4 100644 --- a/icons/megaphone-16.svg +++ b/icons/megaphone-16.svg @@ -1,12 +1 @@ - - - - - - - - - - - - + \ No newline at end of file From b3fa5732ec5710e42ce8e9af642c81cb7ee495cf Mon Sep 17 00:00:00 2001 From: Ash Guillaume <10384315+ashygee@users.noreply.github.com> Date: Tue, 23 Mar 2021 13:00:16 -0700 Subject: [PATCH 03/40] Save table-24.svg, table-16.svg --- icons/table-16.svg | 12 ++++++++++++ icons/table-24.svg | 5 +++++ 2 files changed, 17 insertions(+) create mode 100644 icons/table-16.svg create mode 100644 icons/table-24.svg diff --git a/icons/table-16.svg b/icons/table-16.svg new file mode 100644 index 000000000..4d414e404 --- /dev/null +++ b/icons/table-16.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/icons/table-24.svg b/icons/table-24.svg new file mode 100644 index 000000000..4f7954224 --- /dev/null +++ b/icons/table-24.svg @@ -0,0 +1,5 @@ + + + + + From cb88ada6ced9200e1a04e0fe746fedea8525a5c8 Mon Sep 17 00:00:00 2001 From: Ash Guillaume Date: Tue, 23 Mar 2021 20:00:51 +0000 Subject: [PATCH 04/40] Optimize SVGs --- icons/table-16.svg | 13 +------------ icons/table-24.svg | 6 +----- 2 files changed, 2 insertions(+), 17 deletions(-) diff --git a/icons/table-16.svg b/icons/table-16.svg index 4d414e404..dc1a1ddc1 100644 --- a/icons/table-16.svg +++ b/icons/table-16.svg @@ -1,12 +1 @@ - - - - - - - - - - - - + \ No newline at end of file diff --git a/icons/table-24.svg b/icons/table-24.svg index 4f7954224..13b2f2512 100644 --- a/icons/table-24.svg +++ b/icons/table-24.svg @@ -1,5 +1 @@ - - - - - + \ No newline at end of file From b6552736dbf300850b121e53007aa032fc922b66 Mon Sep 17 00:00:00 2001 From: Ash Guillaume <10384315+ashygee@users.noreply.github.com> Date: Tue, 23 Mar 2021 15:21:28 -0700 Subject: [PATCH 05/40] outline strokes and flatten --- icons/table-16.svg | 6 +++++- icons/table-24.svg | 4 +++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/icons/table-16.svg b/icons/table-16.svg index dc1a1ddc1..5abfc74cf 100644 --- a/icons/table-16.svg +++ b/icons/table-16.svg @@ -1 +1,5 @@ - \ No newline at end of file + + + + + diff --git a/icons/table-24.svg b/icons/table-24.svg index 13b2f2512..10d3892f5 100644 --- a/icons/table-24.svg +++ b/icons/table-24.svg @@ -1 +1,3 @@ - \ No newline at end of file + + + From 9849618efc817f33b36e3ee24f5bb73000b02780 Mon Sep 17 00:00:00 2001 From: Ash Guillaume Date: Tue, 23 Mar 2021 22:22:06 +0000 Subject: [PATCH 06/40] Optimize SVGs --- icons/table-16.svg | 6 +----- icons/table-24.svg | 4 +--- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/icons/table-16.svg b/icons/table-16.svg index 5abfc74cf..2b1241768 100644 --- a/icons/table-16.svg +++ b/icons/table-16.svg @@ -1,5 +1 @@ - - - - - + \ No newline at end of file diff --git a/icons/table-24.svg b/icons/table-24.svg index 10d3892f5..3ef6fe249 100644 --- a/icons/table-24.svg +++ b/icons/table-24.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file From 2d32eff06719d71342b30836c06b1418c7d387f2 Mon Sep 17 00:00:00 2001 From: Dirkjan Bussink Date: Wed, 24 Mar 2021 17:33:50 +0100 Subject: [PATCH 07/40] Use more explicit dependencies for Rails helper This doesn't require all of Rails, only ActionView & Railties. Reduce the dependencies here means that it enables folks to use only parts of Rails and to slim down their applications by removing unused components of Rails. --- lib/octicons_helper/octicons_helper.gemspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/octicons_helper/octicons_helper.gemspec b/lib/octicons_helper/octicons_helper.gemspec index daa0cbf02..1eb7730dc 100644 --- a/lib/octicons_helper/octicons_helper.gemspec +++ b/lib/octicons_helper/octicons_helper.gemspec @@ -14,5 +14,6 @@ Gem::Specification.new do |s| s.require_paths = ["lib"] s.add_dependency "octicons", "12.1.0" - s.add_dependency "rails" + s.add_dependency "railties" + s.add_dependency "actionview" end From 37adeddc3ddbcb04ef4960274e76eb5a08c68358 Mon Sep 17 00:00:00 2001 From: Ash Guillaume <10384315+ashygee@users.noreply.github.com> Date: Wed, 24 Mar 2021 14:42:28 -0700 Subject: [PATCH 08/40] @colebemis adjustments --- icons/table-16.svg | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/icons/table-16.svg b/icons/table-16.svg index 2b1241768..c57e6b9e6 100644 --- a/icons/table-16.svg +++ b/icons/table-16.svg @@ -1 +1,10 @@ - \ No newline at end of file + + + + + + + + + + From a9baf1007908f49456d3d9a3e0b8077ced0c1b51 Mon Sep 17 00:00:00 2001 From: Ash Guillaume Date: Wed, 24 Mar 2021 21:43:01 +0000 Subject: [PATCH 09/40] Optimize SVGs --- icons/table-16.svg | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/icons/table-16.svg b/icons/table-16.svg index c57e6b9e6..06dc0cc74 100644 --- a/icons/table-16.svg +++ b/icons/table-16.svg @@ -1,10 +1 @@ - - - - - - - - - - + \ No newline at end of file From a3553011d7b7ab24a7b0917c32bf57ba5081061b Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Tue, 30 Mar 2021 20:38:47 -0700 Subject: [PATCH 10/40] Add sidebar expand and collapse icons --- icons/sidebar-collapse-16.svg | 4 ++++ icons/sidebar-collapse-24.svg | 4 ++++ icons/sidebar-expand-16.svg | 4 ++++ icons/sidebar-expand-24.svg | 4 ++++ 4 files changed, 16 insertions(+) create mode 100644 icons/sidebar-collapse-16.svg create mode 100644 icons/sidebar-collapse-24.svg create mode 100644 icons/sidebar-expand-16.svg create mode 100644 icons/sidebar-expand-24.svg diff --git a/icons/sidebar-collapse-16.svg b/icons/sidebar-collapse-16.svg new file mode 100644 index 000000000..28174a904 --- /dev/null +++ b/icons/sidebar-collapse-16.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/sidebar-collapse-24.svg b/icons/sidebar-collapse-24.svg new file mode 100644 index 000000000..b15fd5536 --- /dev/null +++ b/icons/sidebar-collapse-24.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/sidebar-expand-16.svg b/icons/sidebar-expand-16.svg new file mode 100644 index 000000000..9ac8e45a8 --- /dev/null +++ b/icons/sidebar-expand-16.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/sidebar-expand-24.svg b/icons/sidebar-expand-24.svg new file mode 100644 index 000000000..380c074e9 --- /dev/null +++ b/icons/sidebar-expand-24.svg @@ -0,0 +1,4 @@ + + + + From 237907a59621d1965959679deb69997fa47aad8f Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Wed, 31 Mar 2021 03:39:24 +0000 Subject: [PATCH 11/40] Optimize SVGs --- icons/sidebar-collapse-16.svg | 5 +---- icons/sidebar-collapse-24.svg | 5 +---- icons/sidebar-expand-16.svg | 5 +---- icons/sidebar-expand-24.svg | 5 +---- 4 files changed, 4 insertions(+), 16 deletions(-) diff --git a/icons/sidebar-collapse-16.svg b/icons/sidebar-collapse-16.svg index 28174a904..3e83ad8d4 100644 --- a/icons/sidebar-collapse-16.svg +++ b/icons/sidebar-collapse-16.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/icons/sidebar-collapse-24.svg b/icons/sidebar-collapse-24.svg index b15fd5536..4dde1d13f 100644 --- a/icons/sidebar-collapse-24.svg +++ b/icons/sidebar-collapse-24.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/icons/sidebar-expand-16.svg b/icons/sidebar-expand-16.svg index 9ac8e45a8..f664fbf5a 100644 --- a/icons/sidebar-expand-16.svg +++ b/icons/sidebar-expand-16.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/icons/sidebar-expand-24.svg b/icons/sidebar-expand-24.svg index 380c074e9..8304d321c 100644 --- a/icons/sidebar-expand-24.svg +++ b/icons/sidebar-expand-24.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file From b0dd47c4f383277dd59b5f21c3c10268e7778ecd Mon Sep 17 00:00:00 2001 From: edokoa Date: Thu, 1 Apr 2021 12:16:09 +0200 Subject: [PATCH 12/40] Save add-user-16.svg, add-user-24.svg --- icons/add-user-16.svg | 10 ++++++++++ icons/add-user-24.svg | 3 +++ 2 files changed, 13 insertions(+) create mode 100644 icons/add-user-16.svg create mode 100644 icons/add-user-24.svg diff --git a/icons/add-user-16.svg b/icons/add-user-16.svg new file mode 100644 index 000000000..4c6e180ab --- /dev/null +++ b/icons/add-user-16.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/add-user-24.svg b/icons/add-user-24.svg new file mode 100644 index 000000000..4d7e3c8df --- /dev/null +++ b/icons/add-user-24.svg @@ -0,0 +1,3 @@ + + + From e7c2bafc4ab3f89d39c08a9eb14198a4a622be2f Mon Sep 17 00:00:00 2001 From: edokoa Date: Thu, 1 Apr 2021 10:16:45 +0000 Subject: [PATCH 13/40] Optimize SVGs --- icons/add-user-16.svg | 11 +---------- icons/add-user-24.svg | 4 +--- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/icons/add-user-16.svg b/icons/add-user-16.svg index 4c6e180ab..c6d669cb3 100644 --- a/icons/add-user-16.svg +++ b/icons/add-user-16.svg @@ -1,10 +1 @@ - - - - - - - - - - + \ No newline at end of file diff --git a/icons/add-user-24.svg b/icons/add-user-24.svg index 4d7e3c8df..958919b45 100644 --- a/icons/add-user-24.svg +++ b/icons/add-user-24.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file From b56e7d7e39a6691ac9c9c8f4358f0d53f843d647 Mon Sep 17 00:00:00 2001 From: edokoa Date: Thu, 1 Apr 2021 12:42:30 +0200 Subject: [PATCH 14/40] Save add-user-24.svg --- icons/add-user-24.svg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/icons/add-user-24.svg b/icons/add-user-24.svg index 958919b45..d5df645bf 100644 --- a/icons/add-user-24.svg +++ b/icons/add-user-24.svg @@ -1 +1,3 @@ - \ No newline at end of file + + + From 56bb6c04c43ef506d774a542afe91fb58bde98fd Mon Sep 17 00:00:00 2001 From: edokoa Date: Thu, 1 Apr 2021 10:43:16 +0000 Subject: [PATCH 15/40] Optimize SVGs --- icons/add-user-24.svg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/icons/add-user-24.svg b/icons/add-user-24.svg index d5df645bf..e2d7dfef8 100644 --- a/icons/add-user-24.svg +++ b/icons/add-user-24.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file From 0ffe1005dab8999338243db0b2087f40e12233f9 Mon Sep 17 00:00:00 2001 From: Ash Guillaume <10384315+ashygee@users.noreply.github.com> Date: Thu, 1 Apr 2021 08:20:37 -0700 Subject: [PATCH 16/40] remove insights-24 --- icons/insights-24.svg | 1 - 1 file changed, 1 deletion(-) delete mode 100644 icons/insights-24.svg diff --git a/icons/insights-24.svg b/icons/insights-24.svg deleted file mode 100644 index 5fca8a5a4..000000000 --- a/icons/insights-24.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file From 511ee20bb8bafc77617a2ccc6a01cb1649b364da Mon Sep 17 00:00:00 2001 From: edokoa Date: Thu, 1 Apr 2021 18:16:09 +0200 Subject: [PATCH 17/40] Save browser-24.svg, browser-16.svg --- icons/browser-16.svg | 4 +++- icons/browser-24.svg | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 icons/browser-24.svg diff --git a/icons/browser-16.svg b/icons/browser-16.svg index 457d745c2..6f0556519 100644 --- a/icons/browser-16.svg +++ b/icons/browser-16.svg @@ -1 +1,3 @@ - \ No newline at end of file + + + diff --git a/icons/browser-24.svg b/icons/browser-24.svg new file mode 100644 index 000000000..35a1d51b6 --- /dev/null +++ b/icons/browser-24.svg @@ -0,0 +1,3 @@ + + + From ad44ea81ea2b894538bf13e398852ce5d812e64b Mon Sep 17 00:00:00 2001 From: edokoa Date: Thu, 1 Apr 2021 16:16:53 +0000 Subject: [PATCH 18/40] Optimize SVGs --- icons/browser-16.svg | 4 +--- icons/browser-24.svg | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/icons/browser-16.svg b/icons/browser-16.svg index 6f0556519..e92261c7c 100644 --- a/icons/browser-16.svg +++ b/icons/browser-16.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/icons/browser-24.svg b/icons/browser-24.svg index 35a1d51b6..f22a4762b 100644 --- a/icons/browser-24.svg +++ b/icons/browser-24.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file From 11176f33070b2e3ff80dac3db20edf9d4ec5de8a Mon Sep 17 00:00:00 2001 From: Julius Yanik Date: Thu, 1 Apr 2021 19:30:03 +0200 Subject: [PATCH 19/40] Save blocked-16.svg, duplicate-16.svg --- icons/blocked-16.svg | 3 +++ icons/duplicate-16.svg | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 icons/blocked-16.svg create mode 100644 icons/duplicate-16.svg diff --git a/icons/blocked-16.svg b/icons/blocked-16.svg new file mode 100644 index 000000000..99f702e8f --- /dev/null +++ b/icons/blocked-16.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/duplicate-16.svg b/icons/duplicate-16.svg new file mode 100644 index 000000000..bae49bdb5 --- /dev/null +++ b/icons/duplicate-16.svg @@ -0,0 +1,4 @@ + + + + From bdfe05321a077e6b59c90f1768f7359e65053f85 Mon Sep 17 00:00:00 2001 From: Julius Yanik Date: Thu, 1 Apr 2021 17:30:45 +0000 Subject: [PATCH 20/40] Optimize SVGs --- icons/blocked-16.svg | 4 +--- icons/duplicate-16.svg | 5 +---- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/icons/blocked-16.svg b/icons/blocked-16.svg index 99f702e8f..5c2947f33 100644 --- a/icons/blocked-16.svg +++ b/icons/blocked-16.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/icons/duplicate-16.svg b/icons/duplicate-16.svg index bae49bdb5..51f6f98a5 100644 --- a/icons/duplicate-16.svg +++ b/icons/duplicate-16.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file From bc904cfb04323411cb0736a49751f01ce282927b Mon Sep 17 00:00:00 2001 From: Julius Yanik Date: Thu, 1 Apr 2021 19:33:45 +0200 Subject: [PATCH 21/40] Save blocked-24.svg, duplicate-24.svg --- icons/blocked-24.svg | 3 +++ icons/duplicate-24.svg | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 icons/blocked-24.svg create mode 100644 icons/duplicate-24.svg diff --git a/icons/blocked-24.svg b/icons/blocked-24.svg new file mode 100644 index 000000000..2f5a08afa --- /dev/null +++ b/icons/blocked-24.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/duplicate-24.svg b/icons/duplicate-24.svg new file mode 100644 index 000000000..988898fc6 --- /dev/null +++ b/icons/duplicate-24.svg @@ -0,0 +1,4 @@ + + + + From b31eba3622e36b1ab6507e4c8fffccbd686f8b3f Mon Sep 17 00:00:00 2001 From: Julius Yanik Date: Thu, 1 Apr 2021 17:34:23 +0000 Subject: [PATCH 22/40] Optimize SVGs --- icons/blocked-24.svg | 4 +--- icons/duplicate-24.svg | 5 +---- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/icons/blocked-24.svg b/icons/blocked-24.svg index 2f5a08afa..e4f07af38 100644 --- a/icons/blocked-24.svg +++ b/icons/blocked-24.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/icons/duplicate-24.svg b/icons/duplicate-24.svg index 988898fc6..d0f0176ca 100644 --- a/icons/duplicate-24.svg +++ b/icons/duplicate-24.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file From d59c39e9c3c819a94cc7521016eef2972e316712 Mon Sep 17 00:00:00 2001 From: Ash Guillaume <10384315+ashygee@users.noreply.github.com> Date: Thu, 1 Apr 2021 11:12:02 -0700 Subject: [PATCH 23/40] Save blocked-16.svg, blocked-24.svg, duplicate-24.svg, duplicate-16.svg --- icons/blocked-16.svg | 4 +++- icons/blocked-24.svg | 4 +++- icons/duplicate-16.svg | 5 ++++- icons/duplicate-24.svg | 5 ++++- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/icons/blocked-16.svg b/icons/blocked-16.svg index 5c2947f33..a24fabed6 100644 --- a/icons/blocked-16.svg +++ b/icons/blocked-16.svg @@ -1 +1,3 @@ - \ No newline at end of file + + + diff --git a/icons/blocked-24.svg b/icons/blocked-24.svg index e4f07af38..ca626536f 100644 --- a/icons/blocked-24.svg +++ b/icons/blocked-24.svg @@ -1 +1,3 @@ - \ No newline at end of file + + + diff --git a/icons/duplicate-16.svg b/icons/duplicate-16.svg index 51f6f98a5..1fb871d07 100644 --- a/icons/duplicate-16.svg +++ b/icons/duplicate-16.svg @@ -1 +1,4 @@ - \ No newline at end of file + + + + diff --git a/icons/duplicate-24.svg b/icons/duplicate-24.svg index d0f0176ca..aebf2a4f3 100644 --- a/icons/duplicate-24.svg +++ b/icons/duplicate-24.svg @@ -1 +1,4 @@ - \ No newline at end of file + + + + From 23bf23d24589347d72b1265e6d3002e379188016 Mon Sep 17 00:00:00 2001 From: Ash Guillaume Date: Thu, 1 Apr 2021 18:12:36 +0000 Subject: [PATCH 24/40] Optimize SVGs --- icons/blocked-16.svg | 4 +--- icons/blocked-24.svg | 4 +--- icons/duplicate-16.svg | 5 +---- icons/duplicate-24.svg | 5 +---- 4 files changed, 4 insertions(+), 14 deletions(-) diff --git a/icons/blocked-16.svg b/icons/blocked-16.svg index a24fabed6..5c2947f33 100644 --- a/icons/blocked-16.svg +++ b/icons/blocked-16.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/icons/blocked-24.svg b/icons/blocked-24.svg index ca626536f..e4f07af38 100644 --- a/icons/blocked-24.svg +++ b/icons/blocked-24.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/icons/duplicate-16.svg b/icons/duplicate-16.svg index 1fb871d07..51f6f98a5 100644 --- a/icons/duplicate-16.svg +++ b/icons/duplicate-16.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/icons/duplicate-24.svg b/icons/duplicate-24.svg index aebf2a4f3..d0f0176ca 100644 --- a/icons/duplicate-24.svg +++ b/icons/duplicate-24.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file From 551d17fa495b6c0f395e7cd793bad6afc8b9ec0a Mon Sep 17 00:00:00 2001 From: Ash Guillaume <10384315+ashygee@users.noreply.github.com> Date: Thu, 1 Apr 2021 12:17:16 -0700 Subject: [PATCH 25/40] Update CHANGELOG for 13.0.0 release --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 547267fad..3ac7c6e03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## 13.0.0 + +### πŸš€ New Features +- `table` +- `add-person` https://github.com/primer/octicons/pull/573 +- `blocked` https://github.com/primer/octicons/pull/576 +- `duplicate` https://github.com/primer/octicons/pull/576 +- `dependabot` +- `code-scanning` +- `browser` https://github.com/primer/octicons/pull/575 +- `sidebar` icons https://github.com/primer/octicons/pull/569 + +### πŸ’₯ Breaking changes +- Remove 24px `insights` icon https://github.com/primer/octicons/pull/574 + +### πŸ’… Enhancements +- Use more explicit dependencies for Rails helper https://github.com/primer/octicons/pull/565 + +### πŸ› Fixes +- Fix `megaphone-16` https://github.com/primer/octicons/pull/554 + ## 12.1.0 ### React From 9afd65189a55710c6f0e6f69fb95fcae4d3aaa89 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Fri, 2 Apr 2021 09:22:24 -0700 Subject: [PATCH 26/40] Rename add-user to person-add --- icons/{add-user-16.svg => person-add-16.svg} | 0 icons/{add-user-24.svg => person-add-24.svg} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename icons/{add-user-16.svg => person-add-16.svg} (100%) rename icons/{add-user-24.svg => person-add-24.svg} (100%) diff --git a/icons/add-user-16.svg b/icons/person-add-16.svg similarity index 100% rename from icons/add-user-16.svg rename to icons/person-add-16.svg diff --git a/icons/add-user-24.svg b/icons/person-add-24.svg similarity index 100% rename from icons/add-user-24.svg rename to icons/person-add-24.svg From e30c07c8029643f3b8492b83507791b6d938d606 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Mon, 5 Apr 2021 11:57:36 -0700 Subject: [PATCH 27/40] Save circle-16.svg --- icons/circle-16.svg | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/icons/circle-16.svg b/icons/circle-16.svg index 9c577d6b2..0568f7668 100644 --- a/icons/circle-16.svg +++ b/icons/circle-16.svg @@ -1 +1,10 @@ - \ No newline at end of file + + + + + + + + + + From beaf2e196702534d7d13a78d9a436690aa2469d4 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Mon, 5 Apr 2021 18:58:16 +0000 Subject: [PATCH 28/40] Optimize SVGs --- icons/circle-16.svg | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/icons/circle-16.svg b/icons/circle-16.svg index 0568f7668..263fdaf12 100644 --- a/icons/circle-16.svg +++ b/icons/circle-16.svg @@ -1,10 +1 @@ - - - - - - - - - - + \ No newline at end of file From b1246c090e70dfd2d15430bd1d07d80ab2a21c8e Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Tue, 6 Apr 2021 09:23:33 -0700 Subject: [PATCH 29/40] Remove 24px copy icon --- icons/copy-24.svg | 1 - 1 file changed, 1 deletion(-) delete mode 100644 icons/copy-24.svg diff --git a/icons/copy-24.svg b/icons/copy-24.svg deleted file mode 100644 index 1487079f2..000000000 --- a/icons/copy-24.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file From 5353fb0712458d9ae849f20ef9e572c8567c3c17 Mon Sep 17 00:00:00 2001 From: edokoa Date: Tue, 6 Apr 2021 18:29:46 +0200 Subject: [PATCH 30/40] Save dependabot-24.svg, dependabot-16.svg --- icons/dependabot-16.svg | 5 +++++ icons/dependabot-24.svg | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 icons/dependabot-16.svg create mode 100644 icons/dependabot-24.svg diff --git a/icons/dependabot-16.svg b/icons/dependabot-16.svg new file mode 100644 index 000000000..34ac4e532 --- /dev/null +++ b/icons/dependabot-16.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/icons/dependabot-24.svg b/icons/dependabot-24.svg new file mode 100644 index 000000000..2e67157fe --- /dev/null +++ b/icons/dependabot-24.svg @@ -0,0 +1,5 @@ + + + + + From 234ba2cae03a3ee16f523349c91d20c07815556a Mon Sep 17 00:00:00 2001 From: edokoa Date: Tue, 6 Apr 2021 16:30:25 +0000 Subject: [PATCH 31/40] Optimize SVGs --- icons/dependabot-16.svg | 6 +----- icons/dependabot-24.svg | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/icons/dependabot-16.svg b/icons/dependabot-16.svg index 34ac4e532..ef2fca057 100644 --- a/icons/dependabot-16.svg +++ b/icons/dependabot-16.svg @@ -1,5 +1 @@ - - - - - + \ No newline at end of file diff --git a/icons/dependabot-24.svg b/icons/dependabot-24.svg index 2e67157fe..843480bed 100644 --- a/icons/dependabot-24.svg +++ b/icons/dependabot-24.svg @@ -1,5 +1 @@ - - - - - + \ No newline at end of file From 610c05b79d9a24da8cf90a8232c34ffa318338e2 Mon Sep 17 00:00:00 2001 From: Ash Guillaume <10384315+ashygee@users.noreply.github.com> Date: Tue, 6 Apr 2021 09:32:47 -0700 Subject: [PATCH 32/40] upload new codespaces icon --- icons/codespaces-16.svg | 5 +++++ icons/codespaces-24.svg | 6 ++++++ 2 files changed, 11 insertions(+) create mode 100644 icons/codespaces-16.svg create mode 100644 icons/codespaces-24.svg diff --git a/icons/codespaces-16.svg b/icons/codespaces-16.svg new file mode 100644 index 000000000..0cfb06f29 --- /dev/null +++ b/icons/codespaces-16.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/icons/codespaces-24.svg b/icons/codespaces-24.svg new file mode 100644 index 000000000..619757a69 --- /dev/null +++ b/icons/codespaces-24.svg @@ -0,0 +1,6 @@ + + + + + + From aa31e372e5efd8459b18046767af32e06dbbaac8 Mon Sep 17 00:00:00 2001 From: Ash Guillaume Date: Tue, 6 Apr 2021 16:33:32 +0000 Subject: [PATCH 33/40] Optimize SVGs --- icons/codespaces-16.svg | 6 +----- icons/codespaces-24.svg | 7 +------ 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/icons/codespaces-16.svg b/icons/codespaces-16.svg index 0cfb06f29..ff71b285b 100644 --- a/icons/codespaces-16.svg +++ b/icons/codespaces-16.svg @@ -1,5 +1 @@ - - - - - + \ No newline at end of file diff --git a/icons/codespaces-24.svg b/icons/codespaces-24.svg index 619757a69..9f0de2aa0 100644 --- a/icons/codespaces-24.svg +++ b/icons/codespaces-24.svg @@ -1,6 +1 @@ - - - - - - + \ No newline at end of file From a490c77d80c0ba6e9db9ea9268f11cbc8870806f Mon Sep 17 00:00:00 2001 From: edokoa Date: Tue, 6 Apr 2021 18:35:46 +0200 Subject: [PATCH 34/40] Save codescan-16.svg, codescan-24.svg, codescan-checkmark-24.svg, codescan-checkmark-15.svg --- icons/codescan-16.svg | 5 +++++ icons/codescan-24.svg | 5 +++++ icons/codescan-checkmark-15.svg | 4 ++++ icons/codescan-checkmark-24.svg | 4 ++++ 4 files changed, 18 insertions(+) create mode 100644 icons/codescan-16.svg create mode 100644 icons/codescan-24.svg create mode 100644 icons/codescan-checkmark-15.svg create mode 100644 icons/codescan-checkmark-24.svg diff --git a/icons/codescan-16.svg b/icons/codescan-16.svg new file mode 100644 index 000000000..74cbfb64d --- /dev/null +++ b/icons/codescan-16.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/icons/codescan-24.svg b/icons/codescan-24.svg new file mode 100644 index 000000000..260e7d8c1 --- /dev/null +++ b/icons/codescan-24.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/icons/codescan-checkmark-15.svg b/icons/codescan-checkmark-15.svg new file mode 100644 index 000000000..e4a11a90b --- /dev/null +++ b/icons/codescan-checkmark-15.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/codescan-checkmark-24.svg b/icons/codescan-checkmark-24.svg new file mode 100644 index 000000000..a7190a6b1 --- /dev/null +++ b/icons/codescan-checkmark-24.svg @@ -0,0 +1,4 @@ + + + + From 2ad7aceb52e820d62190249dfb07a3535d0358cd Mon Sep 17 00:00:00 2001 From: edokoa Date: Tue, 6 Apr 2021 16:36:26 +0000 Subject: [PATCH 35/40] Optimize SVGs --- icons/codescan-16.svg | 6 +----- icons/codescan-24.svg | 6 +----- icons/codescan-checkmark-15.svg | 5 +---- icons/codescan-checkmark-24.svg | 5 +---- 4 files changed, 4 insertions(+), 18 deletions(-) diff --git a/icons/codescan-16.svg b/icons/codescan-16.svg index 74cbfb64d..4353a7ff9 100644 --- a/icons/codescan-16.svg +++ b/icons/codescan-16.svg @@ -1,5 +1 @@ - - - - - + \ No newline at end of file diff --git a/icons/codescan-24.svg b/icons/codescan-24.svg index 260e7d8c1..87ff91f51 100644 --- a/icons/codescan-24.svg +++ b/icons/codescan-24.svg @@ -1,5 +1 @@ - - - - - + \ No newline at end of file diff --git a/icons/codescan-checkmark-15.svg b/icons/codescan-checkmark-15.svg index e4a11a90b..41e59d918 100644 --- a/icons/codescan-checkmark-15.svg +++ b/icons/codescan-checkmark-15.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/icons/codescan-checkmark-24.svg b/icons/codescan-checkmark-24.svg index a7190a6b1..37b97f909 100644 --- a/icons/codescan-checkmark-24.svg +++ b/icons/codescan-checkmark-24.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file From e5d6c3c0abe8f8f6c27960975d60f9e92d17397b Mon Sep 17 00:00:00 2001 From: edokoa Date: Tue, 6 Apr 2021 18:38:56 +0200 Subject: [PATCH 36/40] Save codescan-checkmark-16.svg --- icons/codescan-checkmark-16.svg | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 icons/codescan-checkmark-16.svg diff --git a/icons/codescan-checkmark-16.svg b/icons/codescan-checkmark-16.svg new file mode 100644 index 000000000..0f5a25ddb --- /dev/null +++ b/icons/codescan-checkmark-16.svg @@ -0,0 +1,4 @@ + + + + From 6a8ebfea5fe3005a54f47069f2a5926d2a756591 Mon Sep 17 00:00:00 2001 From: edokoa Date: Tue, 6 Apr 2021 16:39:35 +0000 Subject: [PATCH 37/40] Optimize SVGs --- icons/codescan-checkmark-16.svg | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/icons/codescan-checkmark-16.svg b/icons/codescan-checkmark-16.svg index 0f5a25ddb..74a8c3be0 100644 --- a/icons/codescan-checkmark-16.svg +++ b/icons/codescan-checkmark-16.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file From a9daf7e1892e028ef578102c28cc90ba93aa4113 Mon Sep 17 00:00:00 2001 From: edokoa Date: Tue, 6 Apr 2021 18:40:11 +0200 Subject: [PATCH 38/40] Delete codescan-checkmark-15.svg --- icons/codescan-checkmark-15.svg | 1 - 1 file changed, 1 deletion(-) delete mode 100644 icons/codescan-checkmark-15.svg diff --git a/icons/codescan-checkmark-15.svg b/icons/codescan-checkmark-15.svg deleted file mode 100644 index 41e59d918..000000000 --- a/icons/codescan-checkmark-15.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file From 99d3ab70200854f3b3bab98c31dd2d054a1eb01e Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Tue, 6 Apr 2021 10:03:33 -0700 Subject: [PATCH 39/40] Bump version to 13.0.0 --- lib/octicons_gem/lib/octicons/version.rb | 2 +- lib/octicons_helper/Gemfile | 2 +- lib/octicons_helper/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/octicons_jekyll/lib/jekyll-octicons/version.rb | 2 +- lib/octicons_node/package-lock.json | 2 +- lib/octicons_node/package.json | 2 +- lib/octicons_react/package-lock.json | 2 +- lib/octicons_react/package.json | 2 +- lib/octicons_styled/package-lock.json | 2 +- lib/octicons_styled/package.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/lib/octicons_gem/lib/octicons/version.rb b/lib/octicons_gem/lib/octicons/version.rb index c8112896e..baa5915df 100644 --- a/lib/octicons_gem/lib/octicons/version.rb +++ b/lib/octicons_gem/lib/octicons/version.rb @@ -1,3 +1,3 @@ module Octicons - VERSION = "12.1.0".freeze + VERSION = "13.0.0".freeze end diff --git a/lib/octicons_helper/Gemfile b/lib/octicons_helper/Gemfile index d9c4ea2f5..86fd04f83 100644 --- a/lib/octicons_helper/Gemfile +++ b/lib/octicons_helper/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" gemspec -gem "octicons", "12.1.0" +gem "octicons", "13.0.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 dcb36b392..ce453eb1e 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 = "12.1.0".freeze + VERSION = "13.0.0".freeze end diff --git a/lib/octicons_helper/octicons_helper.gemspec b/lib/octicons_helper/octicons_helper.gemspec index 1eb7730dc..bda2cc3fd 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", "12.1.0" + s.add_dependency "octicons", "13.0.0" s.add_dependency "railties" s.add_dependency "actionview" end diff --git a/lib/octicons_jekyll/Gemfile b/lib/octicons_jekyll/Gemfile index 0257fc52b..b278be174 100644 --- a/lib/octicons_jekyll/Gemfile +++ b/lib/octicons_jekyll/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" gemspec -gem "octicons", "12.1.0" +gem "octicons", "13.0.0" group :development, :test do gem "minitest" diff --git a/lib/octicons_jekyll/jekyll-octicons.gemspec b/lib/octicons_jekyll/jekyll-octicons.gemspec index be8e9cdbf..02c2abc0d 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", "12.1.0" + s.add_dependency "octicons", "13.0.0" end diff --git a/lib/octicons_jekyll/lib/jekyll-octicons/version.rb b/lib/octicons_jekyll/lib/jekyll-octicons/version.rb index ac59c5ecd..cfac965a0 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 = "12.1.0".freeze + VERSION = "13.0.0".freeze end end diff --git a/lib/octicons_node/package-lock.json b/lib/octicons_node/package-lock.json index b8780a380..73aa430d6 100644 --- a/lib/octicons_node/package-lock.json +++ b/lib/octicons_node/package-lock.json @@ -1,6 +1,6 @@ { "name": "@primer/octicons", - "version": "12.1.0", + "version": "13.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/lib/octicons_node/package.json b/lib/octicons_node/package.json index 00c10aee7..109993f0f 100644 --- a/lib/octicons_node/package.json +++ b/lib/octicons_node/package.json @@ -1,6 +1,6 @@ { "name": "@primer/octicons", - "version": "12.1.0", + "version": "13.0.0", "description": "A scalable set of icons handcrafted with <3 by GitHub.", "homepage": "https://octicons.github.com", "author": "GitHub Inc.", diff --git a/lib/octicons_react/package-lock.json b/lib/octicons_react/package-lock.json index da5774d21..c5283d3df 100644 --- a/lib/octicons_react/package-lock.json +++ b/lib/octicons_react/package-lock.json @@ -1,6 +1,6 @@ { "name": "@primer/octicons-react", - "version": "12.1.0", + "version": "13.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/lib/octicons_react/package.json b/lib/octicons_react/package.json index 1a660bb91..f75d42d27 100644 --- a/lib/octicons_react/package.json +++ b/lib/octicons_react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/octicons-react", - "version": "12.1.0", + "version": "13.0.0", "description": "A scalable set of icons handcrafted with <3 by GitHub.", "homepage": "https://octicons.github.com", "author": "GitHub, Inc.", diff --git a/lib/octicons_styled/package-lock.json b/lib/octicons_styled/package-lock.json index f17dbbfc2..0b479b985 100644 --- a/lib/octicons_styled/package-lock.json +++ b/lib/octicons_styled/package-lock.json @@ -1,6 +1,6 @@ { "name": "@primer/styled-octicons", - "version": "12.1.0", + "version": "13.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/lib/octicons_styled/package.json b/lib/octicons_styled/package.json index 699baee5c..44dd2acff 100644 --- a/lib/octicons_styled/package.json +++ b/lib/octicons_styled/package.json @@ -1,6 +1,6 @@ { "name": "@primer/styled-octicons", - "version": "12.1.0", + "version": "13.0.0", "description": "A scalable set of icons handcrafted with <3 by GitHub.", "homepage": "https://octicons.github.com", "author": "GitHub, Inc.", diff --git a/package-lock.json b/package-lock.json index 678a75000..1edddfa48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "version": "12.1.0", + "version": "13.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 71ec88770..05f5928b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "12.1.0", + "version": "13.0.0", "scripts": { "version": "script/version", "test": "ava -v tests/*.js", From b72e3a81363306c1e6e6a2214cf906f414cd28fd Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Tue, 6 Apr 2021 10:05:40 -0700 Subject: [PATCH 40/40] Update changelog --- CHANGELOG.md | 34 +++++++++++++++++++++++++--------- 1 file changed, 25 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ac7c6e03..3dc447efb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,23 +3,30 @@ ## 13.0.0 ### πŸš€ New Features -- `table` -- `add-person` https://github.com/primer/octicons/pull/573 + +- `table` https://github.com/primer/octicons/pull/564 +- `person-add` https://github.com/primer/octicons/pull/573 - `blocked` https://github.com/primer/octicons/pull/576 - `duplicate` https://github.com/primer/octicons/pull/576 -- `dependabot` -- `code-scanning` +- `dependabot`https://github.com/primer/octicons/pull/585 +- `codescan` https://github.com/primer/octicons/pull/588 - `browser` https://github.com/primer/octicons/pull/575 - `sidebar` icons https://github.com/primer/octicons/pull/569 +- `codespaces` https://github.com/primer/octicons/pull/587 + +### πŸ’₯ Breaking changes -### πŸ’₯ Breaking changes - Remove 24px `insights` icon https://github.com/primer/octicons/pull/574 +- Remove 24px `copy` icon https://github.com/primer/octicons/pull/586 ### πŸ’… Enhancements + - Use more explicit dependencies for Rails helper https://github.com/primer/octicons/pull/565 ### πŸ› Fixes + - Fix `megaphone-16` https://github.com/primer/octicons/pull/554 +- Fix `circle` icon https://github.com/primer/octicons/pull/584 ## 12.1.0 @@ -28,38 +35,46 @@ ### πŸ’… Enhancements - Add icon-specific class names to each icon component https://github.com/primer/octicons/pull/453 @FloEdelmann -- Add `fill` prop to each icon component https://github.com/primer/octicons/pull/551 @macno +- Add `fill` prop to each icon component https://github.com/primer/octicons/pull/551 @macno ## 12.0.0 + ### πŸš€ New Features + - `bug` (https://github.com/primer/octicons/pull/543) - `multi-select` (https://github.com/primer/octicons/pull/534) ### πŸ’… Enhancements + - Make octicon helper slightly faster (@jhawthorn & @seejohnrun) (#536) -### πŸ’₯ Breaking changes +### πŸ’₯ Breaking changes + - Rename 16px `trashcan` icon to `trash` (@fermion πŸ™‡) (https://github.com/primer/octicons/pull/538) ### 🧽Chores + - Dependency updates (#525, #524, #523, #522, #520) ## 11.3.0 ### πŸš€ New Features + - `number` (https://github.com/primer/octicons/pull/541) - `video` (https://github.com/primer/octicons/pull/540) ### πŸ› Fixes -- Fix rendering of arrows in Safari (@aaronshekey https://github.com/primer/octicons/pull/527) +- Fix rendering of arrows in Safari (@aaronshekey https://github.com/primer/octicons/pull/527) ## 11.2.0 ### πŸš€ New Features + - `strikethrough` (https://github.com/primer/octicons/pull/518) ### πŸ› Fixes + - Align `plus` and `dash` icon (https://github.com/primer/octicons/pull/447) - Small edits in JS documentation (https://github.com/primer/octicons/pull/499) @@ -70,12 +85,13 @@ ## 11.1.0 ### πŸš€ New Features + - `container` (https://github.com/primer/octicons/pull/507) - `squirrel` 24px icon (https://github.com/primer/octicons/pull/508) ### πŸ› Fixes -- Corrected stroke for 24px `smiley` (https://github.com/primer/octicons/pull/509) +- Corrected stroke for 24px `smiley` (https://github.com/primer/octicons/pull/509) ## 11.0.0