Skip to content

Commit

Permalink
v5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kamijin-fanta committed May 2, 2024
1 parent a90497f commit a2ed977
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "5.2.0",
"version": "5.2.1",
"command": {
"version": {
"push": true
Expand Down
2 changes: 1 addition & 1 deletion packages/_react-icons_all-files/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-icons/all-files",
"version": "5.2.0",
"version": "5.2.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-icons",
"version": "5.2.0",
"version": "5.2.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
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "demo-all-files",
"version": "5.2.0",
"version": "5.2.1",
"private": true,
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.0",
"react-icons": "^5.2.1",
"react-scripts": "^5.0.1"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "demo",
"version": "5.2.0",
"version": "5.2.1",
"private": true,
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.0",
"react-icons": "^5.2.1",
"react-scripts": "^5.0.1"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/preview-astro/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "preview-astro",
"type": "module",
"version": "5.2.0",
"version": "5.2.1",
"private": true,
"scripts": {
"dev": "astro dev",
Expand All @@ -22,7 +22,7 @@
"nanostores": "^0.10.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.0",
"react-icons": "^5.2.1",
"sass": "^1.69.5",
"tiny-skeleton-loader-react": "^1.2.1",
"typescript": "^5.4.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-icons_builders",
"private": true,
"version": "5.2.0",
"version": "5.2.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-ts-test",
"version": "5.2.0",
"version": "5.2.1",
"private": true,
"dependencies": {
"@types/jest": "29.5.12",
Expand All @@ -9,7 +9,7 @@
"@types/react-dom": "^18.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.0",
"react-icons": "^5.2.1",
"react-scripts": "5.0.1",
"typescript": "5.4.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack4-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack4-test",
"version": "5.2.0",
"version": "5.2.1",
"main": "index.js",
"private": true,
"license": "MIT",
Expand All @@ -14,6 +14,6 @@
"webpack-cli": "^4.10.0"
},
"dependencies": {
"react-icons": "^5.2.0"
"react-icons": "^5.2.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 a2ed977

Please sign in to comment.