diff --git a/Changelog.md b/Changelog.md index ae250b09..58809c9d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,9 +3,37 @@ 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 +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.3] - 2023-03-09 + +### Changes +- Improving changelog for previous changes +### Bugfixes +- Fixes a bug where the installer was deploying with outdated css for custom +previews + +## [0.1.2] - 2023-03-09 + +### Bugfixes + +- Fixing installer package json version b2d58c5 + +## [0.1.1] - 2023-03-09 + +### Bugfixes + +- Fixes script naming for installed sites + ## [0.1.0] - 2023-03-09 + ### Changes -Initial public release of the Handoff App. This is a beta release. + +- Creates the initial public version of Handoff +- High level initial feature list + - Builds pipeline from Figma to generate tokens from well structured file + - Exports design foundations (colors, typography, icons, logos) + - Component design tokens (buttons, alerts, modal, tooltips, inputs, radios, checkboxes, radio, switches) + - Transformers for sass variables, css variables, previews and custom fonts + - Static web application that can be published to any web host