Skip to content

Commit

Permalink
5.1.0-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
PadowYT2 committed Dec 9, 2023
1 parent d5f4007 commit 696b1d6
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}
registry=https://registry.npmjs.org/
always-auth=true
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.1.0-v1",
"version": "5.1.0-v2",
"command": {
"version": {
"push": true
Expand Down
2 changes: 1 addition & 1 deletion packages/_react-icons-pack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vertisanpro/react-icons-pack",
"version": "5.1.0-v1",
"version": "5.1.0-v2",
"description": "SVG React icons of popular icon packs using ES6 imports",
"author": "PadowYT2",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/_react-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vertisanpro/react-icons",
"version": "5.1.0-v1",
"version": "5.1.0-v2",
"description": "SVG React icons of popular icon packs using ES6 imports",
"author": "PadowYT2",
"contributors": [
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.1.0-v1",
"version": "5.1.0-v2",
"private": true,
"dependencies": {
"@loadable/component": "^5.15.3",
"@vertisanpro/react-icons": "^5.1.0-v1",
"@vertisanpro/react-icons": "^5.1.0-v2",
"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/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-icons_builders",
"private": true,
"version": "5.1.0-v1",
"version": "5.1.0-v2",
"description": "SVG React icons of popular icon packs using ES6 imports",
"author": "PadowYT2",
"contributors": [
Expand Down

0 comments on commit 696b1d6

Please sign in to comment.