Skip to content

Commit

Permalink
refactor(core): The way of creating the components has been changed t…
Browse files Browse the repository at this point in the history
…o better export the types.
  • Loading branch information
wootsbot committed Aug 8, 2023
1 parent e3aa698 commit 8560140
Show file tree
Hide file tree
Showing 14 changed files with 848 additions and 588 deletions.
5 changes: 5 additions & 0 deletions .changeset/cold-beers-impress.md
@@ -0,0 +1,5 @@
---
'@icons-pack/react-simple-icons': major
---

The way of creating the components has been changed to better export the types
8 changes: 8 additions & 0 deletions .changeset/pre.json
@@ -0,0 +1,8 @@
{
"mode": "pre",
"tag": "v9",
"initialVersions": {
"@icons-pack/react-simple-icons": "8.0.1"
},
"changesets": []
}
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_stats.yml
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:
branches:
- main
- v8
- v9

env:
TURBO_VERSION: ${{ vars.TURBO_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -7,7 +7,7 @@ on:
push:
branches:
- main
- v8
- v9
release:
types: [created]

Expand Down
28 changes: 13 additions & 15 deletions package.json
Expand Up @@ -78,28 +78,26 @@
],
"devDependencies": {
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.1",
"@commitlint/cli": "17.6.5",
"@commitlint/config-conventional": "17.6.5",
"@types/node": "20.2.6",
"@types/react": "^18.0.12",
"@vitejs/plugin-react": "^4.0.0",
"bundlesize": "^0.18.1",
"cross-env": "^6.0.3",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"@changesets/cli": "2.26.2",
"@commitlint/cli": "17.6.7",
"@commitlint/config-conventional": "17.6.7",
"@types/node": "20.4.9",
"@types/react": "18.2.19",
"@vitejs/plugin-react": "4.0.4",
"bundlesize": "0.18.1",
"husky": "8.0.3",
"lint-staged": "13.2.3",
"prettier": "2.8.4",
"prettier-eslint": "^15.0.1",
"react": "^18.2.0",
"rimraf": "^3.0.2",
"signale": "^1.4.0",
"simple-icons": "9.1.0",
"terser": "^5.17.7",
"turbo": "1.10.3",
"simple-icons": "9.9.0",
"turbo": "1.10.12",
"typescript": "4.7.3",
"uppercamelcase": "3.0.0",
"vite": "^4.3.9",
"vite-plugin-dts": "^2.3.0"
"vite": "4.4.9",
"vite-plugin-dts": "3.5.1"
},
"peerDependencies": {
"react": "^16.13 || ^17 || ^18"
Expand Down

0 comments on commit 8560140

Please sign in to comment.