Skip to content

Commit

Permalink
ci(changeset): generate PR with changelog & version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 30, 2020
1 parent 9911710 commit 6cb41d1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/great-dingos-behave.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/tender-clocks-clean.md

This file was deleted.

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

## 28.14.0

### Minor Changes

- Add Notification icon ([#702](https://github.com/seek-oss/braid-design-system/pull/702))

- Add useBreakpoint ([#700](https://github.com/seek-oss/braid-design-system/pull/700))

`useBreakpoint` will return the breakpoint the browser viewport currently falls within (mobile, tablet or desktop). As this can only be calculated in the browser, the value may also be null. Window resizing is supported.

**Note:** Avoid use of this hook where possible. Responsive properties and media queries are a better option in most cases.

## 28.13.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "braid-design-system",
"version": "28.13.0",
"version": "28.14.0",
"description": "Themeable design system for the SEEK Group",
"main": "lib/components/index.ts",
"sideEffects": [
Expand Down

0 comments on commit 6cb41d1

Please sign in to comment.