diff --git a/CALCKEY.md b/CALCKEY.md index 13977ea50..21675f291 100644 --- a/CALCKEY.md +++ b/CALCKEY.md @@ -55,6 +55,7 @@ - Mark as read from notifications widget - Less cluttered notification summary - Better welcome screen (not logged in) +- vue-plyr as video/audio player - Ability to turn off "Connection lost" message - Raw instance info only for moderators - New spinner animation @@ -65,7 +66,6 @@ - Reply limit bug fixed - Make showing the update popup optional - Obliteration of Ai-chan -- [@skjnldsv/vue-plyr](https://www.npmjs.com/package/@skjnldsv/vue-plyr) as video/audio player - [Make showing ads optional](https://github.com/misskey-dev/misskey/pull/8996) - [Tapping avatar in mobile opens account modal](https://github.com/misskey-dev/misskey/pull/9056) - [OAuth bearer token authentication](https://github.com/misskey-dev/misskey/pull/9021) diff --git a/package.json b/package.json index dcdd9aeda..6e6417912 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey", - "version": "12.118.1-calc.8.1", + "version": "12.118.1-calc.8.2", "codename": "aqua", "repository": { "type": "git", diff --git a/packages/client/package.json b/packages/client/package.json index a71c3327d..0c6e76d83 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -12,7 +12,6 @@ "@rollup/plugin-alias": "3.1.9", "@rollup/plugin-json": "4.1.0", "@rollup/pluginutils": "^4.2.1", - "@skjnldsv/vue-plyr": "^7.2.0", "@syuilo/aiscript": "0.11.1", "@vitejs/plugin-vue": "3.0.3", "@vue/compiler-sfc": "3.2.37", @@ -61,6 +60,7 @@ "vanilla-tilt": "1.7.2", "vite": "3.0.7", "vue": "3.2.37", + "vue-plyr": "^7.0.0", "vue-prism-editor": "2.0.0-alpha.2", "vuedraggable": "4.0.1" }, diff --git a/packages/client/src/components/media-banner.vue b/packages/client/src/components/media-banner.vue index c020be75b..7382e953a 100644 --- a/packages/client/src/components/media-banner.vue +++ b/packages/client/src/components/media-banner.vue @@ -30,9 +30,9 @@