RELEASE;New version 0.13.5
This commit is contained in:
parent
2ee1106169
commit
f9e7c5b719
11 changed files with 25 additions and 25 deletions
|
@ -3,5 +3,5 @@
|
|||
"packages/*"
|
||||
],
|
||||
"npmClient": "npm",
|
||||
"version": "0.13.4"
|
||||
"version": "0.13.5"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@treejs/api",
|
||||
"version": "0.13.4",
|
||||
"version": "0.13.5",
|
||||
"description": "",
|
||||
"author": "romanjaros <jarosr93@gmail.com>",
|
||||
"license": "ISC",
|
||||
|
@ -10,10 +10,10 @@
|
|||
"ci:publish": "cp package.json dist && cd dist/ && npm publish && rm package.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"@treejs/auth": "^0.13.4",
|
||||
"@treejs/constants": "^0.13.4",
|
||||
"@treejs/types": "^0.13.4",
|
||||
"@treejs/utils": "^0.13.4"
|
||||
"@treejs/auth": "^0.13.5",
|
||||
"@treejs/constants": "^0.13.5",
|
||||
"@treejs/types": "^0.13.5",
|
||||
"@treejs/utils": "^0.13.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@reduxjs/toolkit": "1.8.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@treejs/auth",
|
||||
"version": "0.13.4",
|
||||
"version": "0.13.5",
|
||||
"description": "",
|
||||
"author": "romanjaros <jarosr93@gmail.com>",
|
||||
"license": "ISC",
|
||||
|
@ -10,9 +10,9 @@
|
|||
"ci:publish": "cp package.json dist && cd dist/ && npm publish && rm package.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"@treejs/constants": "^0.13.4",
|
||||
"@treejs/types": "^0.13.4",
|
||||
"@treejs/utils": "^0.13.4"
|
||||
"@treejs/constants": "^0.13.5",
|
||||
"@treejs/types": "^0.13.5",
|
||||
"@treejs/utils": "^0.13.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@reduxjs/toolkit": "^1.8.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@treejs/components",
|
||||
"version": "0.13.4",
|
||||
"version": "0.13.5",
|
||||
"description": "",
|
||||
"author": "romanjaros <jarosr93@gmail.com>",
|
||||
"license": "ISC",
|
||||
|
@ -10,10 +10,10 @@
|
|||
"ci:publish": "cp package.json dist && cd dist/ && npm publish && rm package.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"@treejs/constants": "^0.13.4",
|
||||
"@treejs/hooks": "^0.13.4",
|
||||
"@treejs/types": "^0.13.4",
|
||||
"@treejs/utils": "^0.13.4"
|
||||
"@treejs/constants": "^0.13.5",
|
||||
"@treejs/hooks": "^0.13.5",
|
||||
"@treejs/types": "^0.13.5",
|
||||
"@treejs/utils": "^0.13.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@fortawesome/fontawesome-svg-core": "1.2.27",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@treejs/constants",
|
||||
"version": "0.13.4",
|
||||
"version": "0.13.5",
|
||||
"description": "",
|
||||
"author": "romanjaros <jarosr93@gmail.com>",
|
||||
"license": "ISC",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@treejs/forms",
|
||||
"version": "0.13.4",
|
||||
"version": "0.13.5",
|
||||
"description": "",
|
||||
"author": "romanjaros <jarosr93@gmail.com>",
|
||||
"license": "ISC",
|
||||
|
@ -11,9 +11,9 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@hookform/resolvers": "2.8.8",
|
||||
"@treejs/components": "^0.13.4",
|
||||
"@treejs/types": "^0.13.4",
|
||||
"@treejs/utils": "^0.13.4",
|
||||
"@treejs/components": "^0.13.5",
|
||||
"@treejs/types": "^0.13.5",
|
||||
"@treejs/utils": "^0.13.5",
|
||||
"react-hook-form": "7.27.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@treejs/hooks",
|
||||
"version": "0.13.4",
|
||||
"version": "0.13.5",
|
||||
"description": "",
|
||||
"author": "romanjaros <jarosr93@gmail.com>",
|
||||
"license": "ISC",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@treejs/localization",
|
||||
"version": "0.13.4",
|
||||
"version": "0.13.5",
|
||||
"description": "",
|
||||
"author": "romanjaros <jarosr93@gmail.com>",
|
||||
"license": "ISC",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@treejs/styles",
|
||||
"version": "0.13.4",
|
||||
"version": "0.13.5",
|
||||
"description": "",
|
||||
"author": "romanjaros <jarosr93@gmail.com>",
|
||||
"license": "ISC",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@treejs/types",
|
||||
"version": "0.13.4",
|
||||
"version": "0.13.5",
|
||||
"description": "",
|
||||
"author": "romanjaros <jarosr93@gmail.com>",
|
||||
"license": "ISC",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@treejs/utils",
|
||||
"version": "0.13.4",
|
||||
"version": "0.13.5",
|
||||
"description": "",
|
||||
"author": "romanjaros <jarosr93@gmail.com>",
|
||||
"license": "ISC",
|
||||
|
|
Loading…
Add table
Reference in a new issue