diff --git a/libraries/tokens/CHANGELOG.md b/libraries/tokens/CHANGELOG.md index ff35c25ca2..dc04a83400 100644 --- a/libraries/tokens/CHANGELOG.md +++ b/libraries/tokens/CHANGELOG.md @@ -5,6 +5,18 @@ 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). +## [0.5.3] - 2020-12-09 + +### Removed + +- Removed component tokens in favour of the base tokens approach + - `Table` ([#830](https://github.com/equinor/design-system/issues/830)) + - `Button` ([#831](https://github.com/equinor/design-system/issues/831)) + - Danger + - Disabled + - Primary + - Secondary + ## [0.5.2] - 2020-11-26 ### Changed 📓 diff --git a/libraries/tokens/package.json b/libraries/tokens/package.json index 0d2c580156..cffb971cd7 100644 --- a/libraries/tokens/package.json +++ b/libraries/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/eds-tokens", - "version": "0.5.2", + "version": "0.5.3", "description": "Design tokens for the Equinor Design System", "main": "dist/tokens.cjs.js", "module": "dist/tokens.esm.js",