diff --git a/.changeset/famous-peaches-punch.md b/.changeset/famous-peaches-punch.md deleted file mode 100644 index 78d5bc1c6..000000000 --- a/.changeset/famous-peaches-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudfour/patterns': minor ---- - -Introduce `is-slashed` CSS state class, remove `aria-pressed` logic diff --git a/.changeset/sweet-beds-search.md b/.changeset/sweet-beds-search.md deleted file mode 100644 index 264c8096d..000000000 --- a/.changeset/sweet-beds-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudfour/patterns': minor ---- - -Add the Bio layout object diff --git a/.changeset/ten-parrots-battle.md b/.changeset/ten-parrots-battle.md deleted file mode 100644 index c68df524c..000000000 --- a/.changeset/ten-parrots-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudfour/patterns': minor ---- - -Adjust sizing of logo in sky nav diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d5363503..cd074dc8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @cloudfour/patterns +## 4.3.0 + +### Minor Changes + +- [#1519](https://github.com/cloudfour/cloudfour.com-patterns/pull/1519) [`2947ed21`](https://github.com/cloudfour/cloudfour.com-patterns/commit/2947ed219f34a4660fa0fe4b98d2e2252724c592) Thanks [@gerardo-rodriguez](https://github.com/gerardo-rodriguez)! - Introduce `is-slashed` CSS state class, remove `aria-pressed` logic + +* [#1505](https://github.com/cloudfour/cloudfour.com-patterns/pull/1505) [`567d70be`](https://github.com/cloudfour/cloudfour.com-patterns/commit/567d70be65241a04ea28809e438790a693acf19a) Thanks [@gerardo-rodriguez](https://github.com/gerardo-rodriguez)! - Add the Bio layout object + +- [#1517](https://github.com/cloudfour/cloudfour.com-patterns/pull/1517) [`09079e1a`](https://github.com/cloudfour/cloudfour.com-patterns/commit/09079e1a75f82e0635b9d2e6dba8cdefb7c931e0) Thanks [@calebeby](https://github.com/calebeby)! - Adjust sizing of logo in sky nav + ## 4.2.0 ### Minor Changes diff --git a/package.json b/package.json index 84a68d1c1..52aaaea08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudfour/patterns", - "version": "4.2.0", + "version": "4.3.0", "author": "Cloud Four", "description": "Front-end patterns for cloudfour.com", "homepage": "https://github.com/cloudfour/cloudfour.com-patterns",