From 6d40ac2a9f9740ccf38691dcb08b9b1f49dc1491 Mon Sep 17 00:00:00 2001 From: "primer[bot]" <119360173+primer[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:20:33 -0500 Subject: [PATCH 1/2] Version Packages (#1017) Co-authored-by: github-actions[bot] --- .changeset/blue-crabs-tie.md | 5 ----- .changeset/light-baboons-exercise.md | 5 ----- CHANGELOG.md | 10 ++++++++++ lib/octicons_node/package.json | 2 +- lib/octicons_react/package.json | 2 +- package.json | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 .changeset/blue-crabs-tie.md delete mode 100644 .changeset/light-baboons-exercise.md diff --git a/.changeset/blue-crabs-tie.md b/.changeset/blue-crabs-tie.md deleted file mode 100644 index 3089b87eb..000000000 --- a/.changeset/blue-crabs-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/octicons': patch ---- - -Update types for @primer/octicons-react to explicitly include extensions for different moduleResolution settings diff --git a/.changeset/light-baboons-exercise.md b/.changeset/light-baboons-exercise.md deleted file mode 100644 index e53e63b13..000000000 --- a/.changeset/light-baboons-exercise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/octicons': minor ---- - -Add multiple missing icons diff --git a/CHANGELOG.md b/CHANGELOG.md index e53d6bffe..92b74e86c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 19.10.0 + +### Minor Changes + +- [#983](https://github.com/primer/octicons/pull/983) [`30be326a`](https://github.com/primer/octicons/commit/30be326ae23b108fd31decfd7823171150421bc4) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Add multiple missing icons + +### Patch Changes + +- [#1020](https://github.com/primer/octicons/pull/1020) [`449d81f1`](https://github.com/primer/octicons/commit/449d81f1b09bcbc0752ebc35d175a8b729022b55) Thanks [@joshblack](https://github.com/joshblack)! - Update types for @primer/octicons-react to explicitly include extensions for different moduleResolution settings + ## 19.9.0 ### Minor Changes diff --git a/lib/octicons_node/package.json b/lib/octicons_node/package.json index 1b46d281b..a1a1b7d1e 100644 --- a/lib/octicons_node/package.json +++ b/lib/octicons_node/package.json @@ -1,6 +1,6 @@ { "name": "@primer/octicons", - "version": "19.9.0", + "version": "19.10.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 b1d619617..9e4ae043e 100644 --- a/lib/octicons_react/package.json +++ b/lib/octicons_react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/octicons-react", - "version": "19.9.0", + "version": "19.10.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 a262f1e22..ed8b975e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/octicons", - "version": "19.9.0", + "version": "19.10.0", "publishConfig": { "registry": "no registry, don't publish from this package.json." }, From d27ea2f6b52c5d26d4118259c86e4c91e58cfd56 Mon Sep 17 00:00:00 2001 From: Cameron Foxly Date: Thu, 11 Jul 2024 08:00:17 -0700 Subject: [PATCH 2/2] Adding ai-model 16 & 24px (#1028) * Adding ai-model 16 & 24px * Optimize SVGs * Update keywords.json Add `ai-model` to keywords * Create hungry-poems-provide.md * Update public-api.test.js.snap * Update public-api.test.js.snap --------- Co-authored-by: Cameron Foxly --- .changeset/hungry-poems-provide.md | 5 +++++ icons/ai-model-16.svg | 1 + icons/ai-model-24.svg | 1 + keywords.json | 1 + .../__tests__/__snapshots__/public-api.test.js.snap | 1 + 5 files changed, 9 insertions(+) create mode 100644 .changeset/hungry-poems-provide.md create mode 100644 icons/ai-model-16.svg create mode 100644 icons/ai-model-24.svg diff --git a/.changeset/hungry-poems-provide.md b/.changeset/hungry-poems-provide.md new file mode 100644 index 000000000..68d615358 --- /dev/null +++ b/.changeset/hungry-poems-provide.md @@ -0,0 +1,5 @@ +--- +"@primer/octicons": minor +--- + +Adding ai-model icon at 16 & 24px diff --git a/icons/ai-model-16.svg b/icons/ai-model-16.svg new file mode 100644 index 000000000..74534d142 --- /dev/null +++ b/icons/ai-model-16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/ai-model-24.svg b/icons/ai-model-24.svg new file mode 100644 index 000000000..be79c90d3 --- /dev/null +++ b/icons/ai-model-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/keywords.json b/keywords.json index a35b75d69..36904477b 100644 --- a/keywords.json +++ b/keywords.json @@ -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"], diff --git a/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap b/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap index b77b849a4..38fcc0fc2 100644 --- a/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap +++ b/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap @@ -4,6 +4,7 @@ exports[`@primer/octicons-react should not update exports without a semver chang [ "AccessibilityIcon", "AccessibilityInsetIcon", + "AiModelIcon", "AlertFillIcon", "AlertIcon", "AppsIcon",