Skip to content

Commit

Permalink
v4.0.0-4.0.0-alpha.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarenaldi committed Mar 16, 2021
1 parent 0a637b4 commit 30c57aa
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.0-alpha.0",
"version": "4.0.0-4.0.0-alpha.0.0",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
6 changes: 2 additions & 4 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iniettore/common",
"version": "4.0.0-alpha.0",
"version": "4.0.0-4.0.0-alpha.0.0",
"description": "Iniettore common library",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -33,7 +33,5 @@
"license": "ISC",
"publishConfig": {
"access": "public"
},
"peerDependencies": {},
"devDependencies": {}
}
}
4 changes: 2 additions & 2 deletions packages/iniettore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iniettore",
"version": "4.0.0-alpha.0",
"version": "4.0.0-4.0.0-alpha.0.0",
"description": "Minimalistic Dependency Injection Container",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"license": "ISC",
"dependencies": {
"@iniettore/common": "^4.0.0-alpha.0"
"@iniettore/common": "^4.0.0-4.0.0-alpha.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iniettore/react",
"version": "4.0.0-alpha.0",
"version": "4.0.0-4.0.0-alpha.0.0",
"description": "React bindings for Iniettore Dependency Injection Container",
"keywords": [
"browser",
Expand Down Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"@testing-library/react": "^11.2.5",
"@types/react": "^17.0.2",
"iniettore": "^4.0.0-alpha.0",
"iniettore": "^4.0.0-4.0.0-alpha.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
Expand All @@ -56,7 +56,7 @@
"react": "^17.0.1"
},
"dependencies": {
"@iniettore/common": "^4.0.0-alpha.0"
"@iniettore/common": "^4.0.0-4.0.0-alpha.0.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 30c57aa

Please sign in to comment.