diff --git a/CHANGELOG.md b/CHANGELOG.md index e7d023c4a..0b940aa6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ +## [v24.10.69] - 2024-11-11 +### :recycle: Refactors +- [`f9f6155`](https://github.com/webitel/webitel-ui-sdk/commit/f9f615521aadf07c279f40f0bf937ec0c33439d5) - simplified plyr icons SO MUCH! (upd webitel-ui) [WTEL-5475](https://webitel.atlassian.net/browse/WTEL-5475) *(commit by [@dlohvinov](https://github.com/dlohvinov))* + + ## [v24.10.67] - 2024-11-11 ### :bug: Bug Fixes - [`7d1172d`](https://github.com/webitel/webitel-ui-sdk/commit/7d1172d89e3e42fc86c47614d04ab99e1bba68e3) - wt-button-select.vue arrow [WTEL-5475](https://webitel.atlassian.net/browse/WTEL-5425) *(commit by [@dlohvinov](https://github.com/dlohvinov))* @@ -135,3 +140,4 @@ [v24.10.65]: https://github.com/webitel/webitel-ui-sdk/compare/v24.10.64...v24.10.65 [v24.10.66]: https://github.com/webitel/webitel-ui-sdk/compare/v24.10.65...v24.10.66 [v24.10.67]: https://github.com/webitel/webitel-ui-sdk/compare/v24.10.66...v24.10.67 +[v24.10.69]: https://github.com/webitel/webitel-ui-sdk/compare/v24.10.68...v24.10.69 diff --git a/docs/.vitepress/config.mjs b/docs/.vitepress/config.mjs index 7751cc0ff..419e834a1 100644 --- a/docs/.vitepress/config.mjs +++ b/docs/.vitepress/config.mjs @@ -1,7 +1,6 @@ import { globbySync } from 'globby'; import path from 'path'; import { nodePolyfills } from 'vite-plugin-node-polyfills'; -import { viteStaticCopy } from 'vite-plugin-static-copy'; import createSvgSpritePlugin from 'vite-plugin-svg-sprite'; import vueDocgenPlugin from 'vite-plugin-vue-docgen'; import { defineConfig } from 'vitepress'; @@ -37,15 +36,6 @@ export default defineConfig({ process: true, }, }), - - viteStaticCopy({ - targets: [ - { - src: path.resolve(__dirname, '../../src/assets/icons/plyr.svg'), - dest: 'img', - }, - ], - }), createSvgSpritePlugin({ include: '**/sprite/*.svg', }),