Skip to content

Commit

Permalink
bump version in ui/config and datestamp release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dottenpixel committed Dec 17, 2022
1 parent e46f58d commit f90d6ed
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 1 deletion.
23 changes: 23 additions & 0 deletions RELEASENOTES.general.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->
<!-- On release, add general notes here. In time the legacy release notes will be add to this -->


## 2.20.1 - December 16, 2022

- Updated colors for verious components:
- Button Icons
- Carousel
- Checkbox Button
- Checkbox Toggle
- Checkbox
- Combobox
- Data Tables
- Dynamic Icons
- File Selector
- Pills
- Popovers
- Progress Indicator
- Radio Group
- Select
- Spinners
- Split View
- Tabs
- Visual Picker

## 2.20.0 - December 15, 2022

- Updated constant colors codes with global slds hooks
Expand Down
22 changes: 22 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->
<!-- !!! THIS FILE IS AUTO-GENERATED !!! DO NOT EDIT THIS FILE MANUALLY !!! -->

## Release 2.20.1 - December 16, 2022

- Updated colors for verious components:
- Button Icons
- Carousel
- Checkbox Button
- Checkbox Toggle
- Checkbox
- Combobox
- Data Tables
- Dynamic Icons
- File Selector
- Pills
- Popovers
- Progress Indicator
- Radio Group
- Select
- Spinners
- Split View
- Tabs
- Visual Picker

## Release 2.20.0 - December 15, 2022

- Updated constant colors codes with global slds hooks
Expand Down
2 changes: 1 addition & 1 deletion ui/_config.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
///
/// @type String
/// @access private
$app-version: "2.20.0";
$app-version: "2.20.1";

/// Debug mode (uncomment to activate)
/// Turn on to output deprecation warnings during development
Expand Down

0 comments on commit f90d6ed

Please sign in to comment.