Skip to content

Commit

Permalink
ci(changesets): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 15, 2024
1 parent c9b7aca commit c8f8fe7
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 21 deletions.
20 changes: 0 additions & 20 deletions .changeset/proud-ads-relate.md

This file was deleted.

21 changes: 21 additions & 0 deletions packages/icons-react16/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/icons-react16/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit c8f8fe7

Please sign in to comment.