From 6cb41d12e25f1cbb3935b858a2ec9442463c17e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 30 Jul 2020 23:43:13 +0000 Subject: [PATCH] ci(changeset): generate PR with changelog & version updates --- .changeset/great-dingos-behave.md | 5 ----- .changeset/tender-clocks-clean.md | 9 --------- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 4 files changed, 13 insertions(+), 15 deletions(-) delete mode 100644 .changeset/great-dingos-behave.md delete mode 100644 .changeset/tender-clocks-clean.md diff --git a/.changeset/great-dingos-behave.md b/.changeset/great-dingos-behave.md deleted file mode 100644 index 1038bdd180..0000000000 --- a/.changeset/great-dingos-behave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'braid-design-system': minor ---- - -Add Notification icon diff --git a/.changeset/tender-clocks-clean.md b/.changeset/tender-clocks-clean.md deleted file mode 100644 index 5c6affdf6a..0000000000 --- a/.changeset/tender-clocks-clean.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'braid-design-system': minor ---- - -Add useBreakpoint - -`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. diff --git a/CHANGELOG.md b/CHANGELOG.md index e3b37c4f5c..60d5f69516 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index fb92374b40..3b1132b8f5 100644 --- a/package.json +++ b/package.json @@ -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": [