diff --git a/.changeset/chatty-papayas-juggle.md b/.changeset/chatty-papayas-juggle.md deleted file mode 100644 index 94bdc0bd0..000000000 --- a/.changeset/chatty-papayas-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudfour/patterns': minor ---- - -Add Input Group object diff --git a/.changeset/five-turkeys-double.md b/.changeset/five-turkeys-double.md deleted file mode 100644 index 10b8a6fcf..000000000 --- a/.changeset/five-turkeys-double.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudfour/patterns': major ---- - -Renamed the Heading property from `permalink_id` to `id` and allowed you to use `id` when `permalink` is false. diff --git a/.changeset/fresh-houses-smell.md b/.changeset/fresh-houses-smell.md deleted file mode 100644 index ef9130771..000000000 --- a/.changeset/fresh-houses-smell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudfour/patterns': minor ---- - -Add layout modifier to the List object diff --git a/.changeset/heavy-plums-swim.md b/.changeset/heavy-plums-swim.md deleted file mode 100644 index b0b367976..000000000 --- a/.changeset/heavy-plums-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudfour/patterns': patch ---- - -Fix bug where button content was not centered diff --git a/.changeset/shaggy-pumpkins-hug.md b/.changeset/shaggy-pumpkins-hug.md deleted file mode 100644 index ef97711e9..000000000 --- a/.changeset/shaggy-pumpkins-hug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudfour/patterns': minor ---- - -Added Overview object for use in Article Listings diff --git a/.changeset/slimy-ears-judge.md b/.changeset/slimy-ears-judge.md deleted file mode 100644 index f53719640..000000000 --- a/.changeset/slimy-ears-judge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudfour/patterns': minor ---- - -Add Feature Group object diff --git a/.changeset/tricky-nails-kick.md b/.changeset/tricky-nails-kick.md deleted file mode 100644 index 907235df5..000000000 --- a/.changeset/tricky-nails-kick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudfour/patterns': minor ---- - -Add light weight modifier to Heading component diff --git a/CHANGELOG.md b/CHANGELOG.md index 56618a32a..961b9c046 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # @cloudfour/patterns +## 3.0.0 + +### Major Changes + +- [#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. + +### Minor Changes + +- [#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 + +* [#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 + +- [#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 + +* [#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 + +- [#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 + +### Patch Changes + +- [#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 + ## 2.0.0 ### Major Changes diff --git a/package.json b/package.json index bf0bd5040..e59f27287 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudfour/patterns", - "version": "2.0.0", + "version": "3.0.0", "author": "Cloud Four", "description": "Front-end patterns for cloudfour.com", "homepage": "https://github.com/cloudfour/cloudfour.com-patterns",