Skip to content

Commit

Permalink
Added versioning and change logs for 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
designerbrent committed Jun 24, 2020
1 parent 90e5bb7 commit 031e79c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ A record of the changes made to `ALPS V3`.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.6.0]
## Added:
- Added molecules, components and style sheets for search suggestions.

## [3.5.7]
## Fixed:
- Fixed bug with the cursor getting changed for the `.c-accordion__item` intead of `.c-accordion__heading`.
Expand Down
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = function(grunt) {
* of /cdn/<major_version/<version>/ that contains the javascript and css.
*/
var major_version = "3";
var version = "3.5.7";
var version = "3.6.0";

grunt.initConfig({
pkg: pkg,
Expand Down

0 comments on commit 031e79c

Please sign in to comment.