RELEASE;New version 0.4.2

This commit is contained in:
CI 2021-02-23 05:45:56 +00:00
parent 61f0d4774c
commit a37af96941
12 changed files with 33 additions and 33 deletions

View file

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

View file

@ -1,6 +1,6 @@
{ {
"name": "documentation", "name": "documentation",
"version": "0.4.1", "version": "0.4.2",
"description": "", "description": "",
"author": "romanjaros <jarosr93@gmail.com>", "author": "romanjaros <jarosr93@gmail.com>",
"license": "ISC", "license": "ISC",
@ -10,15 +10,15 @@
"build": "webpack --mode production --config ../../config/webpack.config.js" "build": "webpack --mode production --config ../../config/webpack.config.js"
}, },
"dependencies": { "dependencies": {
"@treejs/api": "^0.4.1", "@treejs/api": "^0.4.2",
"@treejs/auth": "^0.4.1", "@treejs/auth": "^0.4.2",
"@treejs/components": "^0.4.1", "@treejs/components": "^0.4.2",
"@treejs/constants": "^0.4.1", "@treejs/constants": "^0.4.2",
"@treejs/forms": "^0.4.1", "@treejs/forms": "^0.4.2",
"@treejs/localization": "^0.4.1", "@treejs/localization": "^0.4.2",
"@treejs/styles": "^0.4.1", "@treejs/styles": "^0.4.2",
"@treejs/types": "^0.4.1", "@treejs/types": "^0.4.2",
"@treejs/utils": "^0.4.1" "@treejs/utils": "^0.4.2"
}, },
"peerDependencies": { "peerDependencies": {
"key-mirror": "^1.0.1", "key-mirror": "^1.0.1",

View file

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

View file

@ -1,6 +1,6 @@
{ {
"name": "@treejs/auth", "name": "@treejs/auth",
"version": "0.4.1", "version": "0.4.2",
"description": "", "description": "",
"author": "romanjaros <jarosr93@gmail.com>", "author": "romanjaros <jarosr93@gmail.com>",
"license": "ISC", "license": "ISC",
@ -10,8 +10,8 @@
"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.4.1", "@treejs/constants": "^0.4.2",
"@treejs/types": "^0.4.1" "@treejs/types": "^0.4.2"
}, },
"peerDependencies": { "peerDependencies": {
"redux": "4.0.5", "redux": "4.0.5",

View file

@ -1,6 +1,6 @@
{ {
"name": "@treejs/components", "name": "@treejs/components",
"version": "0.4.1", "version": "0.4.2",
"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.4.1", "@treejs/constants": "^0.4.2",
"@treejs/hooks": "^0.4.1", "@treejs/hooks": "^0.4.2",
"@treejs/types": "^0.4.1", "@treejs/types": "^0.4.2",
"@treejs/utils": "^0.4.1" "@treejs/utils": "^0.4.2"
}, },
"devDependencies": { "devDependencies": {
"@types/classnames": "^2.2.11" "@types/classnames": "^2.2.11"

View file

@ -1,6 +1,6 @@
{ {
"name": "@treejs/constants", "name": "@treejs/constants",
"version": "0.4.1", "version": "0.4.2",
"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.4.1", "version": "0.4.2",
"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/components": "^0.4.1", "@treejs/components": "^0.4.2",
"@treejs/types": "^0.4.1", "@treejs/types": "^0.4.2",
"@treejs/utils": "^0.4.1", "@treejs/utils": "^0.4.2",
"formik": "2.1.5" "formik": "2.1.5"
}, },
"peerDependencies": { "peerDependencies": {

View file

@ -1,6 +1,6 @@
{ {
"name": "@treejs/hooks", "name": "@treejs/hooks",
"version": "0.4.1", "version": "0.4.2",
"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.4.1", "version": "0.4.2",
"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.4.1", "version": "0.4.2",
"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.4.1", "version": "0.4.2",
"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.4.1", "version": "0.4.2",
"description": "", "description": "",
"author": "romanjaros <jarosr93@gmail.com>", "author": "romanjaros <jarosr93@gmail.com>",
"license": "ISC", "license": "ISC",