From 0f2a2ff941989039190030168579fd7976c5b0f1 Mon Sep 17 00:00:00 2001 From: "primer[bot]" <119360173+primer[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 17:20:05 +0200 Subject: [PATCH] Version Packages (#1029) Co-authored-by: github-actions[bot] --- .changeset/hungry-poems-provide.md | 5 ----- CHANGELOG.md | 6 ++++++ lib/octicons_node/package.json | 2 +- lib/octicons_react/package.json | 2 +- package.json | 2 +- 5 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/hungry-poems-provide.md diff --git a/.changeset/hungry-poems-provide.md b/.changeset/hungry-poems-provide.md deleted file mode 100644 index 68d615358..000000000 --- a/.changeset/hungry-poems-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/octicons": minor ---- - -Adding ai-model icon at 16 & 24px diff --git a/CHANGELOG.md b/CHANGELOG.md index 92b74e86c..ea351b403 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/octicons_node/package.json b/lib/octicons_node/package.json index a1a1b7d1e..25f74140c 100644 --- a/lib/octicons_node/package.json +++ b/lib/octicons_node/package.json @@ -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.", diff --git a/lib/octicons_react/package.json b/lib/octicons_react/package.json index 9e4ae043e..d559859dc 100644 --- a/lib/octicons_react/package.json +++ b/lib/octicons_react/package.json @@ -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.", diff --git a/package.json b/package.json index ed8b975e0..9b0dcb8bd 100644 --- a/package.json +++ b/package.json @@ -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." },