Skip to content

Commit 1e8b350

Browse files
Publish Next Version (#1396)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9b34589 commit 1e8b350

12 files changed

+29
-51
lines changed

.changeset/chatty-papayas-juggle.md

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

.changeset/five-turkeys-double.md

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

.changeset/fresh-houses-smell.md

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

.changeset/fuzzy-llamas-retire.md

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

.changeset/grumpy-dancers-jump.md

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

.changeset/heavy-plums-swim.md

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

.changeset/shaggy-pumpkins-hug.md

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

.changeset/slimy-ears-judge.md

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

.changeset/spotty-olives-watch.md

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

.changeset/tricky-nails-kick.md

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

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
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+
* [#1423](https://github.com/cloudfour/cloudfour.com-patterns/pull/1423) [`9b345898`](https://github.com/cloudfour/cloudfour.com-patterns/commit/9b345898309ee5034a44a77188c5fa1165e6394a) Thanks [@Paul-Hebert](https://github.com/Paul-Hebert)! - Add reply forms to comments
18+
19+
- [#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
20+
21+
* [#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
22+
23+
- [#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.
24+
25+
* [#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
26+
27+
### Patch Changes
28+
29+
- [#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
30+
331
## 2.0.0
432

533
### 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": "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)