Skip to content

Commit

Permalink
feat: Bump simple-icons to version @11.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wootsbot committed May 11, 2024
1 parent 3777302 commit 3742cf7
Show file tree
Hide file tree
Showing 5 changed files with 3,138 additions and 10,976 deletions.
5 changes: 5 additions & 0 deletions .changeset/smart-experts-raise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@icons-pack/react-simple-icons': minor
---

Bump simple-icons to version `@11.14.0`'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# react-simple-icons

This package provides the [Simple Icons 11.7.0](https://github.com/simple-icons/simple-icons/releases/tag/11.7.0)
This package provides the [Simple Icons 11.14.0](https://github.com/simple-icons/simple-icons/releases/tag/11.14.0)
packaged as a set of [React](https://facebook.github.io/react/) components.

<a href="https://www.npmjs.com/package/@icons-pack/react-simple-icons" target="_blank">
Expand Down
30 changes: 4 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,7 @@
"name": "@icons-pack/react-simple-icons",
"version": "9.4.1",
"description": "This package provides the Simple Icons packaged as a set of React components.",
"keywords": [
"react",
"simple-icons",
"brands",
"icons",
"svg",
"inline",
"design",
"component",
"codea",
"wootsbot"
],
"keywords": ["react", "simple-icons", "brands", "icons", "svg", "inline", "design", "component", "codea", "wootsbot"],
"homepage": "https://github.com/icons-pack/react-simple-icons#readme",
"bugs": {
"url": "https://github.com/icons-pack/react-simple-icons/issues"
Expand All @@ -38,16 +27,7 @@
"./icons/*": "./icons/*"
},
"sideEffects": false,
"files": [
"./src/icons",
"icons",
"index.d.ts",
"types.d.ts",
"*.d.ts",
"*.js",
"*.mjs",
"*.cjs"
],
"files": ["./src/icons", "icons", "index.d.ts", "types.d.ts", "*.d.ts", "*.js", "*.mjs", "*.cjs"],
"scripts": {
"clean": "rimraf -rf icons base.cjs base.d.ts base.mjs index.cjs index.d.ts index.mjs types.d.ts",
"build": "pnpm clean && vite build",
Expand All @@ -62,9 +42,7 @@
"release": "changeset publish"
},
"lint-staged": {
"./**/*.+(js|json)": [
"prettier --write"
]
"./**/*.+(js|json)": ["prettier --write"]
},
"bundlesize": [
{
Expand Down Expand Up @@ -96,7 +74,7 @@
"react": "^18.2.0",
"rimraf": "^3.0.2",
"signale": "^1.4.0",
"simple-icons": "11.7.0",
"simple-icons": "11.14.0",
"turbo": "1.12.5",
"typescript": "4.7.3",
"uppercamelcase": "3.0.0",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3742cf7

Please sign in to comment.