Updated version number and the changelog

This commit is contained in:
Sercan Yemen
2022-01-01 22:50:22 +03:00
parent 57a3f6ae99
commit 6e593b1f1e
3 changed files with 23 additions and 2 deletions

View File

@@ -10,6 +10,27 @@ export class ChangelogComponent
{
changelog: any[] = [
// v14.1.1
{
version : 'v14.1.1',
releaseDate: 'Jan 02, 2022',
changes : [
{
type: 'Changed',
list: [
'(dependencies) Updated various packages',
'(TailwindCSS) Moved to the new syntax on Tailwind config'
]
},
{
type: 'Changed',
list: [
'(TailwindCSS) Accent and Warn colors are not being generated for themes other than the Default',
'(Contacts) Fixed: Typo on resolve object'
]
}
]
},
// v14.1.0
{
version : 'v14.1.0',