From ce99fd4812eec3480fd73eab365b4b3005fd839f Mon Sep 17 00:00:00 2001 From: Frida Erdal <31915755+pomfrida@users.noreply.github.com> Date: Thu, 26 Nov 2020 10:26:39 +0100 Subject: [PATCH] Release eds-icons@0.5.0 (#917) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 📝 CHANGELOG * 🔖 + module issue and version up * 🔖 Correct version * Update libraries/icons/CHANGELOG.md Co-authored-by: Victor Nystad Co-authored-by: Victor Nystad --- libraries/icons/CHANGELOG.md | 10 ++++++++++ libraries/icons/package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/libraries/icons/CHANGELOG.md b/libraries/icons/CHANGELOG.md index 0ceaf2b8b1..0b9313c0df 100644 --- a/libraries/icons/CHANGELOG.md +++ b/libraries/icons/CHANGELOG.md @@ -5,6 +5,16 @@ 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 + +- Changed module types for better support with `cjs` 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-11 ### Added diff --git a/libraries/icons/package.json b/libraries/icons/package.json index 96fa906d96..b647861e48 100644 --- a/libraries/icons/package.json +++ b/libraries/icons/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/eds-icons", - "version": "0.5.0-beta.2", + "version": "0.5.0", "description": "Icons from the Equinor Design System", "main": "dist/icons.cjs.js", "module": "dist/icons.esm.js",