Skip to content
This repository was archived by the owner on Apr 14, 2023. It is now read-only.

Commit cfddcc8

Browse files
author
Release Bot
committed
v1.1.0
1 parent ec68f06 commit cfddcc8

9 files changed

+39
-40
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ deploy:
4242
skip_cleanup: true
4343
name: Skeletonic $GIT_TAG
4444
body: "<strong>Change Log:</strong><br />Release $GIT_TAG created on $(date +'%d/%m/%Y')
45-
at $(date +'%T')<br />A sleek, lightweight, intuitive and ultra-responsive CSS
46-
framework. Designed to fit your web life."
45+
at $(date +'%T')<br />Skeletonic is a lightweight, intuitive and ultra-responsive CSS framework designed for any platform, browser or device."
4746
on:
4847
# all_branches: true
4948
# tags: true

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010

1111
<p align="center">Simply designed to fit your cascading web life.</p>
1212

13-
<p align="center"><strong>Version: 1.0.97</strong></p>
13+
<p align="center"><strong>Version: 1.1.0</strong></p>
1414

1515
<p align="center">
16-
<a href="https://github.com/reedia/skeletonic/archive/v1.0.97.zip" class="button primary">Download</a>
16+
<a href="https://github.com/reedia/skeletonic/archive/v1.1.0.zip" class="button primary">Download</a>
1717
</p>
1818

1919
[![NPM](https://nodei.co/npm/skeletonic.png)](https://nodei.co/npm/skeletonic/)
@@ -45,7 +45,7 @@ Skeletonic is constantly in development. Try it out now!
4545

4646
Several quick start options are available:
4747

48-
- [Download the latest release](https://github.com/reedia/skeletonic/archive/v1.0.97.zip)
48+
- [Download the latest release](https://github.com/reedia/skeletonic/archive/v1.1.0.zip)
4949
- Install with [Npm](https://www.npmjs.com/package/skeletonic) to get the pre-built CSS and sourcemaps. This is recommended when using Skeletonic for a typical web project: ```npm install skeletonic```
5050
- Install with [Yarn](https://yarnpkg.com/en/package/skeletonic) to get the pre-built CSS and sourcemaps. This is recommended when using Skeletonic for a typical web project: ```yarn add skeletonic```
5151
- Clone the main repository to get all source files including build scripts: `git clone https://github.com/reedia/skeletonic.git`
@@ -57,7 +57,7 @@ Within the download you'll find all the source files, compiled and minified CSS
5757
You'll see something like this:
5858

5959
```
60-
skeletonic-1.0.97
60+
skeletonic-1.1.0
6161
├── skeletonic-animations.css
6262
├── skeletonic-animations.css.map
6363
├── skeletonic-animations.min.css
@@ -86,9 +86,9 @@ Please feel free to grab the latest:
8686

8787
```<link rel="stylesheet" type="text/css" href="https://unpkg.com/skeletonic/dist/skeletonic.min.css" />```
8888

89-
You can also specify a specific version as per below. The latest version as of today is 1.0.97.
89+
You can also specify a specific version as per below. The latest version as of today is 1.1.0.
9090

91-
```<link rel="stylesheet" type="text/css" href="https://unpkg.com/skeletonic@1.0.97/dist/skeletonic.min.css" />```
91+
```<link rel="stylesheet" type="text/css" href="https://unpkg.com/skeletonic@1.1.0/dist/skeletonic.min.css" />```
9292

9393
## Extend
9494

@@ -107,7 +107,7 @@ The following table lists alternate CDN locations where Skeletonic is hosted.
107107

108108
| CDN | URL | HTTPS | Combo |
109109
|---|---|---|---|
110-
| [unpkg](https://unpkg.com/) | https://unpkg.com/skeletonic@1.0.97/dist/skeletonic.min.css | Yes | No |
110+
| [unpkg](https://unpkg.com/) | https://unpkg.com/skeletonic@1.1.0/dist/skeletonic.min.css | Yes | No |
111111
| [jsDelivr](https://www.jsdelivr.com/) | https://cdn.jsdelivr.net/npm/skeletonic/dist/skeletonic.min.css | Yes | Yes |
112112
| [RawGit](http://rawgit.com/) | https://cdn.rawgit.com/reedia/skeletonic/master/dist/skeletonic.min.css | Yes | No |
113113

dist/skeletonic-animations.css

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/skeletonic-colours.css

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/skeletonic-fonts.css

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/skeletonic-pattern.css

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/skeletonic.css

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skeletonic",
3-
"version": "1.0.97",
3+
"version": "1.1.0",
44
"description": "A dead on, lightweight, responsive and modern CSS framework.",
55
"keywords": [
66
"skeletonic",

public/index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
<h1 class="padding-2">Introducing Skeletonic</h1>
5757
<p>Skeletonic is a lightweight, intuitive and ultra-responsive CSS framework to speed up your Digital and Mobile Web development needs.</p>
5858
<p>Simply designed to fit your cascading web life.</p>
59-
<p><strong>Version: 1.0.97</strong></p>
59+
<p><strong>Version: 1.1.0</strong></p>
6060
<p>
61-
<a href="https://github.com/reedia/skeletonic/archive/v1.0.97.zip" class="button primary">Download</a>
61+
<a href="https://github.com/reedia/skeletonic/archive/v1.1.0.zip" class="button primary">Download</a>
6262
<a href="https://github.com/reedia/skeletonic" class="button secondary">View on GitHub</a>
6363
</p>
6464
</row>
@@ -719,7 +719,7 @@ <h4>Other colours available</h4>
719719
<a name="buttons"></a>
720720
<h3>Buttons</h3>
721721
<p><em>Default buttons style.</em></p>
722-
<p><a href="https://github.com/reedia/skeletonic/archive/v1.0.97.zip" target="_blank" class="button">Download skeletonic.css</a></p>
722+
<p><a href="https://github.com/reedia/skeletonic/archive/v1.1.0.zip" target="_blank" class="button">Download skeletonic.css</a></p>
723723
<h4>Button's states</h4>
724724
<p><em>Multiple buttons states.</em></p>
725725
<p>
@@ -958,13 +958,13 @@ <h3>Table</h3>
958958
<td>1</td>
959959
<td>Original CSS</td>
960960
<td>skeletonic.css</td>
961-
<td>1.0.97</td>
961+
<td>1.1.0</td>
962962
</tr>
963963
<tr>
964964
<td>2</td>
965965
<td>Minified CSS</td>
966966
<td>skeletonic.min.css</td>
967-
<td>1.0.97</td>
967+
<td>1.1.0</td>
968968
</tr>
969969
</tbody>
970970
</table>

0 commit comments

Comments
 (0)