Skip to content

Commit 7756c7e

Browse files
Publish Next Version (#2097)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f7322cd commit 7756c7e

10 files changed

+23
-41
lines changed

.changeset/afraid-monkeys-smile.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fresh-moose-draw.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/odd-dryers-visit.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sharp-lemons-hunt.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/stale-chairs-think.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/strange-steaks-sneeze.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/twenty-bees-mate.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wild-cougars-tie.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# @cloudfour/patterns
22

3+
## 12.8.0
4+
5+
### Minor Changes
6+
7+
- [#2096](https://github.com/cloudfour/cloudfour.com-patterns/pull/2096) [`a4419618`](https://github.com/cloudfour/cloudfour.com-patterns/commit/a4419618b6dd0794ddb3a219479eb8f6221ee077) Thanks [@tylersticka](https://github.com/tylersticka)! - The `has-big-font-size` utility class in WordPress now gradually applies the size increase as the viewport width increases to avoid overwhelming smaller viewports
8+
9+
- [#2109](https://github.com/cloudfour/cloudfour.com-patterns/pull/2109) [`a3f82c02`](https://github.com/cloudfour/cloudfour.com-patterns/commit/a3f82c02d800c91c1b817a871001add42ba115ab) Thanks [@gerardo-rodriguez](https://github.com/gerardo-rodriguez)! - Added easeInOutSine and easeOutSine ease tokens
10+
11+
- [#2108](https://github.com/cloudfour/cloudfour.com-patterns/pull/2108) [`35195c74`](https://github.com/cloudfour/cloudfour.com-patterns/commit/35195c747ae5a65d45f01dcbff2cef96b58da531) Thanks [@gerardo-rodriguez](https://github.com/gerardo-rodriguez)! - Update Elastic TextArea `rows` to fit content when resized
12+
13+
- [#2098](https://github.com/cloudfour/cloudfour.com-patterns/pull/2098) [`2982b7c4`](https://github.com/cloudfour/cloudfour.com-patterns/commit/2982b7c4e96cd0e987844b8098659682ca11bcb8) Thanks [@gerardo-rodriguez](https://github.com/gerardo-rodriguez)! - Disable resizing for Elastic Textareas
14+
15+
- [#2095](https://github.com/cloudfour/cloudfour.com-patterns/pull/2095) [`0f114c75`](https://github.com/cloudfour/cloudfour.com-patterns/commit/0f114c75868785a851a216c2d5144154a49ebc8d) Thanks [@tylersticka](https://github.com/tylersticka)! - Add download icon
16+
17+
- [#2109](https://github.com/cloudfour/cloudfour.com-patterns/pull/2109) [`a3f82c02`](https://github.com/cloudfour/cloudfour.com-patterns/commit/a3f82c02d800c91c1b817a871001add42ba115ab) Thanks [@gerardo-rodriguez](https://github.com/gerardo-rodriguez)! - Updated Button component to support `id` attribute
18+
19+
### Patch Changes
20+
21+
- [#2110](https://github.com/cloudfour/cloudfour.com-patterns/pull/2110) [`c07e1d50`](https://github.com/cloudfour/cloudfour.com-patterns/commit/c07e1d5053274dd0016a27ec1984f4366f1bc14e) Thanks [@gerardo-rodriguez](https://github.com/gerardo-rodriguez)! - Remove usage of `c-input--elastic` modifier
22+
23+
- [#2098](https://github.com/cloudfour/cloudfour.com-patterns/pull/2098) [`2982b7c4`](https://github.com/cloudfour/cloudfour.com-patterns/commit/2982b7c4e96cd0e987844b8098659682ca11bcb8) Thanks [@gerardo-rodriguez](https://github.com/gerardo-rodriguez)! - Fix bug where `c-input` did not respect `rows` attribute
24+
325
## 12.7.1
426

527
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudfour/patterns",
3-
"version": "12.7.1",
3+
"version": "12.8.0",
44
"author": "Cloud Four",
55
"description": "Front-end patterns for cloudfour.com",
66
"homepage": "https://github.com/cloudfour/cloudfour.com-patterns",

0 commit comments

Comments
 (0)