Skip to content

Commit c4295a0

Browse files
authored
fix: upgrade octicons to 19.14.0 (#1691)
1 parent c067318 commit c4295a0

File tree

6 files changed

+15
-10
lines changed

6 files changed

+15
-10
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ RNVI comes with the following supported icons. You can [search NPM](https://www.
4949
- [`Foundation`](http://zurb.com/playground/foundation-icon-fonts-3) by ZURB, Inc. (v3.0 with _283_ icons)
5050
- [`Ionicons`](https://ionic.io/ionicons) crafted by Ionic (v7.4.0 containing _1356_ icons)
5151
- [`MaterialDesignIcons`](https://pictogrammers.com/library/mdi/) from MaterialDesignIcons.com (v7.4.47 including _7448_ icons)
52-
- [`Octicons`](https://primer.style/foundations/icons) designed by GitHub, Inc. (v19.12.0 with _331_ icons)
52+
- [`Octicons`](https://primer.style/foundations/icons) designed by GitHub, Inc. (v19.14.0 with _332_ icons)
5353

5454
### No longer maintained upstream
5555

packages/octicons/.fontcustom-manifest.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"checksum": {
3-
"previous": "97119a33810c3f8b9f4a90db7d7c51442c619a1016792bdb898f0c2505259fb5",
4-
"current": "97119a33810c3f8b9f4a90db7d7c51442c619a1016792bdb898f0c2505259fb5"
3+
"previous": "711ea8670e961de18ce4d232d1c8ff2651c4aca4d49fa5bf3b9141886a66f0a4",
4+
"current": "711ea8670e961de18ce4d232d1c8ff2651c4aca4d49fa5bf3b9141886a66f0a4"
55
},
66
"fonts": [
77
"Octicons/Octicons.ttf",
@@ -1111,6 +1111,10 @@
11111111
"codepoint": 61965,
11121112
"source": "fixedSvg/sparkle-fill.svg"
11131113
},
1114+
"sparkles-fill": {
1115+
"codepoint": 62023,
1116+
"source": "fixedSvg/sparkles-fill.svg"
1117+
},
11141118
"sponsor-tiers": {
11151119
"codepoint": 61966,
11161120
"source": "fixedSvg/sponsor-tiers.svg"

packages/octicons/fonts/Octicons.ttf

376 Bytes
Binary file not shown.

packages/octicons/glyphmaps/Octicons.json

+1
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@
274274
"sort-asc": 61963,
275275
"sort-desc": 61964,
276276
"sparkle-fill": 61965,
277+
"sparkles-fill": 62023,
277278
"sponsor-tiers": 61966,
278279
"square": 61967,
279280
"square-fill": 61968,

packages/octicons/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-vector-icons/octicons",
3-
"version": "19.12.0",
3+
"version": "19.14.0",
44
"description": "Octicons font for react native vector icons",
55
"source": "./src/index.ts",
66
"main": "./lib/commonjs/index.js",
@@ -84,7 +84,7 @@
8484
"@react-native-vector-icons/common": "^11.0.0"
8585
},
8686
"devDependencies": {
87-
"@primer/octicons": "19.12.0",
87+
"@primer/octicons": "19.14.0",
8888
"del-cli": "^6.0.0",
8989
"onchange": "^7.1.0",
9090
"react-native-builder-bob": "^0.35.2",

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -4074,12 +4074,12 @@ __metadata:
40744074
languageName: node
40754075
linkType: hard
40764076

4077-
"@primer/octicons@npm:19.12.0":
4078-
version: 19.12.0
4079-
resolution: "@primer/octicons@npm:19.12.0"
4077+
"@primer/octicons@npm:19.14.0":
4078+
version: 19.14.0
4079+
resolution: "@primer/octicons@npm:19.14.0"
40804080
dependencies:
40814081
object-assign: "npm:^4.1.1"
4082-
checksum: 10c0/cbbe9b9e8ee20850c70e83543e026cd3f1a44f404854baf1f7df534758b592d71e47106bd99aeebba293d8e01e18fa27ee7024fbc31825cae90775d04b44fd71
4082+
checksum: 10c0/30e95e9ca949738c8ebedc34b13fd7e9d91658ef7ec4b19feae0913ed4e15bbb8cb1c5c3b7d3196a7b361fa4fb21454ab58dc8f70f4ed31952a374c49e9dbac6
40834083
languageName: node
40844084
linkType: hard
40854085

@@ -4610,7 +4610,7 @@ __metadata:
46104610
version: 0.0.0-use.local
46114611
resolution: "@react-native-vector-icons/octicons@workspace:packages/octicons"
46124612
dependencies:
4613-
"@primer/octicons": "npm:19.12.0"
4613+
"@primer/octicons": "npm:19.14.0"
46144614
"@react-native-vector-icons/common": "npm:^11.0.0"
46154615
del-cli: "npm:^6.0.0"
46164616
onchange: "npm:^7.1.0"

0 commit comments

Comments
 (0)