Skip to content

Commit

Permalink
Version Packages (#1321)
Browse files Browse the repository at this point in the history
  • Loading branch information
seek-oss-ci authored Jul 3, 2023
1 parent a722372 commit ccd2162
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 23 deletions.
22 changes: 0 additions & 22 deletions .changeset/metal-gorillas-switch.md

This file was deleted.

18 changes: 18 additions & 0 deletions packages/braid-design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# braid-design-system

## 32.8.0

### Minor Changes

- **IconEnlarge:** Add new component ([#1320](https://github.com/seek-oss/braid-design-system/pull/1320))

**EXAMPLE USAGE:**

```jsx
<IconEnlarge />
```

The `active` prop can be used to toggle the icon into the "reduce" state:

```jsx
<IconEnlarge active={true} />
```

## 32.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/braid-design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "braid-design-system",
"version": "32.7.0",
"version": "32.8.0",
"description": "Themeable design system for the SEEK Group",
"homepage": "https://seek-oss.github.io/braid-design-system/",
"bugs": {
Expand Down
11 changes: 11 additions & 0 deletions site/src/componentUpdates.json
Original file line number Diff line number Diff line change
Expand Up @@ -3410,5 +3410,16 @@
"summary": "**Drawer:** Align horizontal gutters with PageBlock\n\nGiven a `Drawer` is full width on a mobile device, applying the same horizontal gutter rules as `PageBlock` makes sense.\nThis ensures content on a mobile will have the same available space whether its in the page, or inside a `Drawer`."
}
]
},
{
"version": "32.8.0",
"updates": [
{
"new": [
"IconEnlarge"
],
"summary": "**IconEnlarge:** Add new component\n\n**EXAMPLE USAGE:**\n\n```jsx\n<IconEnlarge />\n```\n\nThe `active` prop can be used to toggle the icon into the \"reduce\" state:\n\n```jsx\n<IconEnlarge active={true} />\n```"
}
]
}
]

0 comments on commit ccd2162

Please sign in to comment.