RELEASE;New version 0.9.1

This commit is contained in:
CI 2021-08-10 19:14:14 +00:00
parent 45f4757a15
commit 97c5141773
11 changed files with 24 additions and 24 deletions

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "@treejs/api",
"version": "0.9.0",
"version": "0.9.1",
"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.9.0",
"@treejs/constants": "^0.9.0",
"@treejs/types": "^0.9.0",
"@treejs/utils": "^0.9.0"
"@treejs/auth": "^0.9.1",
"@treejs/constants": "^0.9.1",
"@treejs/types": "^0.9.1",
"@treejs/utils": "^0.9.1"
},
"peerDependencies": {
"redux": "4.0.5",

View file

@ -1,6 +1,6 @@
{
"name": "@treejs/auth",
"version": "0.9.0",
"version": "0.9.1",
"description": "",
"author": "romanjaros <jarosr93@gmail.com>",
"license": "ISC",
@ -10,8 +10,8 @@
"ci:publish": "cp package.json dist && cd dist/ && npm publish && rm package.json"
},
"dependencies": {
"@treejs/constants": "^0.9.0",
"@treejs/types": "^0.9.0"
"@treejs/constants": "^0.9.1",
"@treejs/types": "^0.9.1"
},
"peerDependencies": {
"redux": "4.0.5",

View file

@ -1,6 +1,6 @@
{
"name": "@treejs/components",
"version": "0.9.0",
"version": "0.9.1",
"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.9.0",
"@treejs/hooks": "^0.9.0",
"@treejs/types": "^0.9.0",
"@treejs/utils": "^0.9.0",
"@treejs/constants": "^0.9.1",
"@treejs/hooks": "^0.9.1",
"@treejs/types": "^0.9.1",
"@treejs/utils": "^0.9.1",
"vanilla-masker": "^1.2.0"
},
"devDependencies": {

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "@treejs/forms",
"version": "0.9.0",
"version": "0.9.1",
"description": "",
"author": "romanjaros <jarosr93@gmail.com>",
"license": "ISC",
@ -11,9 +11,9 @@
},
"dependencies": {
"@hookform/resolvers": "^1.3.5",
"@treejs/components": "^0.9.0",
"@treejs/types": "^0.9.0",
"@treejs/utils": "^0.9.0",
"@treejs/components": "^0.9.1",
"@treejs/types": "^0.9.1",
"@treejs/utils": "^0.9.1",
"react-hook-form": "6.15.4"
},
"peerDependencies": {

View file

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

View file

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

View file

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

View file

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

View file

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