Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
dlohvinov committed Nov 11, 2024
2 parents f1d4707 + 1874add commit 091f2bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))*
Expand Down Expand Up @@ -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
10 changes: 0 additions & 10 deletions docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
@@ -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';
Expand Down Expand Up @@ -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',
}),
Expand Down

0 comments on commit 091f2bc

Please sign in to comment.