RELEASE;New version 0.12.0
This commit is contained in:
parent
affc34d441
commit
e337a24300
11 changed files with 30 additions and 30 deletions
|
@ -3,5 +3,5 @@
|
|||
"packages/*"
|
||||
],
|
||||
"npmClient": "npm",
|
||||
"version": "0.11.3"
|
||||
"version": "0.12.0"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@treejs/api",
|
||||
"version": "0.11.3",
|
||||
"version": "0.12.0",
|
||||
"description": "",
|
||||
"author": "romanjaros <jarosr93@gmail.com>",
|
||||
"license": "ISC",
|
||||
|
@ -10,13 +10,13 @@
|
|||
"ci:publish": "cp package.json dist && cd dist/ && npm publish && rm package.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"@treejs/auth": "^0.11.3",
|
||||
"@treejs/constants": "^0.11.3",
|
||||
"@treejs/types": "^0.11.3",
|
||||
"@treejs/utils": "^0.11.3"
|
||||
"@treejs/auth": "^0.12.0",
|
||||
"@treejs/constants": "^0.12.0",
|
||||
"@treejs/types": "^0.12.0",
|
||||
"@treejs/utils": "^0.12.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"redux": "4.0.5",
|
||||
"@reduxjs/toolkit": "^1.8.0"
|
||||
"@reduxjs/toolkit": "^1.8.0",
|
||||
"redux": "4.0.5"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@treejs/auth",
|
||||
"version": "0.11.3",
|
||||
"version": "0.12.0",
|
||||
"description": "",
|
||||
"author": "romanjaros <jarosr93@gmail.com>",
|
||||
"license": "ISC",
|
||||
|
@ -10,11 +10,11 @@
|
|||
"ci:publish": "cp package.json dist && cd dist/ && npm publish && rm package.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"@treejs/constants": "^0.11.3",
|
||||
"@treejs/types": "^0.11.3"
|
||||
"@treejs/constants": "^0.12.0",
|
||||
"@treejs/types": "^0.12.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"redux": "4.0.5",
|
||||
"@reduxjs/toolkit": "^1.8.0"
|
||||
"@reduxjs/toolkit": "^1.8.0",
|
||||
"redux": "4.0.5"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@treejs/components",
|
||||
"version": "0.11.3",
|
||||
"version": "0.12.0",
|
||||
"description": "",
|
||||
"author": "romanjaros <jarosr93@gmail.com>",
|
||||
"license": "ISC",
|
||||
|
@ -10,20 +10,20 @@
|
|||
"ci:publish": "cp package.json dist && cd dist/ && npm publish && rm package.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"@treejs/constants": "^0.11.3",
|
||||
"@treejs/hooks": "^0.11.3",
|
||||
"@treejs/types": "^0.11.3",
|
||||
"@treejs/utils": "^0.11.3"
|
||||
"@treejs/constants": "^0.12.0",
|
||||
"@treejs/hooks": "^0.12.0",
|
||||
"@treejs/types": "^0.12.0",
|
||||
"@treejs/utils": "^0.12.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@fortawesome/fontawesome-svg-core": "1.2.27",
|
||||
"@fortawesome/free-solid-svg-icons": "5.12.1",
|
||||
"@fortawesome/react-fontawesome": "0.1.9",
|
||||
"@reduxjs/toolkit": "^1.8.0",
|
||||
"classnames": "^2.2.6",
|
||||
"date-fns": "^2.16.1",
|
||||
"react-outside-click-handler": "1.3.0",
|
||||
"react-redux": "7.2.0",
|
||||
"redux": "4.0.5",
|
||||
"@reduxjs/toolkit": "^1.8.0"
|
||||
"redux": "4.0.5"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@treejs/constants",
|
||||
"version": "0.11.3",
|
||||
"version": "0.12.0",
|
||||
"description": "",
|
||||
"author": "romanjaros <jarosr93@gmail.com>",
|
||||
"license": "ISC",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@treejs/forms",
|
||||
"version": "0.11.3",
|
||||
"version": "0.12.0",
|
||||
"description": "",
|
||||
"author": "romanjaros <jarosr93@gmail.com>",
|
||||
"license": "ISC",
|
||||
|
@ -11,9 +11,9 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@hookform/resolvers": "2.8.8",
|
||||
"@treejs/components": "^0.11.3",
|
||||
"@treejs/types": "^0.11.3",
|
||||
"@treejs/utils": "^0.11.3",
|
||||
"@treejs/components": "^0.12.0",
|
||||
"@treejs/types": "^0.12.0",
|
||||
"@treejs/utils": "^0.12.0",
|
||||
"react-hook-form": "7.27.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@treejs/hooks",
|
||||
"version": "0.11.3",
|
||||
"version": "0.12.0",
|
||||
"description": "",
|
||||
"author": "romanjaros <jarosr93@gmail.com>",
|
||||
"license": "ISC",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@treejs/localization",
|
||||
"version": "0.11.3",
|
||||
"version": "0.12.0",
|
||||
"description": "",
|
||||
"author": "romanjaros <jarosr93@gmail.com>",
|
||||
"license": "ISC",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@treejs/styles",
|
||||
"version": "0.11.3",
|
||||
"version": "0.12.0",
|
||||
"description": "",
|
||||
"author": "romanjaros <jarosr93@gmail.com>",
|
||||
"license": "ISC",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@treejs/types",
|
||||
"version": "0.11.3",
|
||||
"version": "0.12.0",
|
||||
"description": "",
|
||||
"author": "romanjaros <jarosr93@gmail.com>",
|
||||
"license": "ISC",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@treejs/utils",
|
||||
"version": "0.11.3",
|
||||
"version": "0.12.0",
|
||||
"description": "",
|
||||
"author": "romanjaros <jarosr93@gmail.com>",
|
||||
"license": "ISC",
|
||||
|
|
Loading…
Add table
Reference in a new issue