From 8d50f5feab8a3ed9974bc8b3cc0910701a458d53 Mon Sep 17 00:00:00 2001 From: zakve Date: Mon, 15 Jan 2024 15:30:50 +0100 Subject: [PATCH 1/3] feat: add trading icon --- src/icons/trading.svg | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/icons/trading.svg diff --git a/src/icons/trading.svg b/src/icons/trading.svg new file mode 100644 index 00000000..3f52f2ef --- /dev/null +++ b/src/icons/trading.svg @@ -0,0 +1,8 @@ + + + + + + + + From 0cacf4992b7aae834f601d5358ebb031f96dd5b1 Mon Sep 17 00:00:00 2001 From: zakve Date: Mon, 15 Jan 2024 15:38:09 +0100 Subject: [PATCH 2/3] chore(release): 5.16.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8f150ab..a323d3eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [5.16.0](https://github.com/purple-technology/phoenix-components/compare/v5.15.1...v5.16.0) (2024-01-15) + + +### Features + +* add trading icon ([8d50f5f](https://github.com/purple-technology/phoenix-components/commit/8d50f5feab8a3ed9974bc8b3cc0910701a458d53)) + ### [5.15.1](https://github.com/purple-technology/phoenix-components/compare/v5.15.0...v5.15.1) (2024-01-03) diff --git a/package.json b/package.json index c2d5773f..c5525020 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@purple/phoenix-components", - "version": "5.15.1", + "version": "5.16.0", "description": "", "main": "dist/bundle.umd.js", "module": "dist/bundle.esm.js", From e0100bf26af9fe14d1d52b2aa7da8facc943580c Mon Sep 17 00:00:00 2001 From: zakve Date: Mon, 15 Jan 2024 15:42:33 +0100 Subject: [PATCH 3/3] feat: add trading icon export --- src/types/PhoenixIcons.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/types/PhoenixIcons.tsx b/src/types/PhoenixIcons.tsx index d5ba7bd5..3fd644fa 100644 --- a/src/types/PhoenixIcons.tsx +++ b/src/types/PhoenixIcons.tsx @@ -97,6 +97,7 @@ import starWarning from '../icons/star-warning.svg' import stopwatch from '../icons/stopwatch.svg' import subtractCircle from '../icons/subtract-circle.svg' import timesCircle from '../icons/times-circle.svg' +import trading from '../icons/trading.svg' import transfer from '../icons/transfer.svg' import trash from '../icons/trash.svg' import trashError from '../icons/trash-error.svg' @@ -185,6 +186,7 @@ export const PhoenixIconsOutlinedSrc = { stopwatch, 'subtract-circle': subtractCircle, 'times-circle': timesCircle, + trading, transfer, trash, upload,