Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish Next Version #1956

Merged
merged 1 commit into from
Jul 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/fuzzy-stingrays-begin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-pans-rush.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/short-clouds-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-poems-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-otters-remain.md

This file was deleted.

17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @cloudfour/patterns

## 11.4.0

### Minor Changes

- [#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.)
- Deprecated the Event Summary component

* [#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

### Patch Changes

- [#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

* [#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

- [#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

## 11.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudfour/patterns",
"version": "11.3.0",
"version": "11.4.0",
"author": "Cloud Four",
"description": "Front-end patterns for cloudfour.com",
"homepage": "https://github.com/cloudfour/cloudfour.com-patterns",
Expand Down