Skip to content

Commit 4ba422a

Browse files
Publish Next Version
1 parent 57398e6 commit 4ba422a

7 files changed

+18
-27
lines changed

.changeset/fuzzy-stingrays-begin.md

-5
This file was deleted.

.changeset/lovely-pans-rush.md

-5
This file was deleted.

.changeset/short-clouds-buy.md

-6
This file was deleted.

.changeset/tricky-poems-hide.md

-5
This file was deleted.

.changeset/twenty-otters-remain.md

-5
This file was deleted.

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @cloudfour/patterns
22

3+
## 11.4.0
4+
5+
### Minor Changes
6+
7+
- [#1954](https://github.com/cloudfour/cloudfour.com-patterns/pull/1954) [`04f925e5`](https://github.com/cloudfour/cloudfour.com-patterns/commit/04f925e5f77f24e7f5399825fa83de0627a1ab60) Thanks [@tylersticka](https://github.com/tylersticka)! - - Add Media Summary component, extending the Media object for linked content summaries (events, books, projects, etc.)
8+
- Deprecated the Event Summary component
9+
10+
* [#1954](https://github.com/cloudfour/cloudfour.com-patterns/pull/1954) [`04f925e5`](https://github.com/cloudfour/cloudfour.com-patterns/commit/04f925e5f77f24e7f5399825fa83de0627a1ab60) Thanks [@tylersticka](https://github.com/tylersticka)! - Add `object_class` and `content_class` properties to the Media object template to make it more extensible
11+
12+
### Patch Changes
13+
14+
- [#1957](https://github.com/cloudfour/cloudfour.com-patterns/pull/1957) [`1c7f142e`](https://github.com/cloudfour/cloudfour.com-patterns/commit/1c7f142ec4eef8e4ae734eb03752044c657d7771) Thanks [@spaceninja](https://github.com/spaceninja)! - Bugfix: Prevent Embed videos from clipping in Safari
15+
16+
* [#1954](https://github.com/cloudfour/cloudfour.com-patterns/pull/1954) [`04f925e5`](https://github.com/cloudfour/cloudfour.com-patterns/commit/04f925e5f77f24e7f5399825fa83de0627a1ab60) Thanks [@tylersticka](https://github.com/tylersticka)! - Deprecated the Button Swap component
17+
18+
- [#1955](https://github.com/cloudfour/cloudfour.com-patterns/pull/1955) [`f284b337`](https://github.com/cloudfour/cloudfour.com-patterns/commit/f284b3375c23c72a1f9871e3fdee79c70b1bf83b) Thanks [@tylersticka](https://github.com/tylersticka)! - Prevent focused input outlines from being cut off by adjacent elements inside of Input Group objects
19+
320
## 11.3.0
421

522
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudfour/patterns",
3-
"version": "11.3.0",
3+
"version": "11.4.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)