Closed stockiNail closed 2 years ago
I have seen a warning from Vue-Press:
[@vue/compiler-sfc] ::v-deep usage as a combinator has been deprecated. Use :deep(<inner-selector>) instead.
Shall we wait for fix in the other projects?
What if you just upp the version number and not the versions of the used packages
What if you just upp the version number and not the versions of the used packages
It works. I rollback the the package-lock.json.
I don't see any npm deployment and also the version is still in draft... Is it usual?
Yes, you need to publish that release, which will trigger the npm publish.
oh... I was convinced that last time it was done automatically. I put it in my notes.
Thank you @kurkle
@stockiNail you are not the only one, if you wanna know how to publish (took me some googling) go to the draft click the pencil on the top right to edit it then at the bottom you have a big green publish button
@stockiNail you are not the only one, if you wanna know how to publish (took me some googling) go to the draft click the pencil on the top right to edit it then at the bottom you have a big green publish button
Thank you @LeeLenaleee !!! I know how to do it manually, having other projects where I'm doing that but I was convinced (dont ask me why) here it was all automated, triggered by Bump PR. And I was wondering how the deployment could start based on event of a merged specific PR.... Now it's clear! ;)
I have seen a warning from Vue-Press:
The warnings sound to be related to
@simonbrunel/vuepress-plugin-versions
(file /src/components/VersionsDropdown.vue) andvuepress-theme-chartjs
(file /components/Tooltip.vue)Edit: Opened 2 issues: