From 302a8120239c332a1f30c54d17120af21e53a07b Mon Sep 17 00:00:00 2001 From: Frida Erdal <31915755+pomfrida@users.noreply.github.com> Date: Fri, 28 May 2021 12:13:59 +0200 Subject: [PATCH] Release eds-tokens@0.6.0 (#1386) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🔖 Changelog + release tag * ⏪ Wrong branch * 🔖 Changelog + release tag * 🎨 Minor edit (prime to reversed prime sign) * 📝 Linked issues --- libraries/tokens/CHANGELOG.md | 8 ++++---- libraries/tokens/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libraries/tokens/CHANGELOG.md b/libraries/tokens/CHANGELOG.md index 3267e96da3..9f9ddcc97b 100644 --- a/libraries/tokens/CHANGELOG.md +++ b/libraries/tokens/CHANGELOG.md @@ -5,17 +5,17 @@ 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.6.0] - 2021-xx-xx +## [0.6.0] - 2021-05-28 ### Added -- New `Typography` token +- New `Typography` token [(#1370)](https://github.com/equinor/design-system/issues/1370) - `menu_title_hover` ### Changed -- Updated `Typography` tokens - - Reduced line-height on ´h1´,´h2´ & ´h3´ +- Updated `Typography` tokens [(#1370)](https://github.com/equinor/design-system/issues/1370) + - Reduced line-height on `h1`, `h2` & `h3` ## [0.5.8] - 2021-05-06 diff --git a/libraries/tokens/package.json b/libraries/tokens/package.json index d7268366e0..37ae36eb9f 100644 --- a/libraries/tokens/package.json +++ b/libraries/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/eds-tokens", - "version": "0.6.0-dev.20210525", + "version": "0.6.0", "description": "Design tokens for the Equinor Design System", "main": "dist/tokens.cjs.js", "module": "dist/tokens.esm.js",