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