Skip to content

Commit

Permalink
v4.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kamijin-fanta committed Jun 22, 2023
1 parent 0bb4231 commit 6a6189a
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "4.10.1-snapshot.0",
"version": "4.10.1",
"command": {
"version": {
"push": true
Expand Down
2 changes: 1 addition & 1 deletion packages/_react-icons_all-files/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-icons/all-files",
"version": "4.10.1-snapshot.0",
"version": "4.10.1",
"description": "SVG React icons of popular icon packs using ES6 imports",
"author": "Goran Gajic",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/_react-icons_all/package.json
@@ -1,6 +1,6 @@
{
"name": "react-icons",
"version": "4.10.1-snapshot.0",
"version": "4.10.1",
"description": "SVG React icons of popular icon packs using ES6 imports",
"author": "Goran Gajic",
"contributors": [
Expand Down
4 changes: 2 additions & 2 deletions packages/demo-all-files/package.json
@@ -1,11 +1,11 @@
{
"name": "demo-all-files",
"version": "4.10.1-snapshot.0",
"version": "4.10.1",
"private": true,
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1-snapshot.0",
"react-icons": "^4.10.1",
"react-scripts": "^5.0.1"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/demo/package.json
@@ -1,11 +1,11 @@
{
"name": "demo",
"version": "4.10.1-snapshot.0",
"version": "4.10.1",
"private": true,
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1-snapshot.0",
"react-icons": "^4.10.1",
"react-scripts": "^5.0.1"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/preview/package.json
Expand Up @@ -9,7 +9,7 @@
"keywords": [],
"author": "",
"license": "ISC",
"version": "4.10.1-snapshot.0",
"version": "4.10.1",
"private": true,
"dependencies": {
"@loadable/component": "^5.15.2",
Expand All @@ -26,7 +26,7 @@
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1-snapshot.0",
"react-icons": "^4.10.1",
"sass": "^1.55.0",
"tiny-skeleton-loader-react": "^1.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-icons/package.json
@@ -1,7 +1,7 @@
{
"name": "react-icons_builders",
"private": true,
"version": "4.10.1-snapshot.0",
"version": "4.10.1",
"description": "SVG React icons of popular icon packs using ES6 imports",
"author": "Goran Gajic",
"contributors": [
Expand Down
4 changes: 2 additions & 2 deletions packages/ts-test/package.json
@@ -1,6 +1,6 @@
{
"name": "react-ts-test",
"version": "4.10.1-snapshot.0",
"version": "4.10.1",
"private": true,
"dependencies": {
"@types/jest": "29.1.2",
Expand All @@ -9,7 +9,7 @@
"@types/react-dom": "^18.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1-snapshot.0",
"react-icons": "^4.10.1",
"react-scripts": "5.0.1",
"typescript": "4.8.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack4-test/package.json
@@ -1,6 +1,6 @@
{
"name": "webpack4-test",
"version": "4.10.1-snapshot.0",
"version": "4.10.1",
"main": "index.js",
"private": true,
"license": "MIT",
Expand All @@ -14,6 +14,6 @@
"webpack-cli": "^4.10.0"
},
"dependencies": {
"react-icons": "^4.10.1-snapshot.0"
"react-icons": "^4.10.1"
}
}
12 changes: 6 additions & 6 deletions yarn.lock

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

0 comments on commit 6a6189a

Please sign in to comment.