Skip to content

Commit

Permalink
ci(Release): version icons-pack/react-simple-icons (#206)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Dec 9, 2023
1 parent 25d139d commit 7ca50c6
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/pretty-buckets-train.md

This file was deleted.

7 changes: 7 additions & 0 deletions 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
Expand Down
28 changes: 24 additions & 4 deletions 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"
Expand All @@ -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",
Expand All @@ -42,7 +60,9 @@
"release": "changeset publish"
},
"lint-staged": {
"./**/*.+(js|json)": ["prettier --write"]
"./**/*.+(js|json)": [
"prettier --write"
]
},
"bundlesize": [
{
Expand Down

0 comments on commit 7ca50c6

Please sign in to comment.