Skip to content

Commit

Permalink
Version Packages (#64)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 9, 2023
1 parent 4e22179 commit 544fcfb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .changeset/pink-suns-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-buttons-drive.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/web-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @utilitywarehouse/web-ui

## 0.0.11

### Patch Changes

- [#62](https://github.com/utilitywarehouse/design-systems/pull/62) [`5ec71f8`](https://github.com/utilitywarehouse/design-systems/commit/5ec71f88f6c36cbdb79788e44f30af617c12f841) Thanks [@robphoenix](https://github.com/robphoenix)! - This changes the way color is handled by the `Text` and `Heading` components. As a result of the newly introduced `colour-system` library, these components, and `Typography`, will accept a `string` value, ideally from the `colour-system` library. Until we get more solid semantic understanding of how colours are used, we will support this more open approach to typography colours.
This change also preempts the deprecation, and future removal, of the background colour context that enables typography components to change their colour based on the parent background colour. Because of this, the `Text` and `Heading` components will not support this functionality. If they need to be used on a darker brand background, the appropriate text color should be passed in to the `color` prop.
The `Typography` component continues to be backwards compatible with `customer-ui-material`.

- [#63](https://github.com/utilitywarehouse/design-systems/pull/63) [`4e22179`](https://github.com/utilitywarehouse/design-systems/commit/4e22179124d5dcc9c3ab543b848b23b350ec37ec) Thanks [@robphoenix](https://github.com/robphoenix)! - To make the transition smoother from `customer-ui-material`, and to better support the removal of the background colour context, this change adds back the legacy `Background` component, and removes the functionality from `Box`, so that we don't have to make any breaking changes with that component, and can deprecate the Background component and remove in the next major release.

## 0.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@utilitywarehouse/web-ui",
"version": "0.0.10",
"version": "0.0.11",
"description": "React components for building UW UIs",
"type": "module",
"main": "dist/index.cjs",
Expand Down

1 comment on commit 544fcfb

@vercel
Copy link

@vercel vercel bot commented on 544fcfb May 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web-ui – ./

uw-web-ui.vercel.app
web-ui-uwds.vercel.app
web-ui-git-main-uwds.vercel.app

Please sign in to comment.