From c8f8fe73152c4300223ca91fbe71d71b16fe26cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 15 May 2024 14:13:43 +0000 Subject: [PATCH] ci(changesets): version packages --- .changeset/proud-ads-relate.md | 20 -------------------- packages/icons-react16/CHANGELOG.md | 21 +++++++++++++++++++++ packages/icons-react16/package.json | 2 +- 3 files changed, 22 insertions(+), 21 deletions(-) delete mode 100644 .changeset/proud-ads-relate.md diff --git a/.changeset/proud-ads-relate.md b/.changeset/proud-ads-relate.md deleted file mode 100644 index 3d12f87..0000000 --- a/.changeset/proud-ads-relate.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -"@hopper-ui/icons-react16": major ---- - -**Breaking Change**: Updated the icons variables to be more consistent with the other components. - -Will need to update the style sheets to use the new CSS variables. - -For example, they will need to replace: - -| Old variable | New variable | -| ------------ | ------------ | -| `--hop-richicon-placeholder-surface-color` | `--hop-Richicon-placeholder-shadow` | -| `--hop-richicon-placeholder-icon-color` | `--hop-Richicon-placeholder-background` | -| `--hop-richicon-placeholder-icon-strong-color` | `--hop-Richicon-placeholder-fill` | - -Add color variables for custom rich-icons styling - -to change the background color, use the variable `--hop-Richicon-placeholder-background` -to change the shadow color, use the variable `--hop-Richicon-placeholder-shadow` diff --git a/packages/icons-react16/CHANGELOG.md b/packages/icons-react16/CHANGELOG.md index 7837507..5f69e18 100644 --- a/packages/icons-react16/CHANGELOG.md +++ b/packages/icons-react16/CHANGELOG.md @@ -1,5 +1,26 @@ # @hopper-ui/icons-react16 +## 2.0.0 + +### Major Changes + +- 6eb9486: **Breaking Change**: Updated the icons variables to be more consistent with the other components. + + Will need to update the style sheets to use the new CSS variables. + + For example, they will need to replace: + + | Old variable | New variable | + | ---------------------------------------------- | --------------------------------------- | + | `--hop-richicon-placeholder-surface-color` | `--hop-Richicon-placeholder-shadow` | + | `--hop-richicon-placeholder-icon-color` | `--hop-Richicon-placeholder-background` | + | `--hop-richicon-placeholder-icon-strong-color` | `--hop-Richicon-placeholder-fill` | + + Add color variables for custom rich-icons styling + + to change the background color, use the variable `--hop-Richicon-placeholder-background` + to change the shadow color, use the variable `--hop-Richicon-placeholder-shadow` + ## 1.9.0 ### Minor Changes diff --git a/packages/icons-react16/package.json b/packages/icons-react16/package.json index 658ee82..ef908d8 100644 --- a/packages/icons-react16/package.json +++ b/packages/icons-react16/package.json @@ -1,7 +1,7 @@ { "name": "@hopper-ui/icons-react16", "author": "Workleap", - "version": "1.9.0", + "version": "2.0.0", "description": "The icons package that targets React 16.", "license": "Apache-2.0", "repository": {