Skip to content

Commit 1d0b4e2

Browse files
Merge branch 'hotfix/0.22.8'
2 parents 33188dc + e13eba2 commit 1d0b4e2

File tree

13 files changed

+12
-8
lines changed

13 files changed

+12
-8
lines changed

app/config/sculpin_site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Site wide global vars - eg. {{ site.title }} can be used in templates
22
title: RDS Local
33
subtitle: RDS
4-
version: 0.22.7
4+
version: 0.22.8
55
cssSize: 45KB
66
cssG: 10KB
77
jsSize: 10KB

dist/0.22.8/core.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/0.22.8/core.css.gz

14.1 KB
Binary file not shown.

dist/0.22.8/core.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/0.22.8/core.js.gz

30.8 KB
Binary file not shown.

dist/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to the project will be documented here, in this file
44

5+
## [v0.22.8](https://github.com/ravendesignsystem/rds/releases/tag/0.22.8 2022-01-31
6+
7+
- **Fixed:** Fixes Masthead overflow
8+
59
## [v0.22.7](https://github.com/ravendesignsystem/rds/releases/tag/0.22.7 2022-01-31
610

711
- **Fixed:** Fixed Masthead disappearing on desktop

dist/_blocks/masthead/_masthead.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ body {
1919
.b-masthead nav {
2020
width: 100%;
2121
margin-right: 50px;
22-
overflow-x: scroll;
2322
}
2423

2524
//

dist/_core/scss/tools/_vars.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
// 0. RDS version
1818
// --------------
19-
$version: '0.22.7';
19+
$version: '0.22.8';
2020

2121
// 1. Media query breakpoints
2222
// --------------------------

dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@carleton/rds",
3-
"version": "0.22.7",
3+
"version": "0.22.8",
44
"description": "RDS, Carleton University’s design system, is a living digital organism uniting campus wide teams around a common visual language.",
55
"main": "core/js/core",
66
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rds",
3-
"version": "0.22.7",
3+
"version": "0.22.8",
44
"description": "Never more",
55
"main": "webpack.config.js",
66
"author": "Carleton University",

0 commit comments

Comments
 (0)