Skip to content

Commit e01e42a

Browse files
Version Packages (#1036)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ef89a78 commit e01e42a

File tree

6 files changed

+12
-14
lines changed

6 files changed

+12
-14
lines changed

.changeset/olive-balloons-perform.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/six-buttons-listen.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 19.13.0
4+
5+
### Minor Changes
6+
7+
- [#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)
8+
9+
* [#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
10+
311
## 19.12.0
412

513
### Minor Changes

lib/octicons_node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/octicons",
3-
"version": "19.12.0",
3+
"version": "19.13.0",
44
"description": "A scalable set of icons handcrafted with <3 by GitHub.",
55
"homepage": "https://primer.style/octicons",
66
"author": "GitHub Inc.",

lib/octicons_react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/octicons-react",
3-
"version": "19.12.0",
3+
"version": "19.13.0",
44
"description": "A scalable set of icons handcrafted with <3 by GitHub.",
55
"homepage": "https://primer.style/octicons",
66
"author": "GitHub, Inc.",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/octicons",
3-
"version": "19.12.0",
3+
"version": "19.13.0",
44
"publishConfig": {
55
"registry": "no registry, don't publish from this package.json."
66
},
@@ -26,7 +26,7 @@
2626
"fs-extra": "7.0.1",
2727
"globby": "11.0.0",
2828
"js-yaml": "3.13.1",
29-
"prettier": "3.4.1",
29+
"prettier": "3.4.1",
3030
"lodash.merge": "4.6.2",
3131
"svgo": "3.0.2",
3232
"svgson": "5.2.1",

0 commit comments

Comments
 (0)