Skip to content

Commit

Permalink
Hotfix for version number
Browse files Browse the repository at this point in the history
  • Loading branch information
khawkins98 committed Apr 1, 2021
1 parent 9241ee9 commit c89bb6a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
8 changes: 4 additions & 4 deletions tools/vf-component-library/src/site/_data/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ module.exports = {
buildTime: DateTime.fromISO(new Date().toISOString()),
// vfVersion: global.vfVersion,
// use this when NOT tagging a release
vfVersion: "develop",
vfVersionPrefix: "dev.",
// vfVersion: "develop",
// vfVersionPrefix: "dev.",
// use this when tagging a release
// vfVersion: "v2.4.11",
// vfVersionPrefix: "",
vfVersion: "v2.4.11",
vfVersionPrefix: "",
sections: {
about: {
url: "/about",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ layout: layouts/boilerplate.njk
{% if serverInfo.environment == "development" -%}
<link rel="stylesheet" media="all" href="{{ '/css/styles.css' | url }}" />
{%- else -%}
<link rel="stylesheet" href="https://assets.emblstatic.net/vf/{{ siteConfig.vfVersion }}/css/styles.css">
<link rel="stylesheet" href="https://{{ siteConfig.vfVersionPrefix }}assets.emblstatic.net/vf/{{ siteConfig.vfVersion }}/css/styles.css">
{%- endif %}
<!--
Want to build a site with the Visual Framework?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ As a reminder, the rollup CSS and JS are compilations of many independently vers
</section>


### Component Updates
### Search update <a href="#search" id="search"></a>

{{ notes("vf-search-client-side", "3.0.0-alpha.0", "9d741e8e9d36cbffbbd8e9168599876b5f1f8b3e") }}

Expand All @@ -86,8 +86,8 @@ As a reminder, the rollup CSS and JS are compilations of many independently vers

{{ notes("vf-navigation", "3.0.0-beta.0", "596050e643bc453d1ffcf5e47f9ff58e69a0e9a4") }}

* deprecated the `--aditional` variant.
* removes `--main` and `--global` Sass files, incoroprating them into the base stylesheet.
* deprecated the `--additional` variant.
* removes `--main` and `--global` Sass files, incorporating them into the base stylesheet.
* tidies up quite a bit of CSS.
* makes use of `vf-cluster` for layout in the markup.
* adds some documentation.
Expand All @@ -96,7 +96,6 @@ As a reminder, the rollup CSS and JS are compilations of many independently vers

* removes navigation variants as they're now part of base Sass file.


### Bugs and minor optimisations <a href="#bugs" id="bugs"></a>

{{ notes("vf-hero", "3.2.1", "ada27b78684ed1145fd81b82107bcda5c8b11ee6") }}
Expand All @@ -106,7 +105,6 @@ As a reminder, the rollup CSS and JS are compilations of many independently vers
* Allows vf_hero_heading_href to be passed in yaml.
* Gobbles much of the whitespace.


{{ notes("vf-sass-starter", "0.1.19", "477df90cb04449b6649022c5cb1983562b2f4895") }}

* dependency bump.
Expand All @@ -118,4 +116,5 @@ As a reminder, the rollup CSS and JS are compilations of many independently vers
{{ notes("vf-design-tokens", "3.4.1", "114b4bfc175488b372b04e0c5b7a1136a0633fe4") }}

* Adds a gulp command vf-design-tokens alias for developers who easily forget.

{% endmarkdown %}

0 comments on commit c89bb6a

Please sign in to comment.