Skip to content

Commit

Permalink
Updating to version 0.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
troychaplin committed Jan 13, 2020
1 parent b76d583 commit 5ba9415
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 105 deletions.
2 changes: 1 addition & 1 deletion app/config/sculpin_site.yml
@@ -1,7 +1,7 @@
# Site wide global vars - eg. {{ site.title }} can be used in templates
title: RDS Local
subtitle: RDS
version: 0.16.4
version: 0.16.5
cssSize: 45KB
cssG: 10KB
jsSize: 10KB
Expand Down
1 change: 1 addition & 0 deletions dist/0.16.5/rds-cu.css

Large diffs are not rendered by default.

Binary file added dist/0.16.5/rds-cu.css.gz
Binary file not shown.
1 change: 1 addition & 0 deletions dist/0.16.5/rds-cu.js

Large diffs are not rendered by default.

Binary file added dist/0.16.5/rds-cu.js.gz
Binary file not shown.
6 changes: 6 additions & 0 deletions dist/CHANGELOG.md
Expand Up @@ -2,6 +2,12 @@

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

## [v0.16.5](https://github.com/ravendesignsystem/rds/releases/tag/0.16.5) 2020-01-13

**Removed**: Maintenance release

- **Removed**: Removed files for old form styles, and documentation

## [v0.16.4](https://github.com/ravendesignsystem/rds/releases/tag/0.16.4) 2020-01-13

**Changed**: Maintenance release with small patches
Expand Down
99 changes: 0 additions & 99 deletions dist/_components/form/_form.bck.scss

This file was deleted.

2 changes: 1 addition & 1 deletion dist/_core/scss/tools/_vars.scss
Expand Up @@ -16,7 +16,7 @@

// 0. RDS version
// --------------
$version: '0.16.4';
$version: '0.16.5';

// 1. Media query breakpoints
// --------------------------
Expand Down
2 changes: 1 addition & 1 deletion dist/package.json
@@ -1,6 +1,6 @@
{
"name": "@carleton/rds",
"version": "0.16.4",
"version": "0.16.5",
"description": "RDS, Carleton University’s design system, is a living digital organism uniting campus wide teams around a common visual language.",
"main": "core/js/core",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "rds",
"version": "0.16.4",
"version": "0.16.5",
"description": "Never more",
"main": "webpack.config.js",
"author": "Carleton University",
Expand Down
2 changes: 1 addition & 1 deletion src/_core/scss/tools/_vars.scss
Expand Up @@ -16,7 +16,7 @@

// 0. RDS version
// --------------
$version: '0.16.4';
$version: '0.16.5';

// 1. Media query breakpoints
// --------------------------
Expand Down
2 changes: 1 addition & 1 deletion webpack.release.js
Expand Up @@ -12,7 +12,7 @@ const path = require('path');
const S3Plugin = require('webpack-s3-plugin');
const UglifyJsPlugin = require('uglifyjs-webpack-plugin');

const version = '0.16.4';
const version = '0.16.5';

// Build Config
module.exports = {
Expand Down

0 comments on commit 5ba9415

Please sign in to comment.