Skip to content
Snippets Groups Projects
Commit 7be3d650 authored by Ken Hawkins's avatar Ken Hawkins
Browse files

Add notes on versioning of components

parent 6e961001
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,8 @@ You can [view all releases in the GitHub release log](https://github.com/visual-
Releases of vf-core are done monthly on the last Thursday in each month.
## Versioning
As not all users of the Visual Framework will be able to update to the very latest and we do not wish to hold others back, we are using a [semantic versioning](https://semver.org/) style of releases.
| Major release | Minor release | Note |
......
---
title: Component versioning
---
[Looking for notes on versioning of vf-core]({{ '/docs/changelog' | path }})?
There are two principles to note:
- Components use a [semantic versioning](https://semver.org/) style of releases
- Versioning of component is self-contained and distinct from the version number of `vf-core`
That is, if a `vf-pattern@2.2.0` has a breaking change, it would be updated to
`vf-pattern@v3.0.0` and still be compatible with `vf-core@2.x`.
All patterns should be designed to work with vf-core 2.x, but the may specify a
minimum required minor version of vf-core.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment