Skip to content

Commit 2dd1f0d

Browse files
Publish Next Version (#1911)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent fe7a95f commit 2dd1f0d

File tree

6 files changed

+15
-21
lines changed

6 files changed

+15
-21
lines changed

.changeset/dirty-snails-impress.md

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

.changeset/lazy-rockets-swim.md

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

.changeset/red-mice-walk.md

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

.changeset/thick-sloths-talk.md

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

CHANGELOG.md

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

3+
## 11.0.0
4+
5+
### Major Changes
6+
7+
- [#1917](https://github.com/cloudfour/cloudfour.com-patterns/pull/1917) [`4e8ef044`](https://github.com/cloudfour/cloudfour.com-patterns/commit/4e8ef0449aaa446392777df0c27b33d48fab7ba2) Thanks [@calebeby](https://github.com/calebeby)! - Remove button-swap component JS. Users of the component will need to implement their own functionality for this component.
8+
9+
### Minor Changes
10+
11+
- [#1921](https://github.com/cloudfour/cloudfour.com-patterns/pull/1921) [`fe7a95f0`](https://github.com/cloudfour/cloudfour.com-patterns/commit/fe7a95f034284b18691057ecf6f3775c0376e673) Thanks [@gerardo-rodriguez](https://github.com/gerardo-rodriguez)! - Adds an optional Alert block to the Page object
12+
13+
* [#1910](https://github.com/cloudfour/cloudfour.com-patterns/pull/1910) [`4384eccf`](https://github.com/cloudfour/cloudfour.com-patterns/commit/4384eccf402b0bbc634ba59c0d24cebd06c94660) Thanks [@tylersticka](https://github.com/tylersticka)! - Set the `tab-size` for `pre` elements to `2` to encourage more accessible code samples without compromising horizontal real estate
14+
15+
- [#1914](https://github.com/cloudfour/cloudfour.com-patterns/pull/1914) [`896a746c`](https://github.com/cloudfour/cloudfour.com-patterns/commit/896a746cee752c28b13cf74ab67e277877e4a036) Thanks [@gerardo-rodriguez](https://github.com/gerardo-rodriguez)! - Updates the Alert component by adding `role`, `id` and `hidden` template properties
16+
317
## 10.1.0
418

519
### Minor 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": "10.1.0",
3+
"version": "11.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)