Skip to content

Commit

Permalink
Component release 2020128-01
Browse files Browse the repository at this point in the history
  • Loading branch information
khawkins98 committed Jan 28, 2020
1 parent 2202b48 commit 67b5b47
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 9 deletions.
6 changes: 5 additions & 1 deletion components/vf-card-container/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.0.0-alpha.0 (2020-01-24)
## 1.0.0-alpha.1 (2020-01-28)

* Corrects YAML template usage

## 1.0.0-alpha.0 (2020-01-24)

* Initial release
2 changes: 1 addition & 1 deletion components/vf-card-container/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"name": "@visual-framework/vf-card-container",
"description": "vf-card-container component",
"homepage": "https://visual-framework.github.io/vf-core",
Expand Down
8 changes: 6 additions & 2 deletions components/vf-card/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.1 (2020-01-24)
## 1.0.2 (2020-01-28)

* Corrects YAML template usage and NJK template

## 1.0.1 (2020-01-24)

* Improves layout and design support

# 1.0.0 (2019-12-17)
## 1.0.0 (2019-12-17)

* Initial stable release
2 changes: 1 addition & 1 deletion components/vf-card/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.1",
"version": "1.0.2",
"name": "@visual-framework/vf-card",
"description": "vf-card component",
"homepage": "https://visual-framework.github.io/vf-core",
Expand Down
8 changes: 6 additions & 2 deletions components/vf-section-header/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.1 (2020-01-24)
## 1.0.1 (2020-01-28)

* Resolves bug in passing links to template

## 1.0.1 (2020-01-24)

* Adds support for headers as links

# 1.0.0 (2019-12-17)
## 1.0.0 (2019-12-17)

* Initial stable release
2 changes: 1 addition & 1 deletion components/vf-section-header/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.1",
"version": "1.0.2",
"name": "@visual-framework/vf-section-header",
"description": "vf-section-header component",
"homepage": "https://visual-framework.github.io/vf-core/",
Expand Down
4 changes: 4 additions & 0 deletions tools/vf-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 1.0.0-alpha.0 (2020-01-28)

**Note:** Version bump only for package @visual-framework/vf-config

## 0.0.3-alpha.0 (2019-11-14)

**Note:** Version bump only for package @visual-framework/vf-config
Expand Down
2 changes: 1 addition & 1 deletion tools/vf-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visual-framework/vf-config",
"version": "0.0.3-alpha.0",
"version": "1.0.0-alpha.0",
"description": "Pull in some optional configuration from a project's package.json for use when building Visual Framework components and templates.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 67b5b47

Please sign in to comment.