Skip to content

Commit

Permalink
v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi1693 committed Aug 12, 2023
1 parent c3f7309 commit 2501fcb
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 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": "4.9.1",
"version": "5.0.0",
"command": {
"version": {
"push": true
Expand Down
2 changes: 1 addition & 1 deletion packages/_react-icons-ng-pack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onemind-services-llc/react-icons-ng-pack",
"version": "4.9.1",
"version": "5.0.0",
"description": "SVG React icons of popular icon packs using ES6 imports",
"author": "Abhimanyu Saharan",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/_react-icons-ng/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onemind-services-llc/react-icons-ng",
"version": "4.9.1",
"version": "5.0.0",
"description": "SVG React icons of popular icon packs using ES6 imports",
"author": "Abhimanyu Saharan",
"contributors": [
Expand Down
4 changes: 2 additions & 2 deletions packages/demo-pack/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "demo-pack",
"version": "4.9.1",
"version": "5.0.0",
"private": true,
"dependencies": {
"@onemind-services-llc/react-icons-ng-pack": "^5.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@onemind-services-llc/react-icons-ng-pack": "^4.9.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": "4.9.1",
"version": "5.0.0",
"private": true,
"dependencies": {
"@onemind-services-llc/react-icons-ng": "^5.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@onemind-services-llc/react-icons-ng": "^4.9.1",
"react-scripts": "^5.0.1"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
"keywords": [],
"author": "",
"license": "ISC",
"version": "4.9.1",
"version": "5.0.0",
"private": true,
"dependencies": {
"@loadable/component": "^5.15.3",
"@onemind-services-llc/react-icons-ng": "^5.0.0",
"babel-plugin-codegen": "^4.1.5",
"babel-plugin-macros": "^3.1.0",
"basscss": "^8.1.0",
Expand All @@ -27,7 +28,6 @@
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@onemind-services-llc/react-icons-ng": "^4.9.1",
"sass": "^1.65.1",
"tiny-skeleton-loader-react": "^1.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-icons-ng/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-icons-ng_builders",
"private": true,
"version": "4.9.1",
"version": "5.0.0",
"description": "SVG React icons of popular icon packs using ES6 imports",
"author": "Abhimanyu Saharan",
"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,15 +1,15 @@
{
"name": "react-ts-test",
"version": "4.9.1",
"version": "5.0.0",
"private": true,
"dependencies": {
"@onemind-services-llc/react-icons-ng": "^5.0.0",
"@types/jest": "29.5.3",
"@types/node": "20.4.10",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@onemind-services-llc/react-icons-ng": "^4.9.1",
"react-scripts": "5.0.1",
"typescript": "^5.1.6"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack5-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack5-test",
"version": "4.9.1",
"version": "5.0.0",
"main": "index.js",
"private": true,
"license": "MIT",
Expand All @@ -14,6 +14,6 @@
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@onemind-services-llc/react-icons-ng": "^4.9.1"
"@onemind-services-llc/react-icons-ng": "^5.0.0"
}
}

0 comments on commit 2501fcb

Please sign in to comment.