diff --git a/.changeset/pretty-buckets-train.md b/.changeset/pretty-buckets-train.md deleted file mode 100644 index 44c4cbf08..000000000 --- a/.changeset/pretty-buckets-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@icons-pack/react-simple-icons': minor ---- - -Bump simple-icons@10.1.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 53482019e..274974f1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 9.2.0 + +### Minor Changes + +- [`1fc3f79`](https://github.com/icons-pack/react-simple-icons/commit/1fc3f79390b133a584d951a02583cfbe24bbc0c9) Thanks + [@wootsbot](https://github.com/wootsbot)! - Bump simple-icons@10.1.0 + ## 9.1.0 ### Minor Changes diff --git a/package.json b/package.json index eedfa5196..aa61f6456 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,19 @@ { "name": "@icons-pack/react-simple-icons", - "version": "9.1.0", + "version": "9.2.0", "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" @@ -27,7 +38,14 @@ "./icons/*": "./icons/*" }, "sideEffects": false, - "files": ["./src/icons", "icons", "*.d.ts*", "*.js", "*.mjs", "*.cjs"], + "files": [ + "./src/icons", + "icons", + "*.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", @@ -42,7 +60,9 @@ "release": "changeset publish" }, "lint-staged": { - "./**/*.+(js|json)": ["prettier --write"] + "./**/*.+(js|json)": [ + "prettier --write" + ] }, "bundlesize": [ {