Skip to content

Commit 41c7805

Browse files
rezrahactions-user
andauthored
Updated GitHub logos (#1146)
* updated GitHub logos * Optimize SVGs * update license year to 2026 * add missing require for minitest/mock to fix CI * try to fix rails test differently * remove space for linting * Revert test file changes - restore original from main * pin minitest to 5.x and add missing require --------- Co-authored-by: Reza Rahman <[email protected]>
1 parent 6c65ce6 commit 41c7805

File tree

14 files changed

+18
-12
lines changed

14 files changed

+18
-12
lines changed

.changeset/itchy-carrots-cover.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@primer/octicons': patch
3+
---
4+
5+
Updated GitHub brand logos (`mark-github` and `logo-github`) to 2026 versions.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 GitHub Inc.
3+
Copyright (c) 2026 GitHub Inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

icons/logo-github-16.svg

Lines changed: 1 addition & 1 deletion
Loading

icons/logo-github-24.svg

Lines changed: 1 addition & 1 deletion
Loading

icons/mark-github-16.svg

Lines changed: 1 addition & 1 deletion
Loading

icons/mark-github-24.svg

Lines changed: 1 addition & 1 deletion
Loading

lib/octicons_gem/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 GitHub Inc.
3+
Copyright (c) 2026 GitHub Inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

lib/octicons_helper/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem "octicons", "19.9.0"
88
gem "rails"
99

1010
group :development, :test do
11-
gem "minitest"
11+
gem "minitest", "~> 5.0"
1212
gem "rake"
1313
gem "rubocop", "~> 1.0"
1414
gem "rubocop-github", "0.20.0"

lib/octicons_helper/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 GitHub Inc.
3+
Copyright (c) 2026 GitHub Inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

lib/octicons_helper/test/helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# frozen_string_literal: true
22

33
require "minitest/autorun"
4+
require "minitest/mock"
45
require "octicons_helper"
56

67
include OcticonsHelper

0 commit comments

Comments
 (0)