Skip to content

Commit c08b0f9

Browse files
Publish Next Version (#1598)
1 parent 6e609a1 commit c08b0f9

File tree

7 files changed

+21
-29
lines changed

7 files changed

+21
-29
lines changed

.changeset/little-colts-happen.md

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

.changeset/modern-turtles-hear.md

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

.changeset/quick-pets-yell.md

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

.changeset/real-olives-bow.md

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

.changeset/ten-candles-guess.md

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

CHANGELOG.md

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

3+
## 5.1.0
4+
5+
### Minor Changes
6+
7+
- [#1679](https://github.com/cloudfour/cloudfour.com-patterns/pull/1679) [`fc595a80`](https://github.com/cloudfour/cloudfour.com-patterns/commit/fc595a80d3d8de0c8f07dd99a70e2c54e023e0b4) Thanks [@gerardo-rodriguez](https://github.com/gerardo-rodriguez)!
8+
- Add Subscribe component
9+
- Update CI workflow to use Node 16
10+
- Add a `button_class` template prop to the Button Swap component
11+
- Add a `class` template prop to the Input Group component
12+
13+
* [#1595](https://github.com/cloudfour/cloudfour.com-patterns/pull/1595) [`aa215279`](https://github.com/cloudfour/cloudfour.com-patterns/commit/aa2152794beef2774c4357bddd145de4950c35c3) Thanks [@tylersticka](https://github.com/tylersticka)! - Use logical properties across existing styles to improve future-friendliness of patterns.
14+
15+
- [#1607](https://github.com/cloudfour/cloudfour.com-patterns/pull/1607) [`1a2cffae`](https://github.com/cloudfour/cloudfour.com-patterns/commit/1a2cffae2e83ac1cb38331b924fe58178040f21e) Thanks [@gerardo-rodriguez](https://github.com/gerardo-rodriguez)! - Refactor the Author component to work for article or presentation bylines
16+
17+
### Patch Changes
18+
19+
- [#1611](https://github.com/cloudfour/cloudfour.com-patterns/pull/1611) [`89555260`](https://github.com/cloudfour/cloudfour.com-patterns/commit/89555260df0d90d23e12e364631a28a274a47504) Thanks [@tylersticka](https://github.com/tylersticka)! - Fix Card covers breaking overflow and border radius rules on hover in Safari
20+
21+
* [#1612](https://github.com/cloudfour/cloudfour.com-patterns/pull/1612) [`b4f2b743`](https://github.com/cloudfour/cloudfour.com-patterns/commit/b4f2b743c7d883f06de8ae25f0d34b5fb5c76959) Thanks [@tylersticka](https://github.com/tylersticka)! - Fix for List objects with columns in Safari that include visually hidden elements or elements with content divided between columns
22+
323
## 5.0.0
424

525
### Major 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": "5.0.0",
3+
"version": "5.1.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)