diff --git a/.changeset/olive-balloons-perform.md b/.changeset/olive-balloons-perform.md deleted file mode 100644 index 4b8903a32..000000000 --- a/.changeset/olive-balloons-perform.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/octicons': minor ---- - -Adds sparkles icon (3 sparkles) diff --git a/.changeset/six-buttons-listen.md b/.changeset/six-buttons-listen.md deleted file mode 100644 index 4eafc9a41..000000000 --- a/.changeset/six-buttons-listen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/octicons': minor ---- - -Update the build output to reduce number of generated assets included in the package on npm diff --git a/CHANGELOG.md b/CHANGELOG.md index 8218f004a..6f6a93600 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 19.13.0 + +### Minor Changes + +- [#1041](https://github.com/primer/octicons/pull/1041) [`ef89a78f`](https://github.com/primer/octicons/commit/ef89a78f9c0b92a32b7476b5680c327bcd8a6d64) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Adds sparkles icon (3 sparkles) + +* [#1027](https://github.com/primer/octicons/pull/1027) [`12c6fb00`](https://github.com/primer/octicons/commit/12c6fb0033c8f9dd22b5e8f93ddf3dff9bb7acb1) Thanks [@joshblack](https://github.com/joshblack)! - Update the build output to reduce number of generated assets included in the package on npm + ## 19.12.0 ### Minor Changes diff --git a/lib/octicons_node/package.json b/lib/octicons_node/package.json index f4a9fba35..0ce78590c 100644 --- a/lib/octicons_node/package.json +++ b/lib/octicons_node/package.json @@ -1,6 +1,6 @@ { "name": "@primer/octicons", - "version": "19.12.0", + "version": "19.13.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 7d58f3256..70cad109e 100644 --- a/lib/octicons_react/package.json +++ b/lib/octicons_react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/octicons-react", - "version": "19.12.0", + "version": "19.13.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 7d5f6e59e..67f47dbc7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/octicons", - "version": "19.12.0", + "version": "19.13.0", "publishConfig": { "registry": "no registry, don't publish from this package.json." }, @@ -26,7 +26,7 @@ "fs-extra": "7.0.1", "globby": "11.0.0", "js-yaml": "3.13.1", - "prettier": "3.4.1", + "prettier": "3.4.1", "lodash.merge": "4.6.2", "svgo": "3.0.2", "svgson": "5.2.1",