Skip to content

Commit e626860

Browse files
Publish Next Version
1 parent 0974e3f commit e626860

9 files changed

+23
-36
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/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/tricky-nails-kick.md

-5
This file was deleted.

Diff for: CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
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+
- [#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
16+
17+
* [#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
18+
19+
- [#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
20+
21+
### Patch Changes
22+
23+
- [#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
24+
325
## 2.0.0
426

527
### 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)