Skip to content

Commit

Permalink
v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kamijin-fanta committed Apr 15, 2024
1 parent 4541700 commit 95168b9
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": "5.0.2-snapshot.0",
"version": "5.1.0",
"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": "5.0.2-snapshot.0",
"version": "5.1.0",
"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": "5.0.2-snapshot.0",
"version": "5.1.0",
"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": "5.0.2-snapshot.0",
"version": "5.1.0",
"private": true,
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.2-snapshot.0",
"react-icons": "^5.1.0",
"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": "5.0.2-snapshot.0",
"version": "5.1.0",
"private": true,
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.2-snapshot.0",
"react-icons": "^5.1.0",
"react-scripts": "^5.0.1"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/preview-astro/package.json
@@ -1,7 +1,7 @@
{
"name": "preview-astro",
"type": "module",
"version": "5.0.2-snapshot.0",
"version": "5.1.0",
"private": true,
"scripts": {
"dev": "astro dev",
Expand All @@ -22,7 +22,7 @@
"nanostores": "^0.9.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.2-snapshot.0",
"react-icons": "^5.1.0",
"sass": "^1.69.5",
"tiny-skeleton-loader-react": "^1.2.1",
"typescript": "^5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-icons/package.json
@@ -1,7 +1,7 @@
{
"name": "react-icons_builders",
"private": true,
"version": "5.0.2-snapshot.0",
"version": "5.1.0",
"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": "5.0.2-snapshot.0",
"version": "5.1.0",
"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": "^5.0.2-snapshot.0",
"react-icons": "^5.1.0",
"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": "5.0.2-snapshot.0",
"version": "5.1.0",
"main": "index.js",
"private": true,
"license": "MIT",
Expand All @@ -14,6 +14,6 @@
"webpack-cli": "^4.10.0"
},
"dependencies": {
"react-icons": "^5.0.2-snapshot.0"
"react-icons": "^5.1.0"
}
}
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 95168b9

Please sign in to comment.