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

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed May 15, 2021
1 parent d8e550d commit d00a1ea
Show file tree
Hide file tree
Showing 86 changed files with 7,225 additions and 225 deletions.
61 changes: 40 additions & 21 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,47 @@ script: gulp
notifications:
email: false
after_success:
- export GIT_TAG=v1.0.$TRAVIS_BUILD_NUMBER
- echo -n $GIT_TAG > v0.1.$TRAVIS_BUILD_NUMBER
- export GIT_TAG=vPACKAGE_VERSION
- echo -n $GIT_TAG > vPACKAGE_VERSION
# - export GIT_TAG=v1.0.$TRAVIS_BUILD_NUMBER
# - echo -n $GIT_TAG > v0.1.$TRAVIS_BUILD_NUMBER
- git commit -m "Set build VERSION number to "$GIT_TAG
- git tag $GIT_TAG -a -m "Generated tag from TravisCI build $TRAVIS_BUILD_NUMBER"
- git push --quiet https://[email protected]/reedia/skeletonic $GIT_TAG > /dev/null
- git tag $GIT_TAG -a -m "Generated tag $GIT_TAG from TravisCI build $TRAVIS_BUILD_NUMBER"
# - git tag $GIT_TAG -a -m "Generated tag from TravisCI build $TRAVIS_BUILD_NUMBER"
- git push --quiet https://[email protected]/sebastienrousseau/skeletonic $GIT_TAG > /dev/null
2>&1
- echo "${TRAVIS_BRANCH}"
- echo "${TRAVIS_PULL_REQUEST}"
- echo "${TRAVIS_SECURE_ENV_VARS}"
- echo "${TRAVIS_COMMIT}"
- echo ${TRAVIS_BUILD_NUMBER}
- echo ${TRAVIS_REPO_SLUG}
- echo ${GIT_TAG}
- echo "TRAVIS_BRANCH = ${TRAVIS_BRANCH}"
- echo "TRAVIS_PULL_REQUEST = ${TRAVIS_PULL_REQUEST}"
- echo "TRAVIS_SECURE_ENV_VARS = ${TRAVIS_SECURE_ENV_VARS}"
- echo "TRAVIS_COMMIT = ${TRAVIS_COMMIT}"
- echo "TRAVIS_BUILD_NUMBER = ${TRAVIS_BUILD_NUMBER}"
- echo "PACKAGE_VERSION = ${PACKAGE_VERSION}"
- echo "TRAVIS_REPO_SLUG = ${TRAVIS_REPO_SLUG}"
- echo "GIT_TAG = ${GIT_TAG}"

before_deploy:
- echo "Ready to deploy Skeletonic $GIT_TAG"
- echo "Ready to deploy a new Skeletonic version $GIT_TAG"

before_install:
- npm install -g npm

# const
- export PACKAGE_NAME=$(node -p "require('./package.json').name")
- export PACKAGE_VERSION=$(node -p "require('./package.json').version")
- export NODE_VERSION=$(node --version)
- export NPM_VERSION=$(npm --version)

# logging
- npm --version || echo npm not installed
- node --version || echo node not installed
- echo "package version $PACKAGE_VERSION"

# Only deploy if the version number has changed
- |
if git diff --unified=0 $TRAVIS_COMMIT_RANGE package.json | grep version ; then
export VERSION_CHANGED="yes"
fi
- openssl aes-256-cbc -K $encrypted_0da74458a2a7_key -iv $encrypted_0da74458a2a7_iv -in id_rsa.enc -out id_rsa -d

branches:
only:
Expand All @@ -36,28 +61,22 @@ branches:

deploy:
- provider: releases
tag: latest
api_key:
secure: "lf4UWgL+++4pd1HsLY3dvTX5YRqmPrOV72E7+lcVk8KJRVThd6a36LO30P5EuNWtshHGofHLjE0wonoLwiy2PlDodJk5PpCah1eJzVOpn45ImcEWcBhV9RXMSq1OGcb9yPr4UjJz3mMOTaIv9Xls52g/DxyXcX34nhIQwJ62L7t0lgK7WArAG5BHhGw4GxwhBrVaPnkwqcKF+i/unO4Juyg1D8KEK28XzENaUzt18rlUJ51sN0XNKgo8mHtTKkiwQDQyMxhEKVtT0h8uJbb+gECtvPkug69UQUonCN/fMr0p0u27AHqWL5gSuyLDuS1Ou6xOIJitYEXNqbW4ANbyeIxusI3xSwPTwf/whKCEgvD/FsjmRZ42WONinERwjjGJy9xACBvJD7tcinorog3rx/96qsBcuI4qohNJ51smuVipLdRgRDuxqmgMPu5M6OQ61kPSbY6RS9Dzccli30vZ2TS6NgWO65ngcxgXYsWneTbENydGUx91o42jKvL0vQ4UHY709l432dovA0n0knfXQDw407zY+Xgsk4ci4GXF8YXB9gvp/ipdtH752lStfAoFZy2lZy72T3clXcE1+2QwrTJy2KSrifPESU9LG7WTivh9FIAlARCYyJevJM86cAaa0wBW2AYZOd9bIXbhiWflE03YNKjKX+lzaXekDC6Ardk="
file_glob: true
file: dist/*
skip_cleanup: true
name: Skeletonic $GIT_TAG
body: "<strong>Change Log:</strong><br />Release $GIT_TAG created on $(date +'%d/%m/%Y')
at $(date +'%T')<br />Skeletonic is a lightweight, intuitive and ultra-responsive CSS framework designed for any platform, browser or device."
at $(date +'%T')<br />Skeletonic $GIT_TAG is a lightweight, intuitive and ultra-responsive CSS framework designed for any platform, browser or device."
on:
# all_branches: true
# tags: true
tags: true
repo: sebastienrousseau/skeletonic
- provider: npm
email: $NPM_EMAIL
api_key: $NPM_TOKEN
on:
branch: master
condition: "$VERSION_CHANGED == 'yes'"
before_install:
# Only deploy if the version number has changed
- |
if git diff --unified=0 $TRAVIS_COMMIT_RANGE package.json | grep version ; then
export VERSION_CHANGED="yes"
fi
- openssl aes-256-cbc -K $encrypted_0da74458a2a7_key -iv $encrypted_0da74458a2a7_iv -in id_rsa.enc -out id_rsa -d
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@

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

<p align="center"><strong>Version: 1.1.9</strong></p>
<p align="center"><strong>Version: 1.2.0</strong></p>

<p align="center">
<a href="https://github.com/sebastienrousseau/skeletonic/archive/v1.1.9.zip" class="button primary">Download</a>
<a href="https://github.com/sebastienrousseau/skeletonic/archive/v1.2.0.zip" class="button primary">Download</a>
</p>

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

Several quick start options are available:

- [Download the latest release](https://github.com/sebastienrousseau/skeletonic/archive/v1.1.9.zip)
- [Download the latest release](https://github.com/sebastienrousseau/skeletonic/archive/v1.2.0.zip)
- 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```
- 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```
- Clone the main repository to get all source files including build scripts: `git clone https://github.com/sebastienrousseau/skeletonic.git`
Expand All @@ -62,7 +62,7 @@ Within the download you'll find all the source files, compiled and minified CSS
You'll see something like this:

```
skeletonic-1.1.9
skeletonic-1.2.0
├── skeletonic-animations.css
├── skeletonic-animations.css.map
├── skeletonic-animations.min.css
Expand Down Expand Up @@ -91,9 +91,9 @@ Please feel free to grab the latest:

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

You can also specify a specific version as per below. The latest version as of today is 1.1.9.
You can also specify a specific version as per below. The latest version as of today is 1.2.0.

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

## Extend

Expand All @@ -112,7 +112,7 @@ The following table lists alternate CDN locations where Skeletonic is hosted.

| CDN | URL | HTTPS | Combo |
|---|---|---|---|
| [unpkg](https://unpkg.com/) | https://unpkg.com/skeletonic@1.1.9/dist/skeletonic.min.css | Yes | No |
| [unpkg](https://unpkg.com/) | https://unpkg.com/skeletonic@1.2.0/dist/skeletonic.min.css | Yes | No |
| [jsDelivr](https://www.jsdelivr.com/) | https://cdn.jsdelivr.net/npm/skeletonic/dist/skeletonic.min.css | Yes | Yes |

## Versioning
Expand Down
12 changes: 6 additions & 6 deletions dist/skeletonic-animations.css

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

12 changes: 6 additions & 6 deletions dist/skeletonic-colours.css

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

12 changes: 6 additions & 6 deletions dist/skeletonic-debug-mode.css

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

12 changes: 6 additions & 6 deletions dist/skeletonic-fonts.css

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

10 changes: 5 additions & 5 deletions dist/skeletonic-pattern.css

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

14 changes: 7 additions & 7 deletions dist/skeletonic.css

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

2 changes: 1 addition & 1 deletion dist/skeletonic.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/skeletonic.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skeletonic",
"version": "1.1.9",
"version": "1.2.0",
"description": "A dead on, lightweight, responsive and modern CSS framework.",
"keywords": [
"skeletonic",
Expand Down
Loading

0 comments on commit d00a1ea

Please sign in to comment.