Skip to content

Commit eabcc4b

Browse files
authored
Merge branch 'main' into mp/fix-id-badge-24
2 parents 5cf5f68 + 7e29217 commit eabcc4b

21 files changed

Lines changed: 52 additions & 22 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
npx @arethetypeswrong/cli --pack .
9595
9696
# Run publint
97-
npx publint . --strict
97+
npx publint@0.2.12 . --strict
9898
9999
octicons_gem:
100100
name: 'gem:octicons'

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 19.15.0
4+
5+
### Minor Changes
6+
7+
- [#1063](https://github.com/primer/octicons/pull/1063) [`6481783a`](https://github.com/primer/octicons/commit/6481783a5a7258cc4d7981a0510de56be05a2dc3) Thanks [@dylanatsmith](https://github.com/dylanatsmith)! - Add square-circle icon
8+
9+
## 19.14.0
10+
11+
### Minor Changes
12+
13+
- [#1037](https://github.com/primer/octicons/pull/1037) [`7402e69c`](https://github.com/primer/octicons/commit/7402e69c4d928b12340cb2430bb942ae7d96c6ba) Thanks [@jonrohan](https://github.com/jonrohan)! - Update octicons-react to use presentational attributes over inline styles for base styles
14+
15+
* [#1047](https://github.com/primer/octicons/pull/1047) [`48198033`](https://github.com/primer/octicons/commit/481980330efce92501df9a388b27314a3f86f182) Thanks [@joshblack](https://github.com/joshblack)! - Add support for SVG props to base icons
16+
317
## 19.13.0
418

519
### Minor Changes

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) 2024 GitHub Inc.
3+
Copyright (c) 2025 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/square-circle-16.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/square-circle-24.svg

Lines changed: 1 addition & 0 deletions
Loading

keywords.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@
195195
"sign-out": ["door", "arrow", "direction", "leave", "log out"],
196196
"skip": ["skip", "slash"],
197197
"smiley": ["emoji", "smile", "mood", "emotion"],
198+
"square-circle": ["stop", "interupt", "block", "pause"],
198199
"squirrel": ["ship", "shipit", "launch"],
199200
"star": ["save", "remember", "like"],
200201
"stop": ["block", "spam", "report"],

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) 2024 GitHub Inc.
3+
Copyright (c) 2025 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/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) 2024 GitHub Inc.
3+
Copyright (c) 2025 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_jekyll/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) 2024 GitHub Inc.
3+
Copyright (c) 2025 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_node/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) 2024 GitHub Inc.
3+
Copyright (c) 2025 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

0 commit comments

Comments
 (0)