From 0fdee364ef484a88420338b32bbe719f140385a0 Mon Sep 17 00:00:00 2001
From: zakve <43496545+zakve@users.noreply.github.com>
Date: Mon, 22 Jan 2024 16:15:28 +0100
Subject: [PATCH 1/2] Revert "Add trading icon"
---
CHANGELOG.md | 7 -------
package.json | 2 +-
src/icons/trading.svg | 8 --------
src/types/PhoenixIcons.tsx | 2 --
4 files changed, 1 insertion(+), 18 deletions(-)
delete mode 100644 src/icons/trading.svg
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a323d3eb..d8f150ab 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,13 +2,6 @@
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 c5525020..c2d5773f 100755
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@purple/phoenix-components",
- "version": "5.16.0",
+ "version": "5.15.1",
"description": "",
"main": "dist/bundle.umd.js",
"module": "dist/bundle.esm.js",
diff --git a/src/icons/trading.svg b/src/icons/trading.svg
deleted file mode 100644
index 3f52f2ef..00000000
--- a/src/icons/trading.svg
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
diff --git a/src/types/PhoenixIcons.tsx b/src/types/PhoenixIcons.tsx
index 3fd644fa..d5ba7bd5 100644
--- a/src/types/PhoenixIcons.tsx
+++ b/src/types/PhoenixIcons.tsx
@@ -97,7 +97,6 @@ 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'
@@ -186,7 +185,6 @@ export const PhoenixIconsOutlinedSrc = {
stopwatch,
'subtract-circle': subtractCircle,
'times-circle': timesCircle,
- trading,
transfer,
trash,
upload,
From e835464cf76e2caf600be67d2e0b41080e8fbf6c Mon Sep 17 00:00:00 2001
From: zakve
Date: Mon, 22 Jan 2024 16:19:39 +0100
Subject: [PATCH 2/2] fix: keep latest version
---
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",