Skip to content

Commit a076617

Browse files
committed
bump version in ui/config and datestamp release notes
update release notes
1 parent f8d998b commit a076617

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

RELEASENOTES.general.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->
22
<!-- On release, add general notes here. In time the legacy release notes will be add to this -->
33

4-
## 2.22.0 - Upcoming
4+
## 2.22.0 - August 16, 2023
55

66
- Updated icons to `v10.7.0`
77
- Standard Set:

RELEASENOTES.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->
22
<!-- !!! THIS FILE IS AUTO-GENERATED !!! DO NOT EDIT THIS FILE MANUALLY !!! -->
33

4-
## Release 2.22.0 - Upcoming
4+
## Release 2.22.0 - August 16, 2023
55

66
- Updated icons to `v10.7.0`
77
- Standard Set:
@@ -111,6 +111,7 @@
111111
### [Modals](https://www.lightningdesignsystem.com/components/modals)
112112
#### Changed
113113
- Optimized full size option and refactored to use CSS grid.
114+
- Updated full size variant to trigger at the `$mq-small` breakpoint to prevent larger devices from receiving the variant.
114115

115116
### [Panels](https://www.lightningdesignsystem.com/components/panels)
116117
#### Changed
@@ -230,12 +231,12 @@ Added `aria-label` to meet accessibility requirements specifically for screen re
230231
<!-- ## [Unreleased] -->
231232

232233
### [Modals](https://www.lightningdesignsystem.com/components/modals)
233-
#### Fixed
234+
#### Fixed
234235
- Fixed `aria-labelledby` to meet accessibility requirements specifically for screen readers.
235236

236237
### [Modals](https://www.lightningdesignsystem.com/components/modals)
237238
#### Changed
238-
- Added full size option for modal. This will allow the modal to reach full screen for mobile screen size and devices. When screen is bigger than mobile screen width (from 768px), full size modal will take on large size modal behaviour.
239+
- Added full size option for modal. This will allow the modal to reach full screen for mobile screen size and devices. When screen is bigger than mobile screen width (from 768px), full size modal will take on large size modal behaviour.
239240
- Changed close button to meet accessibility requirement when in full size and in mobile width.
240241

241242
### [Path](https://www.lightningdesignsystem.com/components/path)

ui/_config.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
///
1010
/// @type String
1111
/// @access private
12-
$app-version: "2.21.5";
12+
$app-version: "2.22.0";
1313

1414
/// Debug mode (uncomment to activate)
1515
/// Turn on to output deprecation warnings during development

0 commit comments

Comments
 (0)