From e2e255312a717ae9b7765c1f009b0b6ef1f8c65e Mon Sep 17 00:00:00 2001 From: Michael Marszalek Date: Tue, 7 Sep 2021 15:49:39 +0200 Subject: [PATCH] Release of eds-icons@0.7.0 (#1531) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 📝 Changelog draft * 🔖 Updated version to production * 📝 Updated date --- libraries/icons/CHANGELOG.md | 16 ++++++++++++++++ libraries/icons/package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/libraries/icons/CHANGELOG.md b/libraries/icons/CHANGELOG.md index 06744e61b4..c4e97193bf 100644 --- a/libraries/icons/CHANGELOG.md +++ b/libraries/icons/CHANGELOG.md @@ -5,6 +5,22 @@ 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.7.0] - 2021-09-07 + +### Added + +- New icons: + - `power_bi` + - `engineering` + - `boundaries` + - `inspect3d` + - `inspectrotation` + - `invert` + +### Changed + +- Updated `svgo` from `1.3.2` to `2.3.0` with new parsing, bundling and minimizing plugins. + ## [0.6.2] - 2021-01-21 ### Fixed 🐛 diff --git a/libraries/icons/package.json b/libraries/icons/package.json index bedda60b53..a7105c307f 100644 --- a/libraries/icons/package.json +++ b/libraries/icons/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/eds-icons", - "version": "0.6.2", + "version": "0.7.0", "description": "Icons from the Equinor Design System", "main": "dist/icons.cjs.js", "module": "dist/icons.esm.js",