RELEASE;New version 0.6.3
This commit is contained in:
parent
a1b2253745
commit
ef52d6411d
12 changed files with 34 additions and 34 deletions
|
@ -3,5 +3,5 @@
|
|||
"packages/*"
|
||||
],
|
||||
"npmClient": "npm",
|
||||
"version": "0.6.2"
|
||||
"version": "0.6.3"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "documentation",
|
||||
"version": "0.6.2",
|
||||
"version": "0.6.3",
|
||||
"description": "",
|
||||
"author": "romanjaros <jarosr93@gmail.com>",
|
||||
"license": "ISC",
|
||||
|
@ -10,15 +10,15 @@
|
|||
"build": "webpack --mode production --config ../../config/webpack.config.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@treejs/api": "^0.6.2",
|
||||
"@treejs/auth": "^0.6.2",
|
||||
"@treejs/components": "^0.6.2",
|
||||
"@treejs/constants": "^0.6.2",
|
||||
"@treejs/forms": "^0.6.2",
|
||||
"@treejs/localization": "^0.6.2",
|
||||
"@treejs/styles": "^0.6.2",
|
||||
"@treejs/types": "^0.6.2",
|
||||
"@treejs/utils": "^0.6.2"
|
||||
"@treejs/api": "^0.6.3",
|
||||
"@treejs/auth": "^0.6.3",
|
||||
"@treejs/components": "^0.6.3",
|
||||
"@treejs/constants": "^0.6.3",
|
||||
"@treejs/forms": "^0.6.3",
|
||||
"@treejs/localization": "^0.6.3",
|
||||
"@treejs/styles": "^0.6.3",
|
||||
"@treejs/types": "^0.6.3",
|
||||
"@treejs/utils": "^0.6.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"key-mirror": "^1.0.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@treejs/api",
|
||||
"version": "0.6.2",
|
||||
"version": "0.6.3",
|
||||
"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.6.2",
|
||||
"@treejs/constants": "^0.6.2",
|
||||
"@treejs/types": "^0.6.2",
|
||||
"@treejs/utils": "^0.6.2"
|
||||
"@treejs/auth": "^0.6.3",
|
||||
"@treejs/constants": "^0.6.3",
|
||||
"@treejs/types": "^0.6.3",
|
||||
"@treejs/utils": "^0.6.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"redux": "4.0.5",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@treejs/auth",
|
||||
"version": "0.6.2",
|
||||
"version": "0.6.3",
|
||||
"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.6.2",
|
||||
"@treejs/types": "^0.6.2"
|
||||
"@treejs/constants": "^0.6.3",
|
||||
"@treejs/types": "^0.6.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"redux": "4.0.5",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@treejs/components",
|
||||
"version": "0.6.2",
|
||||
"version": "0.6.3",
|
||||
"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.6.2",
|
||||
"@treejs/hooks": "^0.6.2",
|
||||
"@treejs/types": "^0.6.2",
|
||||
"@treejs/utils": "^0.6.2"
|
||||
"@treejs/constants": "^0.6.3",
|
||||
"@treejs/hooks": "^0.6.3",
|
||||
"@treejs/types": "^0.6.3",
|
||||
"@treejs/utils": "^0.6.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/classnames": "^2.2.11"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@treejs/constants",
|
||||
"version": "0.6.2",
|
||||
"version": "0.6.3",
|
||||
"description": "",
|
||||
"author": "romanjaros <jarosr93@gmail.com>",
|
||||
"license": "ISC",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@treejs/forms",
|
||||
"version": "0.6.2",
|
||||
"version": "0.6.3",
|
||||
"description": "",
|
||||
"author": "romanjaros <jarosr93@gmail.com>",
|
||||
"license": "ISC",
|
||||
|
@ -11,9 +11,9 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@hookform/resolvers": "^1.3.5",
|
||||
"@treejs/components": "^0.6.2",
|
||||
"@treejs/types": "^0.6.2",
|
||||
"@treejs/utils": "^0.6.2",
|
||||
"@treejs/components": "^0.6.3",
|
||||
"@treejs/types": "^0.6.3",
|
||||
"@treejs/utils": "^0.6.3",
|
||||
"react-hook-form": "6.15.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@treejs/hooks",
|
||||
"version": "0.6.2",
|
||||
"version": "0.6.3",
|
||||
"description": "",
|
||||
"author": "romanjaros <jarosr93@gmail.com>",
|
||||
"license": "ISC",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@treejs/localization",
|
||||
"version": "0.6.2",
|
||||
"version": "0.6.3",
|
||||
"description": "",
|
||||
"author": "romanjaros <jarosr93@gmail.com>",
|
||||
"license": "ISC",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@treejs/styles",
|
||||
"version": "0.6.2",
|
||||
"version": "0.6.3",
|
||||
"description": "",
|
||||
"author": "romanjaros <jarosr93@gmail.com>",
|
||||
"license": "ISC",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@treejs/types",
|
||||
"version": "0.6.2",
|
||||
"version": "0.6.3",
|
||||
"description": "",
|
||||
"author": "romanjaros <jarosr93@gmail.com>",
|
||||
"license": "ISC",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@treejs/utils",
|
||||
"version": "0.6.2",
|
||||
"version": "0.6.3",
|
||||
"description": "",
|
||||
"author": "romanjaros <jarosr93@gmail.com>",
|
||||
"license": "ISC",
|
||||
|
|
Loading…
Add table
Reference in a new issue