From 153d014d549eec668c847df6f62f0b1814f82b66 Mon Sep 17 00:00:00 2001 From: Frida Erdal <31915755+pomfrida@users.noreply.github.com> Date: Thu, 26 Nov 2020 10:55:35 +0100 Subject: [PATCH] Release eds-tokens@0.5.0 (#913) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 📝 Updated tokens CHANGELOG * Update libraries/tokens/CHANGELOG.md Co-authored-by: Victor Nystad * 🔖 Version up Co-authored-by: Victor Nystad --- libraries/tokens/CHANGELOG.md | 11 +++++++++++ libraries/tokens/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/libraries/tokens/CHANGELOG.md b/libraries/tokens/CHANGELOG.md index a7fd7e537e..ffbeeef41d 100644 --- a/libraries/tokens/CHANGELOG.md +++ b/libraries/tokens/CHANGELOG.md @@ -5,6 +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.5.0] - 2020-11-26 + +### Added + +- Types, as part of the ([Typescript Milestone](https://github.com/equinor/design-system/milestone/7?closed=1)) + +### Changed + +- Updated line height for Cell Text (`Table`) tokens and text color for `Snackbar` [#824](https://github.com/equinor/design-system/issues/824) +- Changed module types for better support with `commonjs` and `esm`. Using the `/commonjs` path on packages should no longer be needed and will be deprecated in the future ([#887](https://github.com/equinor/design-system/issues/887)) + ## [0.4.0] - 2020-09-02 ### Added diff --git a/libraries/tokens/package.json b/libraries/tokens/package.json index 216ffb90b0..2a515741ff 100644 --- a/libraries/tokens/package.json +++ b/libraries/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/eds-tokens", - "version": "0.5.1-beta.2", + "version": "0.5.0", "description": "Design tokens for the Equinor Design System", "main": "dist/tokens.cjs.js", "module": "dist/tokens.esm.js",