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." },