Skip to content

Commit

Permalink
ci(Release): version icons-pack/react-simple-icons (#222)
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] authored May 11, 2024
1 parent 3742cf7 commit 164937d
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/smart-experts-raise.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 9.5.0

### Minor Changes

- [`3742cf7`](https://github.com/icons-pack/react-simple-icons/commit/3742cf7a61ae04f106e96e486ceb17ab1ff5efac) Thanks
[@wootsbot](https://github.com/wootsbot)! - Bump simple-icons to version `@11.14.0`'

## 9.4.1

### Patch Changes
Expand Down
30 changes: 26 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
{
"name": "@icons-pack/react-simple-icons",
"version": "9.4.1",
"version": "9.5.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,16 @@
"./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 @@ -42,7 +62,9 @@
"release": "changeset publish"
},
"lint-staged": {
"./**/*.+(js|json)": ["prettier --write"]
"./**/*.+(js|json)": [
"prettier --write"
]
},
"bundlesize": [
{
Expand Down

0 comments on commit 164937d

Please sign in to comment.