diff --git a/app/package-lock.json b/app/package-lock.json index b224249d44..41fb342abc 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -1,6 +1,6 @@ { "name": "@epam/app", - "version": "4.2.0", + "version": "4.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/app/package.json b/app/package.json index cc693e4ebf..c90ae58c82 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "@epam/app", - "version": "4.2.0", + "version": "4.2.1", "description": "EPAM Unified UI landing", "author": "EPAM", "license": "MIT", @@ -16,13 +16,13 @@ "dependencies": { "@epam/assets": "4.0.0", "@epam/internal": "0.0.1", - "@epam/loveship": "4.2.0", - "@epam/promo": "4.2.0", - "@epam/uui": "4.2.0", - "@epam/uui-components": "4.2.0", - "@epam/uui-db": "4.2.0", - "@epam/uui-editor": "4.2.0", - "@epam/uui-timeline": "4.2.0", + "@epam/loveship": "4.2.1", + "@epam/promo": "4.2.1", + "@epam/uui": "4.2.1", + "@epam/uui-components": "4.2.1", + "@epam/uui-db": "4.2.1", + "@epam/uui-editor": "4.2.1", + "@epam/uui-timeline": "4.2.1", "amplitude-js": "7.4.1", "classnames": "2.2.6", "codesandbox": "2.2.3", @@ -47,7 +47,7 @@ "slate": "0.47.9" }, "optionalDependencies": { - "@epam/uui-docs": "4.2.0" + "@epam/uui-docs": "4.2.1" }, "browserslist": { "production": [ diff --git a/draft-rte/package.json b/draft-rte/package.json index 649500a1af..126b60d58e 100644 --- a/draft-rte/package.json +++ b/draft-rte/package.json @@ -1,6 +1,6 @@ { "name": "@epam/draft-rte", - "version": "4.2.0", + "version": "4.2.1", "author": "EPAM", "license": "MIT", "main": "index.js", @@ -11,9 +11,9 @@ }, "dependencies": { "@epam/assets": "4.0.0", - "@epam/loveship": "4.2.0", - "@epam/uui": "4.2.0", - "@epam/uui-components": "4.2.0", + "@epam/loveship": "4.2.1", + "@epam/uui": "4.2.1", + "@epam/uui-components": "4.2.1", "@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 4aeed9534c..2bfddf3ddf 100644 --- a/edu-core-routing/package.json +++ b/edu-core-routing/package.json @@ -1,6 +1,6 @@ { "name": "@epam/edu-core-routing", - "version": "4.2.0", + "version": "4.2.1", "description": "EPAM Edu Core Routing", "author": "EPAM", "license": "MIT", @@ -16,7 +16,7 @@ "react-dom": ">=16.0.0" }, "dependencies": { - "@epam/uui": "4.2.0", + "@epam/uui": "4.2.1", "jsurl": "0.1.5", "lodash.clone": "4.5.0", "lodash.merge": "4.6.2", diff --git a/epam-promo/package.json b/epam-promo/package.json index 37ad249f1d..b075336b87 100644 --- a/epam-promo/package.json +++ b/epam-promo/package.json @@ -1,6 +1,6 @@ { "name": "@epam/promo", - "version": "4.2.0", + "version": "4.2.1", "description": "EPAM UUI4 components set", "author": "EPAM", "license": "MIT", @@ -12,8 +12,8 @@ }, "dependencies": { "@epam/assets": "4.0.0", - "@epam/uui": "4.2.0", - "@epam/uui-components": "4.2.0", + "@epam/uui": "4.2.1", + "@epam/uui-components": "4.2.1", "@types/classnames": "2.2.6", "@types/lodash.isequal": "4.5.5", "@types/lodash.sortby": "4.7.6", @@ -39,7 +39,7 @@ "react-dom": ">=16.0.0" }, "optionalDependencies": { - "@epam/uui-docs": "4.2.0" + "@epam/uui-docs": "4.2.1" }, "repository": { "type": "git", diff --git a/extra/package.json b/extra/package.json index 4907b28529..b73c5d907d 100644 --- a/extra/package.json +++ b/extra/package.json @@ -1,6 +1,6 @@ { "name": "@epam/uui-extra", - "version": "4.2.0", + "version": "4.2.1", "description": "EPAM UUI components set branded with 'loveship' style", "author": "EPAM", "license": "MIT", @@ -11,9 +11,9 @@ }, "dependencies": { "@epam/assets": "4.0.0", - "@epam/loveship": "4.2.0", - "@epam/uui": "4.2.0", - "@epam/uui-components": "4.2.0", + "@epam/loveship": "4.2.1", + "@epam/uui": "4.2.1", + "@epam/uui-components": "4.2.1", "@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.2.0" + "@epam/uui-docs": "4.2.1" }, "repository": { "type": "git", diff --git a/lerna.json b/lerna.json index b42c72e135..433566ef2d 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "4.2.0", + "version": "4.2.1", "npmClient": "yarn", "useWorkspaces": true, "exact": true diff --git a/loveship/package.json b/loveship/package.json index 5fd46c819d..205252263d 100644 --- a/loveship/package.json +++ b/loveship/package.json @@ -1,6 +1,6 @@ { "name": "@epam/loveship", - "version": "4.2.0", + "version": "4.2.1", "description": "EPAM UUI components set branded with 'loveship' style", "author": "EPAM", "license": "MIT", @@ -12,8 +12,8 @@ }, "dependencies": { "@epam/assets": "4.0.0", - "@epam/uui": "4.2.0", - "@epam/uui-components": "4.2.0", + "@epam/uui": "4.2.1", + "@epam/uui-components": "4.2.1", "@types/classnames": "2.2.6", "@types/lodash.isequal": "4.5.5", "@types/lodash.sortby": "4.7.6", @@ -38,7 +38,7 @@ "react-dom": ">=16.0.0" }, "optionalDependencies": { - "@epam/uui-docs": "4.2.0" + "@epam/uui-docs": "4.2.1" }, "repository": { "type": "git", diff --git a/uui-components/package.json b/uui-components/package.json index 31df805abc..0984642174 100644 --- a/uui-components/package.json +++ b/uui-components/package.json @@ -1,6 +1,6 @@ { "name": "@epam/uui-components", - "version": "4.2.0", + "version": "4.2.1", "description": "EPAM UUI Components", "author": "EPAM", "license": "MIT", @@ -11,7 +11,7 @@ "prepublish": "yarn build" }, "dependencies": { - "@epam/uui": "4.2.0", + "@epam/uui": "4.2.1", "@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 fb55cdfa0f..353c9950c8 100644 --- a/uui-db/package.json +++ b/uui-db/package.json @@ -1,6 +1,6 @@ { "name": "@epam/uui-db", - "version": "4.2.0", + "version": "4.2.1", "description": "UUI - client-side relational state cache", "author": "EPAM", "license": "MIT", @@ -13,7 +13,7 @@ "prepublish": "yarn build" }, "dependencies": { - "@epam/uui": "4.2.0", + "@epam/uui": "4.2.1", "@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.2.0" + "@epam/uui-docs": "4.2.1" }, "repository": { "type": "git", diff --git a/uui-docs/package.json b/uui-docs/package.json index 42ba059031..01fff3945a 100644 --- a/uui-docs/package.json +++ b/uui-docs/package.json @@ -1,6 +1,6 @@ { "name": "@epam/uui-docs", - "version": "4.2.0", + "version": "4.2.1", "description": "EPAM UUI Documentation infrastructure", "author": "EPAM", "license": "MIT", @@ -11,8 +11,8 @@ "prepublish": "yarn build" }, "dependencies": { - "@epam/uui": "4.2.0", - "@epam/uui-components": "4.2.0", + "@epam/uui": "4.2.1", + "@epam/uui-components": "4.2.1", "@types/classnames": "2.2.6", "classnames": "^2.2.6" }, diff --git a/uui-editor/package.json b/uui-editor/package.json index e2577e97ed..d10b87eed4 100644 --- a/uui-editor/package.json +++ b/uui-editor/package.json @@ -1,6 +1,6 @@ { "name": "@epam/uui-editor", - "version": "4.2.0", + "version": "4.2.1", "author": "EPAM", "license": "MIT", "main": "index.js", @@ -13,8 +13,8 @@ "@braintree/sanitize-url": "4.0.1", "@convertkit/slate-lists": "0.2.2", "@epam/assets": "4.0.0", - "@epam/uui": "4.2.0", - "@epam/uui-components": "4.2.0", + "@epam/uui": "4.2.1", + "@epam/uui-components": "4.2.1", "@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 a86b471dfe..ae4f567b0e 100644 --- a/uui-timeline/package.json +++ b/uui-timeline/package.json @@ -1,6 +1,6 @@ { "name": "@epam/uui-timeline", - "version": "4.2.0", + "version": "4.2.1", "author": "EPAM", "license": "MIT", "main": "index.js", @@ -10,8 +10,8 @@ "prepublish": "yarn build" }, "dependencies": { - "@epam/uui": "4.2.0", - "@epam/uui-components": "4.2.0", + "@epam/uui": "4.2.1", + "@epam/uui-components": "4.2.1", "@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 b9ea4915dd..a6c3bc0454 100644 --- a/uui/package.json +++ b/uui/package.json @@ -1,6 +1,6 @@ { "name": "@epam/uui", - "version": "4.2.0", + "version": "4.2.1", "description": "EPAM UUI", "author": "EPAM", "license": "MIT",