Skip to content

Commit

Permalink
v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi1693 committed Nov 23, 2023
1 parent fc37163 commit f9341f2
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 15 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"packages": ["packages/*"],
"version": "5.0.3",
"packages": [
"packages/*"
],
"version": "5.1.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": "5.0.3",
"version": "5.1.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": "5.0.3",
"version": "5.1.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,9 +1,9 @@
{
"name": "demo-pack",
"version": "5.0.2",
"version": "5.1.0",
"private": true,
"dependencies": {
"@onemind-services-llc/react-icons-ng-pack": "^5.0.2",
"@onemind-services-llc/react-icons-ng-pack": "^5.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "demo",
"version": "5.0.2",
"version": "5.1.0",
"private": true,
"dependencies": {
"@onemind-services-llc/react-icons-ng": "^5.0.2",
"@onemind-services-llc/react-icons-ng": "^5.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1"
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,11 +9,11 @@
"keywords": [],
"author": "",
"license": "ISC",
"version": "5.0.2",
"version": "5.1.0",
"private": true,
"dependencies": {
"@loadable/component": "^5.15.3",
"@onemind-services-llc/react-icons-ng": "^5.0.3",
"@onemind-services-llc/react-icons-ng": "^5.1.0",
"babel-plugin-codegen": "^4.1.5",
"babel-plugin-macros": "^3.1.0",
"basscss": "^8.1.0",
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": "5.0.3",
"version": "5.1.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,9 +1,9 @@
{
"name": "react-ts-test",
"version": "5.0.3",
"version": "5.1.0",
"private": true,
"dependencies": {
"@onemind-services-llc/react-icons-ng": "^5.0.2",
"@onemind-services-llc/react-icons-ng": "^5.1.0",
"@types/jest": "29.5.10",
"@types/node": "20.9.4",
"@types/react": "^18.2.38",
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": "5.0.2",
"version": "5.1.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": "^5.0.2"
"@onemind-services-llc/react-icons-ng": "^5.1.0"
}
}

0 comments on commit f9341f2

Please sign in to comment.