Skip to content

Commit 1359fd3

Browse files
Publish Next Version
1 parent 8216267 commit 1359fd3

11 files changed

+27
-46
lines changed

Diff for: .changeset/chatty-papayas-juggle.md

-5
This file was deleted.

Diff for: .changeset/five-turkeys-double.md

-5
This file was deleted.

Diff for: .changeset/fresh-houses-smell.md

-5
This file was deleted.

Diff for: .changeset/fuzzy-llamas-retire.md

-5
This file was deleted.

Diff for: .changeset/heavy-plums-swim.md

-5
This file was deleted.

Diff for: .changeset/shaggy-pumpkins-hug.md

-5
This file was deleted.

Diff for: .changeset/slimy-ears-judge.md

-5
This file was deleted.

Diff for: .changeset/spotty-olives-watch.md

-5
This file was deleted.

Diff for: .changeset/tricky-nails-kick.md

-5
This file was deleted.

Diff for: CHANGELOG.md

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

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- [#1406](https://github.com/cloudfour/cloudfour.com-patterns/pull/1406) [`7bce7132`](https://github.com/cloudfour/cloudfour.com-patterns/commit/7bce713204b3d945af93eb971b40fd9a009555b5) Thanks [@Paul-Hebert](https://github.com/Paul-Hebert)! - Renamed the Heading property from `permalink_id` to `id` and allowed you to use `id` when `permalink` is false.
8+
9+
### Minor Changes
10+
11+
- [#1405](https://github.com/cloudfour/cloudfour.com-patterns/pull/1405) [`2c7fb4ab`](https://github.com/cloudfour/cloudfour.com-patterns/commit/2c7fb4ab14802256afea3f74cf73d89ec57aebb8) Thanks [@AriannaChau](https://github.com/AriannaChau)! - Add Input Group object
12+
13+
* [#1399](https://github.com/cloudfour/cloudfour.com-patterns/pull/1399) [`2fbf9d84`](https://github.com/cloudfour/cloudfour.com-patterns/commit/2fbf9d845c13c73d494de8f3f093dfe58a65e5f2) Thanks [@dromo77](https://github.com/dromo77)! - Add layout modifier to the List object
14+
15+
- [#1430](https://github.com/cloudfour/cloudfour.com-patterns/pull/1430) [`82162671`](https://github.com/cloudfour/cloudfour.com-patterns/commit/8216267103ecae258e31c760b4e9a093c6e6db8a) Thanks [@tylersticka](https://github.com/tylersticka)! - Updated and expanded feature images
16+
17+
* [#1406](https://github.com/cloudfour/cloudfour.com-patterns/pull/1406) [`7bce7132`](https://github.com/cloudfour/cloudfour.com-patterns/commit/7bce713204b3d945af93eb971b40fd9a009555b5) Thanks [@Paul-Hebert](https://github.com/Paul-Hebert)! - Added Overview object for use in Article Listings
18+
19+
- [#1395](https://github.com/cloudfour/cloudfour.com-patterns/pull/1395) [`a07d5b01`](https://github.com/cloudfour/cloudfour.com-patterns/commit/a07d5b01618be7da408a1a54428f90aadef6295d) Thanks [@dromo77](https://github.com/dromo77)! - Add Feature Group object
20+
21+
* [#1415](https://github.com/cloudfour/cloudfour.com-patterns/pull/1415) [`3c102fad`](https://github.com/cloudfour/cloudfour.com-patterns/commit/3c102fadd513f3c1c71a3f778d45b2bb3f73ff99) Thanks [@dromo77](https://github.com/dromo77)! - Add Logo Group object.
22+
23+
- [#1394](https://github.com/cloudfour/cloudfour.com-patterns/pull/1394) [`17a7a179`](https://github.com/cloudfour/cloudfour.com-patterns/commit/17a7a17973403a956378df7e3fc5b1699f55bd5d) Thanks [@AriannaChau](https://github.com/AriannaChau)! - Add light weight modifier to Heading component
24+
25+
### Patch Changes
26+
27+
- [#1398](https://github.com/cloudfour/cloudfour.com-patterns/pull/1398) [`85e7ed08`](https://github.com/cloudfour/cloudfour.com-patterns/commit/85e7ed08be60502f6e5caf331bba092cdf174585) Thanks [@gerardo-rodriguez](https://github.com/gerardo-rodriguez)! - Fix bug where button content was not centered
28+
329
## 2.0.0
430

531
### Major Changes

Diff for: package.json

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