diff --git a/PUBLISHING.md b/PUBLISHING.md index 31f467fc9..8eb189bed 100644 --- a/PUBLISHING.md +++ b/PUBLISHING.md @@ -61,7 +61,7 @@ A reference guide on how to do releases of the VF [monorepo](https://www.toptal. 1. add release notes to the tag and link to the new blog post - https://github.com/visual-framework/vf-core/releases - https://stable.visual-framework.dev/updates/ -1. Add `develop` to `vfVersion` in `/tools/vf-component-library/src/site/_data/siteConfig.js`, this is needed only for development. Push this change to `develop` branch. +1. Add `dev` to `vfVersionPrefix` in `/tools/vf-component-library/src/site/_data/siteConfig.js`, this is needed only for development. Push this change to `develop` branch. ## Appendix of useful Lerna commands diff --git a/tools/vf-component-library/CHANGELOG.md b/tools/vf-component-library/CHANGELOG.md index 9c21b29d9..7558d8f21 100644 --- a/tools/vf-component-library/CHANGELOG.md +++ b/tools/vf-component-library/CHANGELOG.md @@ -1,6 +1,8 @@ ### 1.2.7 -* Documentation: Updated build process document with missing step for `vfVersion` update +* Documentation: Updated build process document with missing step for `vfVersionPrefix` update * [Tracking issue](https://github.com/visual-framework/vf-core/issues/1966) +* Added : Angular support for Blockquote component +* Added : React support for Blockquote component ### 1.2.6 diff --git a/tools/vf-component-library/src/site/_data/siteConfig.js b/tools/vf-component-library/src/site/_data/siteConfig.js index aeb1014a3..adcb377cc 100644 --- a/tools/vf-component-library/src/site/_data/siteConfig.js +++ b/tools/vf-component-library/src/site/_data/siteConfig.js @@ -12,11 +12,11 @@ module.exports = { buildTime: DateTime.fromISO(new Date().toISOString()), // vfVersion: global.vfVersion, // use this when NOT tagging a release - vfVersion: "develop", + // vfVersion: "develop", // vfVersionPrefix: "dev.", // use this when tagging a release - // vfVersion: "v2.5.13", - vfVersionPrefix: "", + vfVersion: "v2.5.13", + vfVersionPrefix: "dev", sections: { about: { url: "/about",