diff --git a/components/vf-footer/package.json b/components/vf-footer/package.json index 553a61f86..fdb7a528d 100755 --- a/components/vf-footer/package.json +++ b/components/vf-footer/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.2", + "version": "1.2.3", "name": "@visual-framework/vf-footer", "description": "vf-footer component", "homepage": "https://stable.visual-framework.dev/", diff --git a/components/vf-minimal-footer/package.json b/components/vf-minimal-footer/package.json index 1cec46df5..a43173a3c 100755 --- a/components/vf-minimal-footer/package.json +++ b/components/vf-minimal-footer/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-beta.1", + "version": "1.0.0-beta.2", "name": "@visual-framework/vf-minimal-footer", "description": "vf-minimal-footer component", "homepage": "https://stable.visual-framework.dev/", diff --git a/tools/vf-component-library/src/site/_data/siteConfig.js b/tools/vf-component-library/src/site/_data/siteConfig.js index 80dfa63fe..e59885fda 100644 --- a/tools/vf-component-library/src/site/_data/siteConfig.js +++ b/tools/vf-component-library/src/site/_data/siteConfig.js @@ -15,7 +15,7 @@ module.exports = { // vfVersion: "develop", // vfVersionPrefix: "dev.", // use this when tagging a release - vfVersion: "v2.5.27", + vfVersion: "v2.5.28", vfVersionPrefix: "", sections: { about: { diff --git a/tools/vf-component-library/src/site/updates/2026-05-21-component-updates.njk b/tools/vf-component-library/src/site/updates/2026-05-21-component-updates.njk new file mode 100644 index 000000000..657284b5f --- /dev/null +++ b/tools/vf-component-library/src/site/updates/2026-05-21-component-updates.njk @@ -0,0 +1,52 @@ +--- +title: Rollup release 2.5.28 +subtitle: This release includes feedback changes and fixes for vf-footer and vf-minimal-footer. +date: 2026-05-21 09:30:00 +version: 2.5.28 +tags: + - posts + - changelog +layout: layouts/post.njk +--- + +{%- import "component-release-links.njk" as releaseLinks -%} + +{% render '@vf-navigation', { + "heading": "On this page", + "classModifier": "on-this-page", + "activateJavascript": true, + "navigation": [ + { + "text": "Refinements", + "navigation_href": "#refinements" + } + ] +} %} + +{% markdown %} + +
+

+This releases {{version}} to the CDN +

+
+ +[`https://assets.emblstatic.net/vf/v{{version}}/css/styles.css`](https://assets.emblstatic.net/vf/v{{version}}/css/styles.css)
+[`https://assets.emblstatic.net/vf/v{{version}}/scripts/scripts.js`](https://assets.emblstatic.net/vf/v{{version}}/scripts/scripts.js) + +As a reminder, the rollup CSS and JS are compilations of many independently versioned components and is likely to contain changes that may disrupt the look of your site. We advise testing. Even better is to build your own CSS rollup from the npm sources, [you can find a guide here]({{ '/building' | url }}). + +{#- don't forget to add the latest version to /tools/vf-component-library/src/site/_data/siteConfig.js -#} + +
+

+ +### Refinements + +{{ releaseLinks.notes("vf-footer", "1.2.3", "0fc03da05349f7c6bffef23e3f9591318f265378") }} +* Updated: Release with feedback changes and bug fixes. + +{{ releaseLinks.notes("vf-minimal-footer", "1.0.0-beta.2", "0fc03da05349f7c6bffef23e3f9591318f265378") }} +* Updated: Release with feedback changes and bug fixes. + +{% endmarkdown %}