From f35f225ac282195d0473993cc792179b0b0c6ebc Mon Sep 17 00:00:00 2001 From: Aliaksei_Manetau Date: Tue, 18 Jan 2022 18:10:08 +0200 Subject: [PATCH] v4.5.2 --- app/package.json | 20 ++++++++++---------- draft-rte/package.json | 10 +++++----- edu-core-routing/package.json | 4 ++-- epam-assets/package.json | 2 +- epam-promo/package.json | 10 +++++----- extra/package.json | 12 ++++++------ lerna.json | 2 +- loveship/package.json | 10 +++++----- uui-build/package.json | 2 +- uui-components/package.json | 4 ++-- uui-db/package.json | 6 +++--- uui-docs/package.json | 6 +++--- uui-editor/package.json | 8 ++++---- uui-timeline/package.json | 6 +++--- uui/package.json | 2 +- 15 files changed, 52 insertions(+), 52 deletions(-) diff --git a/app/package.json b/app/package.json index 5fc8274819..0919ec933e 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "@epam/app", - "version": "4.5.1", + "version": "4.5.2", "description": "EPAM Unified UI landing", "author": "EPAM", "license": "MIT", @@ -14,16 +14,16 @@ "server": "node ../server/app.js" }, "dependencies": { - "@epam/assets": "4.5.1", + "@epam/assets": "4.5.2", "@epam/internal": "0.0.1", - "@epam/loveship": "4.5.1", - "@epam/promo": "4.5.1", - "@epam/uui": "4.5.1", - "@epam/uui-components": "4.5.1", - "@epam/uui-db": "4.5.1", - "@epam/uui-docs": "4.5.1", - "@epam/uui-editor": "4.5.1", - "@epam/uui-timeline": "4.5.1", + "@epam/loveship": "4.5.2", + "@epam/promo": "4.5.2", + "@epam/uui": "4.5.2", + "@epam/uui-components": "4.5.2", + "@epam/uui-db": "4.5.2", + "@epam/uui-docs": "4.5.2", + "@epam/uui-editor": "4.5.2", + "@epam/uui-timeline": "4.5.2", "amplitude-js": "8.9.1", "classnames": "2.2.6", "codesandbox": "2.2.3", diff --git a/draft-rte/package.json b/draft-rte/package.json index 7391993576..772c0ad320 100644 --- a/draft-rte/package.json +++ b/draft-rte/package.json @@ -1,6 +1,6 @@ { "name": "@epam/draft-rte", - "version": "4.5.1", + "version": "4.5.2", "author": "EPAM", "license": "MIT", "main": "index.js", @@ -10,10 +10,10 @@ "prepublish": "yarn build" }, "dependencies": { - "@epam/assets": "4.5.1", - "@epam/loveship": "4.5.1", - "@epam/uui": "4.5.1", - "@epam/uui-components": "4.5.1", + "@epam/assets": "4.5.2", + "@epam/loveship": "4.5.2", + "@epam/uui": "4.5.2", + "@epam/uui-components": "4.5.2", "@types/draft-js": "0.10.23", "classnames": "^2.2.6", "draft-convert": "^2.1.2", diff --git a/edu-core-routing/package.json b/edu-core-routing/package.json index ec646a7515..c3bcaec214 100644 --- a/edu-core-routing/package.json +++ b/edu-core-routing/package.json @@ -1,6 +1,6 @@ { "name": "@epam/edu-core-routing", - "version": "4.5.1", + "version": "4.5.2", "description": "EPAM Edu Core Routing", "author": "EPAM", "license": "MIT", @@ -16,7 +16,7 @@ "react-dom": ">=16.0.0" }, "dependencies": { - "@epam/uui": "4.5.1", + "@epam/uui": "4.5.2", "jsurl": "0.1.5", "lodash.clone": "4.5.0", "lodash.merge": "4.6.2", diff --git a/epam-assets/package.json b/epam-assets/package.json index d19ecc9b70..37e68dbb07 100644 --- a/epam-assets/package.json +++ b/epam-assets/package.json @@ -1,6 +1,6 @@ { "name": "@epam/assets", - "version": "4.5.1", + "version": "4.5.2", "description": "EPAM Assets Library", "author": "EPAM", "license": "MIT", diff --git a/epam-promo/package.json b/epam-promo/package.json index e8f105435f..240b9e38d1 100644 --- a/epam-promo/package.json +++ b/epam-promo/package.json @@ -1,6 +1,6 @@ { "name": "@epam/promo", - "version": "4.5.1", + "version": "4.5.2", "description": "EPAM UUI4 components set", "author": "EPAM", "license": "MIT", @@ -11,9 +11,9 @@ "prepublish": "yarn build" }, "dependencies": { - "@epam/assets": "4.5.1", - "@epam/uui": "4.5.1", - "@epam/uui-components": "4.5.1", + "@epam/assets": "4.5.2", + "@epam/uui": "4.5.2", + "@epam/uui-components": "4.5.2", "@types/classnames": "2.2.6", "@types/lodash.isequal": "4.5.5", "@types/lodash.sortby": "4.7.6", @@ -26,7 +26,7 @@ "react-popper": "2.2.5" }, "devDependencies": { - "@epam/uui-docs": "4.5.1", + "@epam/uui-docs": "4.5.2", "@types/react-test-renderer": "17.0.1", "@wojtekmaj/enzyme-adapter-react-17": "^0.6.2", "enzyme": "^3.9.0", diff --git a/extra/package.json b/extra/package.json index 2d067a5291..54cdba173f 100644 --- a/extra/package.json +++ b/extra/package.json @@ -1,6 +1,6 @@ { "name": "@epam/uui-extra", - "version": "4.5.1", + "version": "4.5.2", "description": "EPAM UUI components set branded with 'loveship' style", "author": "EPAM", "license": "MIT", @@ -10,10 +10,10 @@ "build": "node ../uui-build/scripts/buildModule" }, "dependencies": { - "@epam/assets": "4.5.1", - "@epam/loveship": "4.5.1", - "@epam/uui": "4.5.1", - "@epam/uui-components": "4.5.1", + "@epam/assets": "4.5.2", + "@epam/loveship": "4.5.2", + "@epam/uui": "4.5.2", + "@epam/uui-components": "4.5.2", "@types/shallowequal": "^1.1.1", "immutable": "3.8.2", "shallowequal": "^1.1.0" @@ -27,7 +27,7 @@ "react-dom": ">=16.0.0" }, "optionalDependencies": { - "@epam/uui-docs": "4.5.1" + "@epam/uui-docs": "4.5.2" }, "repository": { "type": "git", diff --git a/lerna.json b/lerna.json index b578fbce6e..5d50efaff4 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "4.5.1", + "version": "4.5.2", "npmClient": "yarn", "useWorkspaces": true, "exact": true diff --git a/loveship/package.json b/loveship/package.json index 1ecb5dd593..23ac751dea 100644 --- a/loveship/package.json +++ b/loveship/package.json @@ -1,6 +1,6 @@ { "name": "@epam/loveship", - "version": "4.5.1", + "version": "4.5.2", "description": "EPAM UUI components set branded with 'loveship' style", "author": "EPAM", "license": "MIT", @@ -11,9 +11,9 @@ "prepublish": "yarn build" }, "dependencies": { - "@epam/assets": "4.5.1", - "@epam/uui": "4.5.1", - "@epam/uui-components": "4.5.1", + "@epam/assets": "4.5.2", + "@epam/uui": "4.5.2", + "@epam/uui-components": "4.5.2", "@types/classnames": "2.2.6", "@types/lodash.isequal": "4.5.5", "@types/lodash.sortby": "4.7.6", @@ -26,7 +26,7 @@ "react-popper": "2.2.5" }, "devDependencies": { - "@epam/uui-docs": "4.5.1", + "@epam/uui-docs": "4.5.2", "@types/react-test-renderer": "17.0.1", "enzyme": "3.11.0", "enzyme-adapter-react-16": "1.15.5", diff --git a/uui-build/package.json b/uui-build/package.json index 51190c3a0d..6c9c12318b 100644 --- a/uui-build/package.json +++ b/uui-build/package.json @@ -1,6 +1,6 @@ { "name": "@epam/uui-build", - "version": "4.5.1", + "version": "4.5.2", "scripts": { "build": "node ../uui-build/scripts/buildModule", "generate-components-api": "ts-node getComponentsPropsSet.ts", diff --git a/uui-components/package.json b/uui-components/package.json index b718677df1..804e3b30a4 100644 --- a/uui-components/package.json +++ b/uui-components/package.json @@ -1,6 +1,6 @@ { "name": "@epam/uui-components", - "version": "4.5.1", + "version": "4.5.2", "description": "EPAM UUI Components", "author": "EPAM", "license": "MIT", @@ -11,7 +11,7 @@ "prepublish": "yarn build" }, "dependencies": { - "@epam/uui": "4.5.1", + "@epam/uui": "4.5.2", "@popperjs/core": "2.9.0", "@types/classnames": "2.2.6", "@types/lodash.clone": "4.5.6", diff --git a/uui-db/package.json b/uui-db/package.json index b42833c54f..009337f94e 100644 --- a/uui-db/package.json +++ b/uui-db/package.json @@ -1,6 +1,6 @@ { "name": "@epam/uui-db", - "version": "4.5.1", + "version": "4.5.2", "description": "UUI - client-side relational state cache", "author": "EPAM", "license": "MIT", @@ -13,7 +13,7 @@ "prepublish": "yarn build" }, "dependencies": { - "@epam/uui": "4.5.1", + "@epam/uui": "4.5.2", "@types/lodash.countby": "4.6.6", "@types/lodash.filter": "4.6.6", "@types/lodash.foreach": "4.5.6", @@ -59,7 +59,7 @@ "react-dom": ">=16.0.0" }, "optionalDependencies": { - "@epam/uui-docs": "4.5.1" + "@epam/uui-docs": "4.5.2" }, "repository": { "type": "git", diff --git a/uui-docs/package.json b/uui-docs/package.json index 5b85f51e34..5457c69e3b 100644 --- a/uui-docs/package.json +++ b/uui-docs/package.json @@ -1,6 +1,6 @@ { "name": "@epam/uui-docs", - "version": "4.5.1", + "version": "4.5.2", "description": "EPAM UUI Documentation infrastructure", "author": "EPAM", "license": "MIT", @@ -11,8 +11,8 @@ "prepublish": "yarn build" }, "dependencies": { - "@epam/uui": "4.5.1", - "@epam/uui-components": "4.5.1", + "@epam/uui": "4.5.2", + "@epam/uui-components": "4.5.2", "@types/classnames": "2.2.6", "classnames": "^2.2.6" }, diff --git a/uui-editor/package.json b/uui-editor/package.json index b94f5998be..d64248a46d 100644 --- a/uui-editor/package.json +++ b/uui-editor/package.json @@ -1,6 +1,6 @@ { "name": "@epam/uui-editor", - "version": "4.5.1", + "version": "4.5.2", "author": "EPAM", "license": "MIT", "main": "index.js", @@ -12,9 +12,9 @@ "dependencies": { "@braintree/sanitize-url": "4.0.1", "@convertkit/slate-lists": "0.2.2", - "@epam/assets": "4.5.1", - "@epam/uui": "4.5.1", - "@epam/uui-components": "4.5.1", + "@epam/assets": "4.5.2", + "@epam/uui": "4.5.2", + "@epam/uui-components": "4.5.2", "@mercuriya/slate-linkify": "0.1.2", "@popperjs/core": "2.9.0", "@types/lodash.flatten": "4.4.6", diff --git a/uui-timeline/package.json b/uui-timeline/package.json index 5f1627eb2f..301fa80043 100644 --- a/uui-timeline/package.json +++ b/uui-timeline/package.json @@ -1,6 +1,6 @@ { "name": "@epam/uui-timeline", - "version": "4.5.1", + "version": "4.5.2", "author": "EPAM", "license": "MIT", "main": "index.js", @@ -10,8 +10,8 @@ "prepublish": "yarn build" }, "dependencies": { - "@epam/uui": "4.5.1", - "@epam/uui-components": "4.5.1", + "@epam/uui": "4.5.2", + "@epam/uui-components": "4.5.2", "@types/lodash.sortby": "4.7.6", "@types/lodash.sortedindex": "4.1.6", "classnames": "^2.2.6", diff --git a/uui/package.json b/uui/package.json index b9cfad5b44..a68c981259 100644 --- a/uui/package.json +++ b/uui/package.json @@ -1,6 +1,6 @@ { "name": "@epam/uui", - "version": "4.5.1", + "version": "4.5.2", "description": "EPAM UUI", "author": "EPAM", "license": "MIT",