Skip to content

Commit

Permalink
fix: upgrade octicons to 19.14.0 (#1691)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnf authored Jan 1, 2025
1 parent c067318 commit c4295a0
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RNVI comes with the following supported icons. You can [search NPM](https://www.
- [`Foundation`](http://zurb.com/playground/foundation-icon-fonts-3) by ZURB, Inc. (v3.0 with _283_ icons)
- [`Ionicons`](https://ionic.io/ionicons) crafted by Ionic (v7.4.0 containing _1356_ icons)
- [`MaterialDesignIcons`](https://pictogrammers.com/library/mdi/) from MaterialDesignIcons.com (v7.4.47 including _7448_ icons)
- [`Octicons`](https://primer.style/foundations/icons) designed by GitHub, Inc. (v19.12.0 with _331_ icons)
- [`Octicons`](https://primer.style/foundations/icons) designed by GitHub, Inc. (v19.14.0 with _332_ icons)

### No longer maintained upstream

Expand Down
8 changes: 6 additions & 2 deletions packages/octicons/.fontcustom-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"checksum": {
"previous": "97119a33810c3f8b9f4a90db7d7c51442c619a1016792bdb898f0c2505259fb5",
"current": "97119a33810c3f8b9f4a90db7d7c51442c619a1016792bdb898f0c2505259fb5"
"previous": "711ea8670e961de18ce4d232d1c8ff2651c4aca4d49fa5bf3b9141886a66f0a4",
"current": "711ea8670e961de18ce4d232d1c8ff2651c4aca4d49fa5bf3b9141886a66f0a4"
},
"fonts": [
"Octicons/Octicons.ttf",
Expand Down Expand Up @@ -1111,6 +1111,10 @@
"codepoint": 61965,
"source": "fixedSvg/sparkle-fill.svg"
},
"sparkles-fill": {
"codepoint": 62023,
"source": "fixedSvg/sparkles-fill.svg"
},
"sponsor-tiers": {
"codepoint": 61966,
"source": "fixedSvg/sponsor-tiers.svg"
Expand Down
Binary file modified packages/octicons/fonts/Octicons.ttf
Binary file not shown.
1 change: 1 addition & 0 deletions packages/octicons/glyphmaps/Octicons.json
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@
"sort-asc": 61963,
"sort-desc": 61964,
"sparkle-fill": 61965,
"sparkles-fill": 62023,
"sponsor-tiers": 61966,
"square": 61967,
"square-fill": 61968,
Expand Down
4 changes: 2 additions & 2 deletions packages/octicons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-vector-icons/octicons",
"version": "19.12.0",
"version": "19.14.0",
"description": "Octicons font for react native vector icons",
"source": "./src/index.ts",
"main": "./lib/commonjs/index.js",
Expand Down Expand Up @@ -84,7 +84,7 @@
"@react-native-vector-icons/common": "^11.0.0"
},
"devDependencies": {
"@primer/octicons": "19.12.0",
"@primer/octicons": "19.14.0",
"del-cli": "^6.0.0",
"onchange": "^7.1.0",
"react-native-builder-bob": "^0.35.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4074,12 +4074,12 @@ __metadata:
languageName: node
linkType: hard

"@primer/octicons@npm:19.12.0":
version: 19.12.0
resolution: "@primer/octicons@npm:19.12.0"
"@primer/octicons@npm:19.14.0":
version: 19.14.0
resolution: "@primer/octicons@npm:19.14.0"
dependencies:
object-assign: "npm:^4.1.1"
checksum: 10c0/cbbe9b9e8ee20850c70e83543e026cd3f1a44f404854baf1f7df534758b592d71e47106bd99aeebba293d8e01e18fa27ee7024fbc31825cae90775d04b44fd71
checksum: 10c0/30e95e9ca949738c8ebedc34b13fd7e9d91658ef7ec4b19feae0913ed4e15bbb8cb1c5c3b7d3196a7b361fa4fb21454ab58dc8f70f4ed31952a374c49e9dbac6
languageName: node
linkType: hard

Expand Down Expand Up @@ -4610,7 +4610,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-native-vector-icons/octicons@workspace:packages/octicons"
dependencies:
"@primer/octicons": "npm:19.12.0"
"@primer/octicons": "npm:19.14.0"
"@react-native-vector-icons/common": "npm:^11.0.0"
del-cli: "npm:^6.0.0"
onchange: "npm:^7.1.0"
Expand Down

0 comments on commit c4295a0

Please sign in to comment.