RELEASE;New version 0.13.5

This commit is contained in:
CI 2022-06-05 10:18:45 +00:00
parent 2ee1106169
commit f9e7c5b719
11 changed files with 25 additions and 25 deletions

View file

@ -3,5 +3,5 @@
"packages/*" "packages/*"
], ],
"npmClient": "npm", "npmClient": "npm",
"version": "0.13.4" "version": "0.13.5"
} }

View file

@ -1,6 +1,6 @@
{ {
"name": "@treejs/api", "name": "@treejs/api",
"version": "0.13.4", "version": "0.13.5",
"description": "", "description": "",
"author": "romanjaros <jarosr93@gmail.com>", "author": "romanjaros <jarosr93@gmail.com>",
"license": "ISC", "license": "ISC",
@ -10,10 +10,10 @@
"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.13.4", "@treejs/auth": "^0.13.5",
"@treejs/constants": "^0.13.4", "@treejs/constants": "^0.13.5",
"@treejs/types": "^0.13.4", "@treejs/types": "^0.13.5",
"@treejs/utils": "^0.13.4" "@treejs/utils": "^0.13.5"
}, },
"peerDependencies": { "peerDependencies": {
"@reduxjs/toolkit": "1.8.0", "@reduxjs/toolkit": "1.8.0",

View file

@ -1,6 +1,6 @@
{ {
"name": "@treejs/auth", "name": "@treejs/auth",
"version": "0.13.4", "version": "0.13.5",
"description": "", "description": "",
"author": "romanjaros <jarosr93@gmail.com>", "author": "romanjaros <jarosr93@gmail.com>",
"license": "ISC", "license": "ISC",
@ -10,9 +10,9 @@
"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.13.4", "@treejs/constants": "^0.13.5",
"@treejs/types": "^0.13.4", "@treejs/types": "^0.13.5",
"@treejs/utils": "^0.13.4" "@treejs/utils": "^0.13.5"
}, },
"peerDependencies": { "peerDependencies": {
"@reduxjs/toolkit": "^1.8.0", "@reduxjs/toolkit": "^1.8.0",

View file

@ -1,6 +1,6 @@
{ {
"name": "@treejs/components", "name": "@treejs/components",
"version": "0.13.4", "version": "0.13.5",
"description": "", "description": "",
"author": "romanjaros <jarosr93@gmail.com>", "author": "romanjaros <jarosr93@gmail.com>",
"license": "ISC", "license": "ISC",
@ -10,10 +10,10 @@
"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.13.4", "@treejs/constants": "^0.13.5",
"@treejs/hooks": "^0.13.4", "@treejs/hooks": "^0.13.5",
"@treejs/types": "^0.13.4", "@treejs/types": "^0.13.5",
"@treejs/utils": "^0.13.4" "@treejs/utils": "^0.13.5"
}, },
"peerDependencies": { "peerDependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.27", "@fortawesome/fontawesome-svg-core": "1.2.27",

View file

@ -1,6 +1,6 @@
{ {
"name": "@treejs/constants", "name": "@treejs/constants",
"version": "0.13.4", "version": "0.13.5",
"description": "", "description": "",
"author": "romanjaros <jarosr93@gmail.com>", "author": "romanjaros <jarosr93@gmail.com>",
"license": "ISC", "license": "ISC",

View file

@ -1,6 +1,6 @@
{ {
"name": "@treejs/forms", "name": "@treejs/forms",
"version": "0.13.4", "version": "0.13.5",
"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.13.4", "@treejs/components": "^0.13.5",
"@treejs/types": "^0.13.4", "@treejs/types": "^0.13.5",
"@treejs/utils": "^0.13.4", "@treejs/utils": "^0.13.5",
"react-hook-form": "7.27.1" "react-hook-form": "7.27.1"
}, },
"peerDependencies": { "peerDependencies": {

View file

@ -1,6 +1,6 @@
{ {
"name": "@treejs/hooks", "name": "@treejs/hooks",
"version": "0.13.4", "version": "0.13.5",
"description": "", "description": "",
"author": "romanjaros <jarosr93@gmail.com>", "author": "romanjaros <jarosr93@gmail.com>",
"license": "ISC", "license": "ISC",

View file

@ -1,6 +1,6 @@
{ {
"name": "@treejs/localization", "name": "@treejs/localization",
"version": "0.13.4", "version": "0.13.5",
"description": "", "description": "",
"author": "romanjaros <jarosr93@gmail.com>", "author": "romanjaros <jarosr93@gmail.com>",
"license": "ISC", "license": "ISC",

View file

@ -1,6 +1,6 @@
{ {
"name": "@treejs/styles", "name": "@treejs/styles",
"version": "0.13.4", "version": "0.13.5",
"description": "", "description": "",
"author": "romanjaros <jarosr93@gmail.com>", "author": "romanjaros <jarosr93@gmail.com>",
"license": "ISC", "license": "ISC",

View file

@ -1,6 +1,6 @@
{ {
"name": "@treejs/types", "name": "@treejs/types",
"version": "0.13.4", "version": "0.13.5",
"description": "", "description": "",
"author": "romanjaros <jarosr93@gmail.com>", "author": "romanjaros <jarosr93@gmail.com>",
"license": "ISC", "license": "ISC",

View file

@ -1,6 +1,6 @@
{ {
"name": "@treejs/utils", "name": "@treejs/utils",
"version": "0.13.4", "version": "0.13.5",
"description": "", "description": "",
"author": "romanjaros <jarosr93@gmail.com>", "author": "romanjaros <jarosr93@gmail.com>",
"license": "ISC", "license": "ISC",