Skip to content

Commit

Permalink
Merge branch 'main' into chore/update-rollup-to-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack authored Sep 3, 2024
2 parents a7c3d36 + 0f2a2ff commit 7b55477
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 19.11.0

### Minor Changes

- [#1028](https://github.com/primer/octicons/pull/1028) [`d27ea2f6`](https://github.com/primer/octicons/commit/d27ea2f6b52c5d26d4118259c86e4c91e58cfd56) Thanks [@CameronFoxly](https://github.com/CameronFoxly)! - Adding ai-model icon at 16 & 24px

## 19.10.0

### Minor Changes
Expand Down
1 change: 1 addition & 0 deletions icons/ai-model-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/ai-model-24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions keywords.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"ai-model": ["ai", "model", "llm", "models", "copilot"],
"alert": ["warning", "triangle", "exclamation", "point"],
"archive": ["box", "catalog"],
"arrow-both": ["point", "direction", "left", "right"],
Expand Down
2 changes: 1 addition & 1 deletion lib/octicons_node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primer/octicons",
"version": "19.10.0",
"version": "19.11.0",
"description": "A scalable set of icons handcrafted with <3 by GitHub.",
"homepage": "https://primer.style/octicons",
"author": "GitHub Inc.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ exports[`@primer/octicons-react should not update exports without a semver chang
[
"AccessibilityIcon",
"AccessibilityInsetIcon",
"AiModelIcon",
"AlertFillIcon",
"AlertIcon",
"AppsIcon",
Expand Down
2 changes: 1 addition & 1 deletion lib/octicons_react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primer/octicons-react",
"version": "19.10.0",
"version": "19.11.0",
"description": "A scalable set of icons handcrafted with <3 by GitHub.",
"homepage": "https://primer.style/octicons",
"author": "GitHub, Inc.",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primer/octicons",
"version": "19.10.0",
"version": "19.11.0",
"publishConfig": {
"registry": "no registry, don't publish from this package.json."
},
Expand Down

0 comments on commit 7b55477

Please sign in to comment.