Skip to content

Commit 284990b

Browse files
committed
bump version in ui/config and datestamp release notes
1 parent 73c43b3 commit 284990b

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-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.18.0 - Upcoming
4+
## 2.18.0 - May 6, 2022
55

66
- Removed `&_` shorthand from numerous selectors in SCSS files
77
- Updated icons to v10.3.0

RELEASENOTES.md

Lines changed: 1 addition & 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.18.0 - Upcoming
4+
## Release 2.18.0 - May 6, 2022
55

66
- Removed `&_` shorthand from numerous selectors in SCSS files
77
- Updated icons to v10.3.0
@@ -18,10 +18,8 @@
1818
- Added `video_off`
1919

2020
## Components
21-
2221
### [Accordion](https://www.lightningdesignsystem.com/components/accordion)
2322
#### Fixed
24-
2523
- Fix for sass undefined operation compile error.
2624
- Fix wrong computed css margin rules.
2725

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.17.5";
12+
$app-version: "2.18.0";
1313

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

0 commit comments

Comments
 (0)