From 9a8686fc6a72a6d70d7378100c43a788de144658 Mon Sep 17 00:00:00 2001 From: Tuomo Kivinen Date: Tue, 16 Jan 2024 13:46:36 +0200 Subject: [PATCH] () add empty changelog template --- CHANGELOG.md | 116 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 116 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb1206f016..aec2b93e41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,122 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.X.X] - Month, XX, 202X + +### React + +#### Breaking + +- [Component] What are the breaking changes? + +#### Added + +- [Component] What is added? + +#### Changed + +Changes that are not related to specific components +- [Component] What has been changed + +#### Fixed + +- [Component] What bugs/typos are fixed? + +### Core + +#### Breaking + +- [Component] What are the breaking changes? + +#### Added + +- [Component] What is added? + +#### Changed + +Changes that are not related to specific components +- [Component] What has been changed + +#### Fixed + +- [Component] What bugs/typos are fixed? + +### Documentation + +#### Breaking + +- [Component] What are the breaking changes? + +#### Added + +- [Component] What is added? + +#### Changed + +Changes that are not related to specific components +- [Component] What has been changed + +#### Fixed + +- [Component] What bugs/typos are fixed? + +### Figma + +#### Breaking + +- [Component] What are the breaking changes? + +#### Added + +- [Component] What is added? + +#### Changed + +Changes that are not related to specific components +- [Component] What has been changed + +#### Fixed + +- [Component] What bugs/typos are fixed? + +### Sketch/Abstract + +#### Breaking + +- [Component] What are the breaking changes? + +#### Added + +- [Component] What is added? + +#### Changed + +Changes that are not related to specific components +- [Component] What has been changed + +#### Fixed + +- [Component] What bugs/typos are fixed? + +### Hds-js + +#### Breaking + +- [Component] What are the breaking changes? + +#### Added + +- [Component] What is added? + +#### Changed + +Changes that are not related to specific components +- [Component] What has been changed + +#### Fixed + +- [Component] What bugs/typos are fixed? + ## [3.4.0] - January, 16, 2024 ### React