From ac9d1a72be8088a6b145d7ddcab424ffc0ebe856 Mon Sep 17 00:00:00 2001 From: "primer[bot]" <119360173+primer[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 09:48:01 -0600 Subject: [PATCH] Version Packages (#1049) Co-authored-by: github-actions[bot] --- .changeset/brown-buttons-search.md | 5 ----- .changeset/nice-lamps-peel.md | 5 ----- CHANGELOG.md | 8 ++++++++ lib/octicons_node/package.json | 2 +- lib/octicons_react/package.json | 2 +- package.json | 2 +- 6 files changed, 11 insertions(+), 13 deletions(-) delete mode 100644 .changeset/brown-buttons-search.md delete mode 100644 .changeset/nice-lamps-peel.md diff --git a/.changeset/brown-buttons-search.md b/.changeset/brown-buttons-search.md deleted file mode 100644 index ca64c5ad0..000000000 --- a/.changeset/brown-buttons-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/octicons': minor ---- - -Update octicons-react to use presentational attributes over inline styles for base styles diff --git a/.changeset/nice-lamps-peel.md b/.changeset/nice-lamps-peel.md deleted file mode 100644 index cda7fd482..000000000 --- a/.changeset/nice-lamps-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/octicons': minor ---- - -Add support for SVG props to base icons diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f6a93600..030864610 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 19.14.0 + +### Minor Changes + +- [#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 + +* [#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 + ## 19.13.0 ### Minor Changes diff --git a/lib/octicons_node/package.json b/lib/octicons_node/package.json index 0ce78590c..44ede5c73 100644 --- a/lib/octicons_node/package.json +++ b/lib/octicons_node/package.json @@ -1,6 +1,6 @@ { "name": "@primer/octicons", - "version": "19.13.0", + "version": "19.14.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 70cad109e..3c28a266d 100644 --- a/lib/octicons_react/package.json +++ b/lib/octicons_react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/octicons-react", - "version": "19.13.0", + "version": "19.14.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 8a5fd9cd6..3e39720ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/octicons", - "version": "19.13.0", + "version": "19.14.0", "publishConfig": { "registry": "no registry, don't publish from this package.json." },