diff --git a/.changeset/flat-points-smoke.md b/.changeset/flat-points-smoke.md deleted file mode 100644 index 58b1ea655..000000000 --- a/.changeset/flat-points-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudfour/patterns': patch ---- - -Fix bug where content below Sky Nav was not animating open/closed diff --git a/.changeset/spotty-owls-pay.md b/.changeset/spotty-owls-pay.md deleted file mode 100644 index 206646edd..000000000 --- a/.changeset/spotty-owls-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudfour/patterns': minor ---- - -Add aria-hidden to Pagination component ellipsis diff --git a/CHANGELOG.md b/CHANGELOG.md index 39d438b08..f3e24cfdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @cloudfour/patterns +## 12.3.0 + +### Minor Changes + +- [#1983](https://github.com/cloudfour/cloudfour.com-patterns/pull/1983) [`e5af776b`](https://github.com/cloudfour/cloudfour.com-patterns/commit/e5af776b86456edd5de20c2f452f27125abaf8d5) Thanks [@gerardo-rodriguez](https://github.com/gerardo-rodriguez)! - Add aria-hidden to Pagination component ellipsis + +### Patch Changes + +- [#1986](https://github.com/cloudfour/cloudfour.com-patterns/pull/1986) [`f047d75e`](https://github.com/cloudfour/cloudfour.com-patterns/commit/f047d75e415f41230e942d29fe7bb417eee8dc41) Thanks [@gerardo-rodriguez](https://github.com/gerardo-rodriguez)! - Fix bug where content below Sky Nav was not animating open/closed + ## 12.2.0 ### Minor Changes diff --git a/package.json b/package.json index e0256ccb6..97bb77d37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudfour/patterns", - "version": "12.2.0", + "version": "12.3.0", "author": "Cloud Four", "description": "Front-end patterns for cloudfour.com", "homepage": "https://github.com/cloudfour/cloudfour.com-patterns",