From 79983ea027ef608b7681c6d02184d40c3a13c4b9 Mon Sep 17 00:00:00 2001 From: Wenche Tollevsen Date: Wed, 9 Dec 2020 12:56:45 +0100 Subject: [PATCH] Release eds-tokens (#967) * :memo: Update CHANGELOG.md. Bump version number * :memo: Add missing links. Removed as title --- libraries/tokens/CHANGELOG.md | 12 ++++++++++++ libraries/tokens/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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",