Skip to content

Commit

Permalink
chore(release): 0.9.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.9.0](v0.8.0...v0.9.0) (2021-01-15)

### Features

* introduce styles for skeletons ([#64](#64)) ([bcc5078](bcc5078))
  • Loading branch information
semantic-release-bot committed Jan 15, 2021
1 parent bcc5078 commit 4960184
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 17 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [0.9.0](https://github.com/flocasts/flo-scss/compare/v0.8.0...v0.9.0) (2021-01-15)


### Features

* introduce styles for skeletons ([#64](https://github.com/flocasts/flo-scss/issues/64)) ([bcc5078](https://github.com/flocasts/flo-scss/commit/bcc507856bb3e2138c2da9c600489dc8c060b8e3))

# [0.8.0](https://github.com/flocasts/flo-scss/compare/v0.7.4...v0.8.0) (2020-12-18)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
Several quick start options are available:

- Clone the repo: `git clone [email protected]:flocasts/flo-scss`
- OR [download the latest release](https://github.com/flocasts/flo-scss/archive/v0.8.0.zip)
- OR [download the latest release](https://github.com/flocasts/flo-scss/archive/v0.9.0.zip)
- OR install with [npm](https://www.npmjs.com/): `npm install flocasts/flo-scss`

### Running documentation locally
Expand Down
16 changes: 8 additions & 8 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ social_image_path: /docs/assets/brand/bootstrap-social.png
social_logo_path: /docs/assets/brand/bootstrap-social-logo.png

# Custom Variables
current_version: 0.8.0
current_ruby_version: 0.8.0
docs_version: 0.8.0
current_version: 0.9.0
current_ruby_version: 0.9.0
docs_version: 0.9.0
github_org: "https://github.com/flocasts"
repo: "https://github.com/flocasts/flo-scss"
slack: "https://www.flosports.tv"
Expand All @@ -44,20 +44,20 @@ themes: "https://www.flosports.tv"
icons: "https://flo-scss.flo.center"

download:
source: "https://github.com/flocasts/flo-scss/archive/v0.8.0.zip"
source: "https://github.com/flocasts/flo-scss/archive/v0.9.0.zip"

cdn:
# See https://www.srihash.org for info on how to generate the hashes
css: 'sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN'
css: 'sha384-gAMoxFjJkendVDDOHBZsiwfLaUWX/ndno9NRlzciMsgJ1W1Y34Sz2/6WGmSnK3I0'
css_hash: sha384-hnvsmW4CEqIE9xpwdmvw+oyi2zalIdkqZJKT8ovyObj2fiPNSLt7xdsda4JGUfSf
js: 'sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN'
js: 'sha384-gAMoxFjJkendVDDOHBZsiwfLaUWX/ndno9NRlzciMsgJ1W1Y34Sz2/6WGmSnK3I0'
js_hash: sha384-1RkA5wjfeG5u+6ycZ90q+PMlafLBaMCHvGk6PlVrQmIuTvpdA9qupxwbnPf9QbHH
js_bundle: >-
https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js
js_bundle_hash: sha384-gEp0IQktG6BLXHMpPT1pxMSC8EKUA159uPI9c/AmIhedq/EvAEfBroQ5tsSOS1/A
jquery: 'sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN'
jquery: 'sha384-gAMoxFjJkendVDDOHBZsiwfLaUWX/ndno9NRlzciMsgJ1W1Y34Sz2/6WGmSnK3I0'
jquery_hash: sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n
popper: 'sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN'
popper: 'sha384-gAMoxFjJkendVDDOHBZsiwfLaUWX/ndno9NRlzciMsgJ1W1Y34Sz2/6WGmSnK3I0'
popper_hash: sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN

toc:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Package.describe({
name: 'flosports:flo-scss', // https://atmospherejs.com/twbs/bootstrap
summary: 'The most popular front-end framework for developing responsive, mobile first projects on the web.',
version: '0.8.0',
version: '0.9.0',
git: 'https://github.com/flocasts/flo-scss'
});

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@flosportsinc/flo-scss",
"description": "Based on The most popular front-end framework for developing responsive, mobile first projects on the web.",
"version": "0.8.0",
"version": "0.9.0",
"version_short": "0.6",
"keywords": [
"css",
Expand Down
2 changes: 1 addition & 1 deletion scss/bootstrap-grid.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap Grid v0.8.0 (https://getbootstrap.com/)
* Bootstrap Grid v0.9.0 (https://getbootstrap.com/)
* Copyright 2011-2020 The Bootstrap Authors
* Copyright 2011-2020 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
Expand Down
2 changes: 1 addition & 1 deletion scss/bootstrap-reboot.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap Reboot v0.8.0 (https://getbootstrap.com/)
* Bootstrap Reboot v0.9.0 (https://getbootstrap.com/)
* Copyright 2011-2020 The Bootstrap Authors
* Copyright 2011-2020 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
Expand Down
2 changes: 1 addition & 1 deletion scss/bootstrap.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap v0.8.0 (https://getbootstrap.com/)
* Bootstrap v0.9.0 (https://getbootstrap.com/)
* Copyright 2011-2020 The Bootstrap Authors
* Copyright 2011-2020 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
Expand Down
4 changes: 2 additions & 2 deletions site/_data/docs-versions.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- group: v0.x
baseurl: https://flo-scss.flo.center
description: Current major release with two minor releases. Last update was v0.8.0.
description: Current major release with two minor releases. Last update was v0.9.0.
versions:
- v: 0.6.0
- v: 0.6.1
- v: 0.8.0
- v: 0.9.0

0 comments on commit 4960184

Please sign in to comment.