diff --git a/CHANGELOG.md b/CHANGELOG.md index 376ae581..a0c6fcb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/cli/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/cli/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.8](https://github.com/lskjs/cli/compare/v2.7.7...v2.7.8) (2024-03-04) diff --git a/lerna.json b/lerna.json index 01d2f5d8..3d8b20d3 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.7.8", + "version": "2.8.0", "packages": [ "packages/*" ], diff --git a/packages/add-to-calendar/CHANGELOG.md b/packages/add-to-calendar/CHANGELOG.md index 8dcafff5..b53851a8 100644 --- a/packages/add-to-calendar/CHANGELOG.md +++ b/packages/add-to-calendar/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/add-to-calendar/package-lock.json b/packages/add-to-calendar/package-lock.json index 34226573..6acec711 100644 --- a/packages/add-to-calendar/package-lock.json +++ b/packages/add-to-calendar/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/add-to-calendar", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/add-to-calendar/package.json b/packages/add-to-calendar/package.json index 0c7980eb..c14fa672 100644 --- a/packages/add-to-calendar/package.json +++ b/packages/add-to-calendar/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/add-to-calendar", - "version": "2.7.5", + "version": "2.8.0", "description": "LSK ux subrepo: extra", "keywords": [], "repository": "https://github.com/lskjs/ux/tree/master/packages/extra", @@ -25,7 +25,7 @@ }, "devDependencies": { "@lskjs/button": "2.3.0-beta.4", - "@lskjs/dev": "2.7.5", + "@lskjs/dev": "2.8.0", "prop-types": "15.7.2", "react": "16.13.1" }, diff --git a/packages/article/CHANGELOG.md b/packages/article/CHANGELOG.md index 7ded245a..7a1b35b1 100644 --- a/packages/article/CHANGELOG.md +++ b/packages/article/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/article/package-lock.json b/packages/article/package-lock.json index 88888a3c..96fbc0eb 100644 --- a/packages/article/package-lock.json +++ b/packages/article/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/article", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/article/package.json b/packages/article/package.json index 9998ebf7..16e04a08 100644 --- a/packages/article/package.json +++ b/packages/article/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/article", - "version": "2.7.5", + "version": "2.8.0", "description": "LSK ux subrepo: article", "keywords": [], "repository": "https://github.com/lskjs/ux/tree/master/packages/article", @@ -19,16 +19,16 @@ "watch": "lsk run watch" }, "dependencies": { - "@lskjs/image": "2.7.5", - "@lskjs/link": "2.7.5", - "@lskjs/theme": "2.7.5", - "@lskjs/typo": "2.7.5", + "@lskjs/image": "2.8.0", + "@lskjs/link": "2.8.0", + "@lskjs/theme": "2.8.0", + "@lskjs/typo": "2.8.0", "react-markdown": "4.3.1" }, "devDependencies": { "@emotion/core": "10.0.27", "@emotion/styled": "10.0.27", - "@lskjs/dev": "2.7.5", + "@lskjs/dev": "2.8.0", "emotion": "10.0.27", "react": "16.8.6" }, diff --git a/packages/avatar/CHANGELOG.md b/packages/avatar/CHANGELOG.md index 70fad509..1348acf7 100644 --- a/packages/avatar/CHANGELOG.md +++ b/packages/avatar/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/avatar/package-lock.json b/packages/avatar/package-lock.json index 647c1d64..8f85e1ed 100644 --- a/packages/avatar/package-lock.json +++ b/packages/avatar/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/avatar", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/avatar/package.json b/packages/avatar/package.json index d548a731..573ad4e3 100644 --- a/packages/avatar/package.json +++ b/packages/avatar/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/avatar", - "version": "2.7.5", + "version": "2.8.0", "description": "LSK ux subrepo: avatar", "keywords": [], "repository": "https://github.com/lskjs/ux/tree/master/packages/avatar", @@ -19,13 +19,13 @@ "watch": "lsk run watch" }, "dependencies": { - "@lskjs/link": "2.7.5", + "@lskjs/link": "2.8.0", "lodash": "4.17.20", "prop-types": "15.7.2", "react-image-fallback": "8.0.0" }, "devDependencies": { - "@lskjs/dev": "2.7.5", + "@lskjs/dev": "2.8.0", "react": "16.8.6" }, "peerDependencies": { diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index 71f4b6fc..87703573 100644 --- a/packages/button/CHANGELOG.md +++ b/packages/button/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.6](https://github.com/lskjs/ux/compare/v2.7.5...v2.7.6) (2024-03-04) diff --git a/packages/button/package-lock.json b/packages/button/package-lock.json index 7e6f3ca0..12708de3 100644 --- a/packages/button/package-lock.json +++ b/packages/button/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/button", - "version": "2.7.6", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/button/package.json b/packages/button/package.json index a2d1463e..72b20efc 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/button", - "version": "2.7.6", + "version": "2.8.0", "description": "LSK ux subrepo: button", "keywords": [ "Buttons", @@ -26,7 +26,7 @@ "@emotion/core": "10.0.27", "@emotion/styled": "10.0.27", "@lskjs/autobind": "1.100.1", - "@lskjs/theme": "2.7.5", + "@lskjs/theme": "2.8.0", "@lskjs/utils": "1.99.1", "classnames": "2.2.6", "mobx": "*", @@ -34,7 +34,7 @@ "prop-types": "15.7.2" }, "devDependencies": { - "@lskjs/dev": "2.7.5", + "@lskjs/dev": "2.8.0", "@lskjs/grid": "1.1.41", "antd": "3.26.9", "lodash": "4.17.20", diff --git a/packages/button2/CHANGELOG.md b/packages/button2/CHANGELOG.md index 6219b4c6..50247749 100644 --- a/packages/button2/CHANGELOG.md +++ b/packages/button2/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/button2/package-lock.json b/packages/button2/package-lock.json index ae4415a4..a8724410 100644 --- a/packages/button2/package-lock.json +++ b/packages/button2/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/button2", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/button2/package.json b/packages/button2/package.json index e2da2a4e..05e010e7 100644 --- a/packages/button2/package.json +++ b/packages/button2/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/button2", - "version": "2.7.5", + "version": "2.8.0", "description": "LSK ux subrepo: button", "keywords": [ "Buttons", diff --git a/packages/chat/CHANGELOG.md b/packages/chat/CHANGELOG.md index 82343874..2b8a3cc0 100644 --- a/packages/chat/CHANGELOG.md +++ b/packages/chat/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/chat/package-lock.json b/packages/chat/package-lock.json index 65744d12..e2f95e2c 100644 --- a/packages/chat/package-lock.json +++ b/packages/chat/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/chat", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/chat/package.json b/packages/chat/package.json index 9003ba7b..954610aa 100644 --- a/packages/chat/package.json +++ b/packages/chat/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/chat", - "version": "2.7.5", + "version": "2.8.0", "description": "LSK ux subrepo: chat", "keywords": [], "repository": "https://github.com/lskjs/ux/tree/master/packages/chat", diff --git a/packages/cookie-consent/CHANGELOG.md b/packages/cookie-consent/CHANGELOG.md index 46e00664..d06ed42f 100644 --- a/packages/cookie-consent/CHANGELOG.md +++ b/packages/cookie-consent/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/cookie-consent/package-lock.json b/packages/cookie-consent/package-lock.json index 4ae153ce..4a4f768d 100644 --- a/packages/cookie-consent/package-lock.json +++ b/packages/cookie-consent/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/cookie-consent", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/cookie-consent/package.json b/packages/cookie-consent/package.json index a76e5aae..00f52e79 100644 --- a/packages/cookie-consent/package.json +++ b/packages/cookie-consent/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/cookie-consent", - "version": "2.7.5", + "version": "2.8.0", "description": "LSK ux subrepo: cookie-consent", "keywords": [], "repository": "https://github.com/lskjs/ux/tree/master/packages/cookie-consent", @@ -23,7 +23,7 @@ "prop-types": "15.7.2" }, "devDependencies": { - "@lskjs/dev": "2.7.5", + "@lskjs/dev": "2.8.0", "react": "16.8.6" }, "peerDependencies": { diff --git a/packages/css/CHANGELOG.md b/packages/css/CHANGELOG.md index aafdda05..417ae4d6 100644 --- a/packages/css/CHANGELOG.md +++ b/packages/css/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/css/package-lock.json b/packages/css/package-lock.json index a71948b2..ec39e39b 100644 --- a/packages/css/package-lock.json +++ b/packages/css/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/css", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/css/package.json b/packages/css/package.json index 2d11878d..7edd615c 100644 --- a/packages/css/package.json +++ b/packages/css/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/css", - "version": "2.7.5", + "version": "2.8.0", "description": "LSK ux subrepo: css", "keywords": [], "repository": "https://github.com/lskjs/ux/tree/master/packages/css", diff --git a/packages/dash/CHANGELOG.md b/packages/dash/CHANGELOG.md index e79cae80..5ddec729 100644 --- a/packages/dash/CHANGELOG.md +++ b/packages/dash/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/dash/package-lock.json b/packages/dash/package-lock.json index a14bc8ac..092df171 100644 --- a/packages/dash/package-lock.json +++ b/packages/dash/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/dash", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/dash/package.json b/packages/dash/package.json index 1543edbf..3a470fe5 100644 --- a/packages/dash/package.json +++ b/packages/dash/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/dash", - "version": "2.7.5", + "version": "2.8.0", "description": "LSK.js – Dash – React components for your own dashboard", "keywords": [], "repository": "https://github.com/lskjs/ux/tree/master/packages/dash", @@ -23,15 +23,15 @@ "@lskjs/button2": "^1.36.10", "@lskjs/form": "2.3.0-beta.10", "@lskjs/image": "^1.36.11", - "@lskjs/link": "2.7.5", + "@lskjs/link": "2.8.0", "@lskjs/navbar": "^1.36.11", - "@lskjs/page": "2.7.5", - "@lskjs/scroll": "2.7.5", - "@lskjs/slide": "2.7.5", - "@lskjs/t": "2.7.5", - "@lskjs/theme": "2.7.5", + "@lskjs/page": "2.8.0", + "@lskjs/scroll": "2.8.0", + "@lskjs/slide": "2.8.0", + "@lskjs/t": "2.8.0", + "@lskjs/theme": "2.8.0", "@lskjs/typo": "^1.36.11", - "@lskjs/ui2": "2.7.5", + "@lskjs/ui2": "2.8.0", "formik": "2.2.6", "mobx-react": "7.1.0" }, diff --git a/packages/dashboard/CHANGELOG.md b/packages/dashboard/CHANGELOG.md index 73afee4a..819a4e5a 100644 --- a/packages/dashboard/CHANGELOG.md +++ b/packages/dashboard/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/dashboard/package-lock.json b/packages/dashboard/package-lock.json index 2c83fb0a..36a39caf 100644 --- a/packages/dashboard/package-lock.json +++ b/packages/dashboard/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/dashboard", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index a6cb7278..2dce78b3 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/dashboard", - "version": "2.7.5", + "version": "2.8.0", "description": "LSK ux subrepo: dashboard", "keywords": [], "repository": "https://github.com/lskjs/ux/tree/master/packages/dashboard", @@ -27,11 +27,11 @@ "@emotion/styled": "10.0.27", "@lskjs/autobind": "0.39.0", "@lskjs/button": "2.3.0-beta.4", - "@lskjs/css": "2.7.5", - "@lskjs/dev": "2.7.5", - "@lskjs/modal": "2.7.5", - "@lskjs/theme": "2.7.5", - "@lskjs/ui": "2.7.5", + "@lskjs/css": "2.8.0", + "@lskjs/dev": "2.8.0", + "@lskjs/modal": "2.8.0", + "@lskjs/theme": "2.8.0", + "@lskjs/ui": "2.8.0", "@lskjs/utils": "0.39.0", "antd": "3.17.0", "mobx": "5.9.4", diff --git a/packages/dev/CHANGELOG.md b/packages/dev/CHANGELOG.md index c11ac1bb..52d7b6a8 100644 --- a/packages/dev/CHANGELOG.md +++ b/packages/dev/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/dev/package-lock.json b/packages/dev/package-lock.json index b40b4e1e..31be362f 100644 --- a/packages/dev/package-lock.json +++ b/packages/dev/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/dev", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/dev/package.json b/packages/dev/package.json index 2cbf1662..0dc7137e 100644 --- a/packages/dev/package.json +++ b/packages/dev/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/dev", - "version": "2.7.5", + "version": "2.8.0", "description": "LSK ux subrepo: ui-dev", "keywords": [], "repository": "https://github.com/lskjs/ux/tree/master/packages/ui-dev", @@ -19,8 +19,8 @@ "watch": "lsk run watch" }, "devDependencies": { - "@lskjs/css": "2.7.5", - "@lskjs/theme": "2.7.5", + "@lskjs/css": "2.8.0", + "@lskjs/theme": "2.8.0", "@lskjs/utils": "0.39.0", "emotion": "10.0.27", "emotion-theming": "10.0.27", diff --git a/packages/docs/CHANGELOG.md b/packages/docs/CHANGELOG.md index 0dc21f7a..798f1e5c 100644 --- a/packages/docs/CHANGELOG.md +++ b/packages/docs/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/isuvorov/lib-starter-kit/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/isuvorov/lib-starter-kit/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/isuvorov/lib-starter-kit/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/docs/package-lock.json b/packages/docs/package-lock.json index 86af7e29..d657fe04 100644 --- a/packages/docs/package-lock.json +++ b/packages/docs/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/docs", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/docs/package.json b/packages/docs/package.json index ce55a175..66006d21 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/docs", - "version": "2.7.5", + "version": "2.8.0", "description": "lskjs docs", "keywords": [], "repository": "https://github.com/isuvorov/lib-starter-kit/tree/master/packages/lib1", @@ -20,40 +20,40 @@ "watch": "lsk run watch" }, "dependencies": { - "@lskjs/add-to-calendar": "2.7.5", + "@lskjs/add-to-calendar": "2.8.0", "@lskjs/apiquery": "1.100.1", - "@lskjs/article": "2.7.5", + "@lskjs/article": "2.8.0", "@lskjs/autobind": "1.100.1", - "@lskjs/avatar": "2.7.5", + "@lskjs/avatar": "2.8.0", "@lskjs/button": "2.3.0-beta.4", - "@lskjs/chat": "2.7.5", - "@lskjs/cookie-consent": "2.7.5", - "@lskjs/css": "2.7.5", - "@lskjs/dev": "2.7.5", - "@lskjs/downloads": "2.7.5", - "@lskjs/extra": "2.7.5", - "@lskjs/flag": "2.7.5", + "@lskjs/chat": "2.8.0", + "@lskjs/cookie-consent": "2.8.0", + "@lskjs/css": "2.8.0", + "@lskjs/dev": "2.8.0", + "@lskjs/downloads": "2.8.0", + "@lskjs/extra": "2.8.0", + "@lskjs/flag": "2.8.0", "@lskjs/form": "2.3.0-beta.10", - "@lskjs/grid": "2.7.5", - "@lskjs/gridtable": "2.7.5", - "@lskjs/image": "2.7.5", - "@lskjs/landing": "2.7.5", - "@lskjs/link": "2.7.5", + "@lskjs/grid": "2.8.0", + "@lskjs/gridtable": "2.8.0", + "@lskjs/image": "2.8.0", + "@lskjs/landing": "2.8.0", + "@lskjs/link": "2.8.0", "@lskjs/list": "2.3.0-beta.12", "@lskjs/mobx": "1.100.1", - "@lskjs/modal": "2.7.5", - "@lskjs/navbar": "2.7.5", - "@lskjs/notification": "2.7.5", - "@lskjs/page": "2.7.5", - "@lskjs/progress": "2.7.5", - "@lskjs/scroll": "2.7.5", - "@lskjs/slide": "2.7.5", - "@lskjs/t": "2.7.5", - "@lskjs/tag": "2.7.5", - "@lskjs/theme": "2.7.5", - "@lskjs/typo": "2.7.5", - "@lskjs/ui": "2.7.5", - "@lskjs/ui2": "2.7.5", + "@lskjs/modal": "2.8.0", + "@lskjs/navbar": "2.8.0", + "@lskjs/notification": "2.8.0", + "@lskjs/page": "2.8.0", + "@lskjs/progress": "2.8.0", + "@lskjs/scroll": "2.8.0", + "@lskjs/slide": "2.8.0", + "@lskjs/t": "2.8.0", + "@lskjs/tag": "2.8.0", + "@lskjs/theme": "2.8.0", + "@lskjs/typo": "2.8.0", + "@lskjs/ui": "2.8.0", + "@lskjs/ui2": "2.8.0", "@lskjs/utils": "1.99.1", "antd": "^3.26.20", "axios": "0.19.0", diff --git a/packages/downloads/CHANGELOG.md b/packages/downloads/CHANGELOG.md index 346cc044..204b8708 100644 --- a/packages/downloads/CHANGELOG.md +++ b/packages/downloads/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/downloads/package-lock.json b/packages/downloads/package-lock.json index 50a69502..1aef615a 100644 --- a/packages/downloads/package-lock.json +++ b/packages/downloads/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/downloads", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/downloads/package.json b/packages/downloads/package.json index 84896fd5..a8afc0ca 100644 --- a/packages/downloads/package.json +++ b/packages/downloads/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/downloads", - "version": "2.7.5", + "version": "2.8.0", "description": "LSK ux subrepo: download", "keywords": [], "repository": "https://github.com/lskjs/ux/tree/master/packages/download", @@ -26,10 +26,10 @@ "@emotion/styled": "10.0.27", "@lskjs/autobind": "0.39.0", "@lskjs/button": "2.3.0-beta.4", - "@lskjs/css": "2.7.5", - "@lskjs/dev": "2.7.5", + "@lskjs/css": "2.8.0", + "@lskjs/dev": "2.8.0", "@lskjs/mobx": "1.100.1", - "@lskjs/theme": "2.7.5", + "@lskjs/theme": "2.8.0", "@lskjs/utils": "0.39.0", "axios": "0.19.2", "emotion-theming": "10.0.27", diff --git a/packages/extra/CHANGELOG.md b/packages/extra/CHANGELOG.md index 381833de..e05ba62f 100644 --- a/packages/extra/CHANGELOG.md +++ b/packages/extra/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/extra/package-lock.json b/packages/extra/package-lock.json index 4dacc2ee..8c3d8fd6 100644 --- a/packages/extra/package-lock.json +++ b/packages/extra/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/extra", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/extra/package.json b/packages/extra/package.json index 60530fb6..f2197023 100644 --- a/packages/extra/package.json +++ b/packages/extra/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/extra", - "version": "2.7.5", + "version": "2.8.0", "description": "LSK ux subrepo: extra", "keywords": [], "repository": "https://github.com/lskjs/ux/tree/master/packages/extra", diff --git a/packages/flag/CHANGELOG.md b/packages/flag/CHANGELOG.md index 8b360e16..96bda7c5 100644 --- a/packages/flag/CHANGELOG.md +++ b/packages/flag/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/flag/package-lock.json b/packages/flag/package-lock.json index 225561a0..60f199bf 100644 --- a/packages/flag/package-lock.json +++ b/packages/flag/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/flag", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/flag/package.json b/packages/flag/package.json index e87b261b..1ea1fe49 100644 --- a/packages/flag/package.json +++ b/packages/flag/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/flag", - "version": "2.7.5", + "version": "2.8.0", "description": "LSK ux subrepo: flag", "keywords": [], "repository": "https://github.com/lskjs/ux/tree/master/packages/flag", @@ -23,7 +23,7 @@ "react-flags": "0.1.18" }, "devDependencies": { - "@lskjs/dev": "2.7.5", + "@lskjs/dev": "2.8.0", "react": "16.8.6" }, "peerDependencies": { diff --git a/packages/form-control-checkblock/CHANGELOG.md b/packages/form-control-checkblock/CHANGELOG.md index fd2e089d..9db7ee6a 100644 --- a/packages/form-control-checkblock/CHANGELOG.md +++ b/packages/form-control-checkblock/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/form-control-checkblock/package-lock.json b/packages/form-control-checkblock/package-lock.json index 314dd0ef..1dc86955 100644 --- a/packages/form-control-checkblock/package-lock.json +++ b/packages/form-control-checkblock/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/form-control-checkblock", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/form-control-checkblock/package.json b/packages/form-control-checkblock/package.json index 023e9cfa..09f8005c 100644 --- a/packages/form-control-checkblock/package.json +++ b/packages/form-control-checkblock/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/form-control-checkblock", - "version": "2.7.5", + "version": "2.8.0", "description": "Checkblock control for Form", "keywords": [], "repository": "https://github.com/lskjs/ux/tree/master/packages/form-control-checkblock", diff --git a/packages/form-control-checkbox/CHANGELOG.md b/packages/form-control-checkbox/CHANGELOG.md index 714e6409..d46bcf71 100644 --- a/packages/form-control-checkbox/CHANGELOG.md +++ b/packages/form-control-checkbox/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/form-control-checkbox/package-lock.json b/packages/form-control-checkbox/package-lock.json index 6429d10c..70014a54 100644 --- a/packages/form-control-checkbox/package-lock.json +++ b/packages/form-control-checkbox/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/form-control-checkbox", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/form-control-checkbox/package.json b/packages/form-control-checkbox/package.json index 49ea49dc..54a63d55 100644 --- a/packages/form-control-checkbox/package.json +++ b/packages/form-control-checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/form-control-checkbox", - "version": "2.7.5", + "version": "2.8.0", "description": "Checkbox control for Form", "keywords": [], "repository": "https://github.com/lskjs/ux/tree/master/packages/form-control-checkbox", diff --git a/packages/form-control-files/CHANGELOG.md b/packages/form-control-files/CHANGELOG.md index 7b1b4d5b..3953e520 100644 --- a/packages/form-control-files/CHANGELOG.md +++ b/packages/form-control-files/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/form-control-files/package-lock.json b/packages/form-control-files/package-lock.json index 5a30c1a1..e54fa53b 100644 --- a/packages/form-control-files/package-lock.json +++ b/packages/form-control-files/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/form-control-files", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/form-control-files/package.json b/packages/form-control-files/package.json index 3e9f311c..be86b05a 100644 --- a/packages/form-control-files/package.json +++ b/packages/form-control-files/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/form-control-files", - "version": "2.7.5", + "version": "2.8.0", "description": "Files control for Form", "keywords": [], "repository": "https://github.com/lskjs/ux/tree/master/packages/form-control-files", diff --git a/packages/form-control-groupof/CHANGELOG.md b/packages/form-control-groupof/CHANGELOG.md index eb4e3878..bdc793d9 100644 --- a/packages/form-control-groupof/CHANGELOG.md +++ b/packages/form-control-groupof/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/form-control-groupof/package-lock.json b/packages/form-control-groupof/package-lock.json index 5957fb8a..a2167579 100644 --- a/packages/form-control-groupof/package-lock.json +++ b/packages/form-control-groupof/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/form-control-groupof", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/form-control-groupof/package.json b/packages/form-control-groupof/package.json index 502be809..326ad193 100644 --- a/packages/form-control-groupof/package.json +++ b/packages/form-control-groupof/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/form-control-groupof", - "version": "2.7.5", + "version": "2.8.0", "description": "GroupOf control for Form", "keywords": [], "repository": "https://github.com/lskjs/ux/tree/master/packages/form-control-groupof", diff --git a/packages/form-control-input/CHANGELOG.md b/packages/form-control-input/CHANGELOG.md index eb7c5b87..8565170f 100644 --- a/packages/form-control-input/CHANGELOG.md +++ b/packages/form-control-input/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/form-control-input/package-lock.json b/packages/form-control-input/package-lock.json index 4faab3c7..870b95b2 100644 --- a/packages/form-control-input/package-lock.json +++ b/packages/form-control-input/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/form-control-input", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/form-control-input/package.json b/packages/form-control-input/package.json index 2ff2583b..e0a02578 100644 --- a/packages/form-control-input/package.json +++ b/packages/form-control-input/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/form-control-input", - "version": "2.7.5", + "version": "2.8.0", "description": "Input control for Form", "keywords": [], "repository": "https://github.com/lskjs/ux/tree/master/packages/form-control-input", diff --git a/packages/form-control-password/CHANGELOG.md b/packages/form-control-password/CHANGELOG.md index 02449b1b..3ae38393 100644 --- a/packages/form-control-password/CHANGELOG.md +++ b/packages/form-control-password/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/form-control-password/package-lock.json b/packages/form-control-password/package-lock.json index 1bc7ce59..0841576b 100644 --- a/packages/form-control-password/package-lock.json +++ b/packages/form-control-password/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/form-control-password", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/form-control-password/package.json b/packages/form-control-password/package.json index 0849ba03..e3a31a15 100644 --- a/packages/form-control-password/package.json +++ b/packages/form-control-password/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/form-control-password", - "version": "2.7.5", + "version": "2.8.0", "description": "Password input control for Form", "keywords": [], "repository": "https://github.com/lskjs/ux/tree/master/packages/form-control-password", diff --git a/packages/form-control-percentslider/CHANGELOG.md b/packages/form-control-percentslider/CHANGELOG.md index e90612f0..3d294d2c 100644 --- a/packages/form-control-percentslider/CHANGELOG.md +++ b/packages/form-control-percentslider/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/form-control-percentslider/package-lock.json b/packages/form-control-percentslider/package-lock.json index f7698e7c..0b7da20e 100644 --- a/packages/form-control-percentslider/package-lock.json +++ b/packages/form-control-percentslider/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/form-control-percentslider", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/form-control-percentslider/package.json b/packages/form-control-percentslider/package.json index e98c107c..97ed14d2 100644 --- a/packages/form-control-percentslider/package.json +++ b/packages/form-control-percentslider/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/form-control-percentslider", - "version": "2.7.5", + "version": "2.8.0", "description": "Percentslider control for Form", "keywords": [], "repository": "https://github.com/lskjs/ux/tree/master/packages/form-control-percentslider", diff --git a/packages/form-control-phoneinput/CHANGELOG.md b/packages/form-control-phoneinput/CHANGELOG.md index eec8d7b7..40c02fcb 100644 --- a/packages/form-control-phoneinput/CHANGELOG.md +++ b/packages/form-control-phoneinput/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.7](https://github.com/lskjs/ux/compare/v2.7.6...v2.7.7) (2024-03-04) diff --git a/packages/form-control-phoneinput/package-lock.json b/packages/form-control-phoneinput/package-lock.json index 2d5c383b..5551860f 100644 --- a/packages/form-control-phoneinput/package-lock.json +++ b/packages/form-control-phoneinput/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/form-control-phoneinput", - "version": "2.7.7", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/form-control-phoneinput/package.json b/packages/form-control-phoneinput/package.json index f486ab74..4700e024 100644 --- a/packages/form-control-phoneinput/package.json +++ b/packages/form-control-phoneinput/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/form-control-phoneinput", - "version": "2.7.7", + "version": "2.8.0", "description": "Phone input control for Form", "keywords": [], "repository": "https://github.com/lskjs/ux/tree/master/packages/form-control-phoneinput", diff --git a/packages/form-control-radiobuttongroup/CHANGELOG.md b/packages/form-control-radiobuttongroup/CHANGELOG.md index f146faf8..d465d5f1 100644 --- a/packages/form-control-radiobuttongroup/CHANGELOG.md +++ b/packages/form-control-radiobuttongroup/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/form-control-radiobuttongroup/package-lock.json b/packages/form-control-radiobuttongroup/package-lock.json index ed098596..4ee7f934 100644 --- a/packages/form-control-radiobuttongroup/package-lock.json +++ b/packages/form-control-radiobuttongroup/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/form-control-radiobuttongroup", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/form-control-radiobuttongroup/package.json b/packages/form-control-radiobuttongroup/package.json index 24994104..0a05fbbf 100644 --- a/packages/form-control-radiobuttongroup/package.json +++ b/packages/form-control-radiobuttongroup/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/form-control-radiobuttongroup", - "version": "2.7.5", + "version": "2.8.0", "description": "RadioButtonGroup control for Form", "keywords": [], "repository": "https://github.com/lskjs/ux/tree/master/packages/form-control-radiobuttongroup", diff --git a/packages/form-control-select/CHANGELOG.md b/packages/form-control-select/CHANGELOG.md index 370930e2..10c2f521 100644 --- a/packages/form-control-select/CHANGELOG.md +++ b/packages/form-control-select/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.7](https://github.com/lskjs/ux/compare/v2.7.6...v2.7.7) (2024-03-04) diff --git a/packages/form-control-select/package-lock.json b/packages/form-control-select/package-lock.json index 8f90fa70..8dec5b25 100644 --- a/packages/form-control-select/package-lock.json +++ b/packages/form-control-select/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/form-control-select", - "version": "2.7.7", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/form-control-select/package.json b/packages/form-control-select/package.json index 474bf7dd..5ec0448a 100644 --- a/packages/form-control-select/package.json +++ b/packages/form-control-select/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/form-control-select", - "version": "2.7.7", + "version": "2.8.0", "description": "Select control for Form", "keywords": [], "repository": "https://github.com/lskjs/ux/tree/master/packages/form-control-select", diff --git a/packages/form-control-switcher/CHANGELOG.md b/packages/form-control-switcher/CHANGELOG.md index dd76b7ee..880e244a 100644 --- a/packages/form-control-switcher/CHANGELOG.md +++ b/packages/form-control-switcher/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/form-control-switcher/package-lock.json b/packages/form-control-switcher/package-lock.json index 16cd0dd6..73f6faa6 100644 --- a/packages/form-control-switcher/package-lock.json +++ b/packages/form-control-switcher/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/form-control-switcher", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/form-control-switcher/package.json b/packages/form-control-switcher/package.json index 11904997..46598a8e 100644 --- a/packages/form-control-switcher/package.json +++ b/packages/form-control-switcher/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/form-control-switcher", - "version": "2.7.5", + "version": "2.8.0", "description": "Switcher control for Form", "keywords": [], "repository": "https://github.com/lskjs/ux/tree/master/packages/form-control-switcher", diff --git a/packages/form-control-textarea/CHANGELOG.md b/packages/form-control-textarea/CHANGELOG.md index 9a485d1f..fe7f974d 100644 --- a/packages/form-control-textarea/CHANGELOG.md +++ b/packages/form-control-textarea/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/form-control-textarea/package-lock.json b/packages/form-control-textarea/package-lock.json index 30a976ef..cea67af3 100644 --- a/packages/form-control-textarea/package-lock.json +++ b/packages/form-control-textarea/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/form-control-textarea", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/form-control-textarea/package.json b/packages/form-control-textarea/package.json index 6059d950..f3a35a3b 100644 --- a/packages/form-control-textarea/package.json +++ b/packages/form-control-textarea/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/form-control-textarea", - "version": "2.7.5", + "version": "2.8.0", "description": "Textarea control for Form", "keywords": [], "repository": "https://github.com/lskjs/ux/tree/master/packages/form-control-textarea", diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index 258acb45..1836e901 100644 --- a/packages/form/CHANGELOG.md +++ b/packages/form/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/form/package-lock.json b/packages/form/package-lock.json index 96d007ca..f81113be 100644 --- a/packages/form/package-lock.json +++ b/packages/form/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/form", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/form/package.json b/packages/form/package.json index 93236120..d942bb1a 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/form", - "version": "2.7.5", + "version": "2.8.0", "description": "LSK ux subrepo: form", "keywords": [], "repository": "https://github.com/lskjs/ux/tree/master/packages/form", @@ -39,18 +39,18 @@ "@lskjs/autobind": "0.39.0", "@lskjs/avatar": "1.27.4", "@lskjs/button": "2.3.0-beta.4", - "@lskjs/css": "2.7.5", - "@lskjs/dev": "2.7.5", - "@lskjs/flag": "2.7.5", - "@lskjs/grid": "2.7.5", - "@lskjs/gridtable": "2.7.5", - "@lskjs/link": "2.7.5", - "@lskjs/modal": "2.7.5", - "@lskjs/scroll": "2.7.5", + "@lskjs/css": "2.8.0", + "@lskjs/dev": "2.8.0", + "@lskjs/flag": "2.8.0", + "@lskjs/grid": "2.8.0", + "@lskjs/gridtable": "2.8.0", + "@lskjs/link": "2.8.0", + "@lskjs/modal": "2.8.0", + "@lskjs/scroll": "2.8.0", "@lskjs/t": "1.27.4", "@lskjs/tag": "1.27.4", "@lskjs/theme": "1.1.71", - "@lskjs/ui": "2.7.5", + "@lskjs/ui": "2.8.0", "@lskjs/utils": "1.54.0", "antd": "3.26.9", "axios": "0.19.2", diff --git a/packages/form2/CHANGELOG.md b/packages/form2/CHANGELOG.md index cb3c17b1..9bbcbf8a 100644 --- a/packages/form2/CHANGELOG.md +++ b/packages/form2/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/form2/package-lock.json b/packages/form2/package-lock.json index b94380ed..7281e6d4 100644 --- a/packages/form2/package-lock.json +++ b/packages/form2/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/form2", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/form2/package.json b/packages/form2/package.json index be08bee5..8fc2008f 100644 --- a/packages/form2/package.json +++ b/packages/form2/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/form2", - "version": "2.7.5", + "version": "2.8.0", "description": "Open source form library for React and React Native", "keywords": [ "form", diff --git a/packages/form3/CHANGELOG.md b/packages/form3/CHANGELOG.md index f9c8e9c6..d6792bf0 100644 --- a/packages/form3/CHANGELOG.md +++ b/packages/form3/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/form3/package-lock.json b/packages/form3/package-lock.json index 5afe7185..9a983c64 100644 --- a/packages/form3/package-lock.json +++ b/packages/form3/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/form3", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/form3/package.json b/packages/form3/package.json index 0ab7ab83..0e899405 100644 --- a/packages/form3/package.json +++ b/packages/form3/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/form3", - "version": "2.7.5", + "version": "2.8.0", "description": "Open source form library for React and React Native with updated formik", "keywords": [ "form", diff --git a/packages/grid/CHANGELOG.md b/packages/grid/CHANGELOG.md index fa980ea3..3559d022 100644 --- a/packages/grid/CHANGELOG.md +++ b/packages/grid/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/grid/package-lock.json b/packages/grid/package-lock.json index 9c6ba1e6..1d755c16 100644 --- a/packages/grid/package-lock.json +++ b/packages/grid/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/grid", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/grid/package.json b/packages/grid/package.json index a952e92a..f518171c 100644 --- a/packages/grid/package.json +++ b/packages/grid/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/grid", - "version": "2.7.5", + "version": "2.8.0", "description": "LSK ux subrepo: grid", "keywords": [], "repository": "https://github.com/lskjs/ux/tree/master/packages/grid", @@ -21,8 +21,8 @@ "devDependencies": { "@emotion/core": "10.0.27", "@emotion/styled": "10.0.27", - "@lskjs/dev": "2.7.5", - "@lskjs/theme": "2.7.5", + "@lskjs/dev": "2.8.0", + "@lskjs/theme": "2.8.0", "@lskjs/utils": "0.39.0" }, "peerDependencies": { diff --git a/packages/gridtable/CHANGELOG.md b/packages/gridtable/CHANGELOG.md index 9c05e670..af3ca125 100644 --- a/packages/gridtable/CHANGELOG.md +++ b/packages/gridtable/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/gridtable/package-lock.json b/packages/gridtable/package-lock.json index a4734aad..1f1da12e 100644 --- a/packages/gridtable/package-lock.json +++ b/packages/gridtable/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/gridtable", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/gridtable/package.json b/packages/gridtable/package.json index 489cf573..4b382f2b 100644 --- a/packages/gridtable/package.json +++ b/packages/gridtable/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/gridtable", - "version": "2.7.5", + "version": "2.8.0", "description": "LSK ux subrepo: gridtable", "keywords": [], "repository": "https://github.com/lskjs/ux/tree/master/packages/gridtable", diff --git a/packages/image/CHANGELOG.md b/packages/image/CHANGELOG.md index 5857b262..5c49af5d 100644 --- a/packages/image/CHANGELOG.md +++ b/packages/image/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/image/package-lock.json b/packages/image/package-lock.json index 4c590f0c..af5a11e9 100644 --- a/packages/image/package-lock.json +++ b/packages/image/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/image", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/image/package.json b/packages/image/package.json index db4615a7..f4853660 100644 --- a/packages/image/package.json +++ b/packages/image/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/image", - "version": "2.7.5", + "version": "2.8.0", "description": "LSK ux subrepo: image", "keywords": [], "repository": "https://github.com/lskjs/ux/tree/master/packages/image", @@ -19,13 +19,13 @@ "watch": "lsk run watch" }, "dependencies": { - "@lskjs/link": "2.7.5", + "@lskjs/link": "2.8.0", "react-image-fallback": "8.0.0" }, "devDependencies": { "@emotion/react": "11.1.4", "@emotion/styled": "11.0.0", - "@lskjs/dev": "2.7.5", + "@lskjs/dev": "2.8.0", "prop-types": "15.7.2", "react": "17.0.1" }, diff --git a/packages/landing/CHANGELOG.md b/packages/landing/CHANGELOG.md index d69b83ff..28c2cc54 100644 --- a/packages/landing/CHANGELOG.md +++ b/packages/landing/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/landing/package-lock.json b/packages/landing/package-lock.json index db1795cc..f52e7405 100644 --- a/packages/landing/package-lock.json +++ b/packages/landing/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/landing", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/landing/package.json b/packages/landing/package.json index 83687cb3..7bb7991a 100644 --- a/packages/landing/package.json +++ b/packages/landing/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/landing", - "version": "2.7.5", + "version": "2.8.0", "description": "LSK ux subrepo: landing", "keywords": [], "repository": "https://github.com/lskjs/ux/tree/master/packages/landing", @@ -19,12 +19,12 @@ "watch": "lsk run watch" }, "dependencies": { - "@lskjs/dev": "2.7.5", + "@lskjs/dev": "2.8.0", "lodash": "4.17.20" }, "devDependencies": { - "@lskjs/grid": "2.7.5", - "@lskjs/theme": "2.7.5", + "@lskjs/grid": "2.8.0", + "@lskjs/theme": "2.8.0", "@types/lodash": "4.14.157", "install": "0.13.0", "npm": "6.14.5", diff --git a/packages/link/CHANGELOG.md b/packages/link/CHANGELOG.md index 53ea6064..1ca86f9e 100644 --- a/packages/link/CHANGELOG.md +++ b/packages/link/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/link/package-lock.json b/packages/link/package-lock.json index 25be0e5f..9377b4ce 100644 --- a/packages/link/package-lock.json +++ b/packages/link/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/link", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/link/package.json b/packages/link/package.json index 02baf798..c7489da0 100644 --- a/packages/link/package.json +++ b/packages/link/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/link", - "version": "2.7.5", + "version": "2.8.0", "description": "LSK ux subrepo: link", "keywords": [], "repository": "https://github.com/lskjs/ux/tree/master/packages/link", @@ -22,7 +22,7 @@ "prop-types": "15.7.2" }, "devDependencies": { - "@lskjs/dev": "2.7.5", + "@lskjs/dev": "2.8.0", "@lskjs/utils": "1.0.8", "react": "16.8.6" }, diff --git a/packages/list/CHANGELOG.md b/packages/list/CHANGELOG.md index 1ca7d303..35eac0da 100644 --- a/packages/list/CHANGELOG.md +++ b/packages/list/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.8](https://github.com/lskjs/ux/compare/v2.7.7...v2.7.8) (2024-03-04) diff --git a/packages/list/package-lock.json b/packages/list/package-lock.json index 6ac6fec8..b105d80c 100644 --- a/packages/list/package-lock.json +++ b/packages/list/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/list", - "version": "2.7.8", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/list/package.json b/packages/list/package.json index d8eac943..90a1f3d1 100644 --- a/packages/list/package.json +++ b/packages/list/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/list", - "version": "2.7.8", + "version": "2.8.0", "description": "LSK ux subrepo: list", "keywords": [], "repository": "https://github.com/lskjs/ux/tree/master/packages/list", @@ -29,16 +29,16 @@ "@emotion/core": "10.0.27", "@emotion/styled": "10.0.27", "@lskjs/apiquery": "1.100.1", - "@lskjs/dev": "2.7.5", + "@lskjs/dev": "2.8.0", "@lskjs/form": "2.3.0-beta.10", - "@lskjs/grid": "2.7.5", - "@lskjs/link": "2.7.5", + "@lskjs/grid": "2.8.0", + "@lskjs/link": "2.8.0", "@lskjs/mobx": "^2.13.2", - "@lskjs/progress": "2.7.5", - "@lskjs/scroll": "2.7.5", - "@lskjs/t": "2.7.5", - "@lskjs/theme": "2.7.5", - "@lskjs/ui": "2.7.5", + "@lskjs/progress": "2.8.0", + "@lskjs/scroll": "2.8.0", + "@lskjs/t": "2.8.0", + "@lskjs/theme": "2.8.0", + "@lskjs/ui": "2.8.0", "@lskjs/utils": "2.13.0", "axios": "0.21.1", "bluebird": "3.7.2", diff --git a/packages/modal/CHANGELOG.md b/packages/modal/CHANGELOG.md index 74564671..0a55c4de 100644 --- a/packages/modal/CHANGELOG.md +++ b/packages/modal/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/modal/package-lock.json b/packages/modal/package-lock.json index 2b657bae..59cf617e 100644 --- a/packages/modal/package-lock.json +++ b/packages/modal/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/modal", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/modal/package.json b/packages/modal/package.json index db5b6deb..b4591f77 100644 --- a/packages/modal/package.json +++ b/packages/modal/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/modal", - "version": "2.7.5", + "version": "2.8.0", "description": "LSK ux subrepo: modal", "keywords": [], "repository": "https://github.com/lskjs/ux/tree/master/packages/modal", @@ -28,10 +28,10 @@ "@emotion/core": "10.0.27", "@emotion/styled": "10.0.27", "@lskjs/button": "2.3.0-beta.4", - "@lskjs/css": "2.7.5", - "@lskjs/dev": "2.7.5", - "@lskjs/theme": "2.7.5", - "@lskjs/ui": "2.7.5", + "@lskjs/css": "2.8.0", + "@lskjs/dev": "2.8.0", + "@lskjs/theme": "2.8.0", + "@lskjs/ui": "2.8.0", "@lskjs/utils": "0.39.0", "bluebird": "3.7.2", "classnames": "2.2.6", diff --git a/packages/navbar/CHANGELOG.md b/packages/navbar/CHANGELOG.md index 543f1310..f20b7250 100644 --- a/packages/navbar/CHANGELOG.md +++ b/packages/navbar/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/navbar/package-lock.json b/packages/navbar/package-lock.json index 934cd6eb..ad274d12 100644 --- a/packages/navbar/package-lock.json +++ b/packages/navbar/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/navbar", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/navbar/package.json b/packages/navbar/package.json index b37df24e..1e8bc746 100644 --- a/packages/navbar/package.json +++ b/packages/navbar/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/navbar", - "version": "2.7.5", + "version": "2.8.0", "description": "LSK ux subrepo: navbar", "keywords": [], "repository": "https://github.com/lskjs/ux/tree/master/packages/navbar", @@ -33,7 +33,7 @@ "devDependencies": { "@emotion/core": "10.0.27", "@lskjs/button": "2.3.0-beta.4", - "@lskjs/dev": "2.7.5", + "@lskjs/dev": "2.8.0", "emotion": "10.0.27", "react": "16.8.6" }, diff --git a/packages/notification/CHANGELOG.md b/packages/notification/CHANGELOG.md index 15342047..1e416a86 100644 --- a/packages/notification/CHANGELOG.md +++ b/packages/notification/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/notification/package-lock.json b/packages/notification/package-lock.json index 41fea85a..ba3b6388 100644 --- a/packages/notification/package-lock.json +++ b/packages/notification/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/notification", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/notification/package.json b/packages/notification/package.json index 19c6e758..3b9a0e96 100644 --- a/packages/notification/package.json +++ b/packages/notification/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/notification", - "version": "2.7.5", + "version": "2.8.0", "description": "LSK ux subrepo: notification", "keywords": [], "repository": "https://github.com/lskjs/ux/tree/master/packages/notification", @@ -20,14 +20,14 @@ }, "dependencies": { "@lskjs/autobind": "1.100.1", - "@lskjs/link": "2.7.5", - "@lskjs/t": "2.7.5", - "@lskjs/theme": "2.7.5", + "@lskjs/link": "2.8.0", + "@lskjs/t": "2.8.0", + "@lskjs/theme": "2.8.0", "prop-types": "15.7.2", "react-notification-system": "0.3.0" }, "devDependencies": { - "@lskjs/dev": "2.7.5", + "@lskjs/dev": "2.8.0", "react": "16.8.6", "react-icon-base": "2.1.2" }, diff --git a/packages/page/CHANGELOG.md b/packages/page/CHANGELOG.md index 1d7a8f69..9c6bad92 100644 --- a/packages/page/CHANGELOG.md +++ b/packages/page/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/page/package-lock.json b/packages/page/package-lock.json index eae4a78e..41aea6fa 100644 --- a/packages/page/package-lock.json +++ b/packages/page/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/page", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/page/package.json b/packages/page/package.json index 2bfda9a5..963764ac 100644 --- a/packages/page/package.json +++ b/packages/page/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/page", - "version": "2.7.5", + "version": "2.8.0", "description": "LSK ux subrepo: page", "keywords": [], "repository": "https://github.com/lskjs/ux/tree/master/packages/page", @@ -19,17 +19,17 @@ "watch": "lsk run watch" }, "dependencies": { - "@lskjs/grid": "2.7.5", - "@lskjs/link": "2.7.5", + "@lskjs/grid": "2.8.0", + "@lskjs/link": "2.8.0", "@lskjs/mobx": "2.3.0-beta.4", - "@lskjs/theme": "2.7.5", + "@lskjs/theme": "2.8.0", "@lskjs/utils": "1.99.1", "rc-menu": "8.7.1" }, "devDependencies": { "@emotion/core": "10.0.27", "@emotion/styled": "10.0.27", - "@lskjs/dev": "2.7.5", + "@lskjs/dev": "2.8.0", "lodash": "4.17.20", "mobx": "5.15.4", "mobx-react": "6.1.8", diff --git a/packages/progress/CHANGELOG.md b/packages/progress/CHANGELOG.md index 915f2f71..cb79e02e 100644 --- a/packages/progress/CHANGELOG.md +++ b/packages/progress/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/progress/package-lock.json b/packages/progress/package-lock.json index 9d669850..0c6babf8 100644 --- a/packages/progress/package-lock.json +++ b/packages/progress/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/progress", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/progress/package.json b/packages/progress/package.json index 231ca700..76416428 100644 --- a/packages/progress/package.json +++ b/packages/progress/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/progress", - "version": "2.7.5", + "version": "2.8.0", "description": "LSK ux subrepo: progress", "keywords": [], "repository": "https://github.com/lskjs/ux/tree/master/packages/progress", @@ -26,8 +26,8 @@ "devDependencies": { "@emotion/core": "10.0.27", "@emotion/styled": "10.0.27", - "@lskjs/dev": "2.7.5", - "@lskjs/theme": "2.7.5", + "@lskjs/dev": "2.8.0", + "@lskjs/theme": "2.8.0", "@lskjs/utils": "0.39.0", "react": "16.8.6" }, diff --git a/packages/scroll/CHANGELOG.md b/packages/scroll/CHANGELOG.md index e844d731..4907b3c9 100644 --- a/packages/scroll/CHANGELOG.md +++ b/packages/scroll/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/scroll/package-lock.json b/packages/scroll/package-lock.json index ac807e58..ef070f4c 100644 --- a/packages/scroll/package-lock.json +++ b/packages/scroll/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/scroll", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/scroll/package.json b/packages/scroll/package.json index 0cea00fc..3b382f70 100644 --- a/packages/scroll/package.json +++ b/packages/scroll/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/scroll", - "version": "2.7.5", + "version": "2.8.0", "description": "LSK ux subrepo: scroll", "keywords": [], "repository": "https://github.com/lskjs/ux/tree/master/packages/scroll", @@ -22,7 +22,7 @@ "animated-scroll-to": "2.0.5" }, "devDependencies": { - "@lskjs/dev": "2.7.5", + "@lskjs/dev": "2.8.0", "react": "16.8.6" }, "peerDependencies": { diff --git a/packages/slide/CHANGELOG.md b/packages/slide/CHANGELOG.md index 2d7f42cf..4c99c300 100644 --- a/packages/slide/CHANGELOG.md +++ b/packages/slide/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/slide/package-lock.json b/packages/slide/package-lock.json index 62459171..6bcc6dec 100644 --- a/packages/slide/package-lock.json +++ b/packages/slide/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/slide", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/slide/package.json b/packages/slide/package.json index 2da81044..40c67e91 100644 --- a/packages/slide/package.json +++ b/packages/slide/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/slide", - "version": "2.7.5", + "version": "2.8.0", "description": "LSK ux subrepo: slide", "keywords": [], "repository": "https://github.com/lskjs/ux/tree/master/packages/slide", @@ -19,15 +19,15 @@ "watch": "lsk run watch" }, "dependencies": { - "@lskjs/grid": "2.7.5", + "@lskjs/grid": "2.8.0", "prop-types": "15.7.2", "react-drive-in2": "1.8.1" }, "devDependencies": { "@emotion/core": "10.0.27", "@emotion/styled": "10.0.27", - "@lskjs/dev": "2.7.5", - "@lskjs/theme": "2.7.5", + "@lskjs/dev": "2.8.0", + "@lskjs/theme": "2.8.0", "@lskjs/utils": "0.39.0", "react": "16.8.6" }, diff --git a/packages/t/CHANGELOG.md b/packages/t/CHANGELOG.md index 97c7c1b1..25e7933a 100644 --- a/packages/t/CHANGELOG.md +++ b/packages/t/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/t/package-lock.json b/packages/t/package-lock.json index 34ae553a..ab1b75ba 100644 --- a/packages/t/package-lock.json +++ b/packages/t/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/t", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/t/package.json b/packages/t/package.json index 36fe435d..0eba2762 100644 --- a/packages/t/package.json +++ b/packages/t/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/t", - "version": "2.7.5", + "version": "2.8.0", "description": "LSK ux subrepo: t", "keywords": [], "repository": "https://github.com/lskjs/ux/tree/master/packages/t", @@ -23,7 +23,7 @@ "@lskjs/utils": "2.3.0-beta.4" }, "devDependencies": { - "@lskjs/dev": "2.7.5", + "@lskjs/dev": "2.8.0", "mobx": "5.15.4", "mobx-react": "6.2.2", "prop-types": "15.7.2", diff --git a/packages/tag/CHANGELOG.md b/packages/tag/CHANGELOG.md index 5b9e2385..f8319152 100644 --- a/packages/tag/CHANGELOG.md +++ b/packages/tag/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/tag/package-lock.json b/packages/tag/package-lock.json index 8b52c749..071765f5 100644 --- a/packages/tag/package-lock.json +++ b/packages/tag/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/tag", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/tag/package.json b/packages/tag/package.json index b2a5be6b..8b5f4187 100644 --- a/packages/tag/package.json +++ b/packages/tag/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/tag", - "version": "2.7.5", + "version": "2.8.0", "description": "LSK ux subrepo: tag", "keywords": [], "repository": "https://github.com/lskjs/ux/tree/master/packages/tag", @@ -19,12 +19,12 @@ "watch": "lsk run watch" }, "dependencies": { - "@lskjs/link": "2.7.5", + "@lskjs/link": "2.8.0", "@lskjs/utils": "1.99.1", "prop-types": "15.7.2" }, "devDependencies": { - "@lskjs/dev": "2.7.5", + "@lskjs/dev": "2.8.0", "antd": "4.1.3", "react": "16.8.6" }, diff --git a/packages/theme/CHANGELOG.md b/packages/theme/CHANGELOG.md index ad08e2c3..457771fa 100644 --- a/packages/theme/CHANGELOG.md +++ b/packages/theme/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/theme/package-lock.json b/packages/theme/package-lock.json index 57dbc5c2..6717e1b6 100644 --- a/packages/theme/package-lock.json +++ b/packages/theme/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/theme", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/theme/package.json b/packages/theme/package.json index f09ef97a..e5c55649 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/theme", - "version": "2.7.5", + "version": "2.8.0", "description": "LSK ux subrepo: theme", "keywords": [], "repository": "https://github.com/lskjs/ux/tree/master/packages/theme", diff --git a/packages/typo/CHANGELOG.md b/packages/typo/CHANGELOG.md index 91e6bf65..ef044c18 100644 --- a/packages/typo/CHANGELOG.md +++ b/packages/typo/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/typo/package-lock.json b/packages/typo/package-lock.json index 3aabfb79..d3cbe195 100644 --- a/packages/typo/package-lock.json +++ b/packages/typo/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/typo", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/typo/package.json b/packages/typo/package.json index 272c5aab..ea8ad291 100644 --- a/packages/typo/package.json +++ b/packages/typo/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/typo", - "version": "2.7.5", + "version": "2.8.0", "description": "LSK ux subrepo: typo", "keywords": [], "repository": "https://github.com/lskjs/ux/tree/master/packages/typo", @@ -19,13 +19,13 @@ "watch": "lsk run watch" }, "dependencies": { - "@lskjs/theme": "2.7.5", + "@lskjs/theme": "2.8.0", "@lskjs/utils": "1.99.1", "prop-types": "15.7.2" }, "devDependencies": { "@emotion/styled": "10.0.27", - "@lskjs/dev": "2.7.5", + "@lskjs/dev": "2.8.0", "emotion": "10.0.27", "react": "16.8.6" }, diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 5155475d..cefb89d6 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/ui/package-lock.json b/packages/ui/package-lock.json index a8a24a8d..c5b9821f 100644 --- a/packages/ui/package-lock.json +++ b/packages/ui/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/ui", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/ui/package.json b/packages/ui/package.json index 8d58afa9..19085d5f 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/ui", - "version": "2.7.5", + "version": "2.8.0", "description": "LSK ux subrepo: ui", "keywords": [], "repository": "https://github.com/lskjs/ux/tree/master/packages/ui", @@ -36,22 +36,22 @@ "@emotion/core": "10.0.27", "@emotion/styled": "10.0.27", "@lskjs/autobind": "0.39.0", - "@lskjs/avatar": "2.7.5", + "@lskjs/avatar": "2.8.0", "@lskjs/button": "2.3.0-beta.4", - "@lskjs/css": "2.7.5", - "@lskjs/dev": "2.7.5", - "@lskjs/flag": "2.7.5", - "@lskjs/grid": "2.7.5", - "@lskjs/image": "2.7.5", - "@lskjs/link": "2.7.5", - "@lskjs/notification": "2.7.5", - "@lskjs/progress": "2.7.5", - "@lskjs/scroll": "2.7.5", - "@lskjs/slide": "2.7.5", - "@lskjs/t": "2.7.5", - "@lskjs/tag": "2.7.5", - "@lskjs/theme": "2.7.5", - "@lskjs/typo": "2.7.5", + "@lskjs/css": "2.8.0", + "@lskjs/dev": "2.8.0", + "@lskjs/flag": "2.8.0", + "@lskjs/grid": "2.8.0", + "@lskjs/image": "2.8.0", + "@lskjs/link": "2.8.0", + "@lskjs/notification": "2.8.0", + "@lskjs/progress": "2.8.0", + "@lskjs/scroll": "2.8.0", + "@lskjs/slide": "2.8.0", + "@lskjs/t": "2.8.0", + "@lskjs/tag": "2.8.0", + "@lskjs/theme": "2.8.0", + "@lskjs/typo": "2.8.0", "@lskjs/utils": "0.39.0", "antd": "3.26.9", "emotion": "10.0.27", diff --git a/packages/ui2/CHANGELOG.md b/packages/ui2/CHANGELOG.md index 954f7eef..d3a41c67 100644 --- a/packages/ui2/CHANGELOG.md +++ b/packages/ui2/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/lskjs/ux/compare/v2.7.8...v2.8.0) (2024-04-08) + + +### Features + +* remove mentions ([e62842c](https://github.com/lskjs/ux/commit/e62842c55ad14b3c4462d2797c8699f47e8fc963)) + + + + + ## [2.7.5](https://github.com/lskjs/ux/compare/v2.7.4...v2.7.5) (2024-02-26) diff --git a/packages/ui2/package-lock.json b/packages/ui2/package-lock.json index ed5f1677..f09ae92e 100644 --- a/packages/ui2/package-lock.json +++ b/packages/ui2/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lskjs/ui2", - "version": "2.7.5", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/ui2/package.json b/packages/ui2/package.json index 128d8703..07d29b07 100644 --- a/packages/ui2/package.json +++ b/packages/ui2/package.json @@ -1,6 +1,6 @@ { "name": "@lskjs/ui2", - "version": "2.7.5", + "version": "2.8.0", "description": "LSK ux subrepo: ui2", "keywords": [], "repository": "https://github.com/lskjs/ux/tree/master/packages/ui2", @@ -25,9 +25,9 @@ "@emotion/core": "10.0.27", "@emotion/styled": "10.0.27", "@lskjs/avatar": "^1.36.11", - "@lskjs/dev": "2.7.5", - "@lskjs/link": "2.7.5", - "@lskjs/theme": "2.7.5", + "@lskjs/dev": "2.8.0", + "@lskjs/link": "2.8.0", + "@lskjs/theme": "2.8.0", "react": "16.8.6" }, "peerDependencies": {