Skip to content

Commit

Permalink
v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed Jul 7, 2021
1 parent 7adfaab commit 121b435
Show file tree
Hide file tree
Showing 169 changed files with 206 additions and 206 deletions.
19 changes: 8 additions & 11 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,11 @@ jobs:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
scope: sebastienrousseau
- run: npm install && npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- uses: actions/setup-node@v2
with:
node-version: '16.x'
registry-url: 'https://npm.pkg.github.com'
scope: sebastienrousseau
- run: npm install && npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Set package registry
run: npm config set registry https://npm.pkg.github.com
- name: Github package registry authentication
run: npm set //npm.pkg.github.com/:_authToken ${{ secrets.GITHUB_TOKEN }}
- name: Npm registry authentication
run: npm set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
- name: Publish the package to Github and Npm package registries
run: npm publish --access=public
5 changes: 4 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
# Licensed under the MIT license
#

# registry=https://npm.pkg.github.com/
# @sebastienrousseau:registry=https://npm.pkg.github.com/

registry=https://registry.npmjs.org/
@sebastienrousseau:registry=https://npm.pkg.github.com/
@sebastienrousseau:registry=https://registry.npmjs.org/
#//npm.pkg.github.com/:_authToken=${GH_TOKEN}
2 changes: 1 addition & 1 deletion COPYRIGHT
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Skeletonic Stylus Library v1.1.2
* Skeletonic Stylus Library v1.1.3
* https://skeletonicstylus.com
*
* Copyright (c) Sebastien Rousseau 2021. All rights reserved
Expand Down
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
![Banner representing the Skeletonic Stylus Library](./images/skeletonic-stylus.svg)

[![Getting Started](./images/button-primary.svg)](#the-skeletonic-stylus-library)
[![Download Skeletonic Stylus v1.1.2](./images/button-secondary.svg)](https://github.com/sebastienrousseau/skeletonic-stylus/archive/v1.1.2.zip)
[![Download Skeletonic Stylus v1.1.3](./images/button-secondary.svg)](https://github.com/sebastienrousseau/skeletonic-stylus/archive/v1.1.3.zip)

## Index

Expand All @@ -31,9 +31,7 @@
- [Support for bidirectional languages](#support-for-bidirectional-languages)
- [Versioning](#versioning)
- [Built with](#built-with)

- [Contributing](#contributing)

- [Code of Conduct](#code-of-conduct)
- [Our Values](#our-values)
- [Releases](#releases)
Expand Down Expand Up @@ -74,9 +72,8 @@ The following table lists alternate CDN locations where Skeletonic Stylus is hos
| CDN | URL | HTTPS | Combo |
| ------------------------------------- | ----------------------------------------------------------------------------- | ----- | ----- |
| [GitHub Packages](https://docs.github.com/en/packages) | <https://github.com/sebastienrousseau/skeletonic-stylus/packages> | Yes | No |
| [unpkg](https://unpkg.com/) | <https://unpkg.com/skeletonic-stylus@1.1.2/css/skeletonic.min.css> | Yes | No |
| [jsDelivr](https://www.jsdelivr.com/) | <https://cdn.jsdelivr.net/npm/skeletonic-stylus@1.1.2/css/skeletonic.min.css> | Yes | Yes |

| [unpkg](https://unpkg.com/) | <https://unpkg.com/skeletonic-stylus@1.1.3/css/skeletonic.min.css> | Yes | No |
| [jsDelivr](https://www.jsdelivr.com/) | <https://cdn.jsdelivr.net/npm/skeletonic-stylus@1.1.3/css/skeletonic.min.css> | Yes | Yes |

### From GitHub

Expand All @@ -89,7 +86,7 @@ Within the download you'll find all the Stylus source files, compiled and minifi
You'll see something like this:

```bash
skeletonic-1.1.2
skeletonic-1.1.3
dist
├── README.md
├── css
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skeletonic-stylus",
"version": "1.1.2",
"version": "1.1.3",
"homepage": "https://skeletonicstylus.com",
"author": "Sebastien Rousseau (https://github.com/sebastienrousseau/skeletonic-stylus)",
"description": "A lightweight, intuitive, accessible and ultra-responsive Stylus Library to streamline your digital and mobile web development needs.",
Expand Down
11 changes: 4 additions & 7 deletions dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
![Banner representing the Skeletonic Stylus Library](./images/skeletonic-stylus.svg)

[![Getting Started](./images/button-primary.svg)](#the-skeletonic-stylus-library)
[![Download Skeletonic Stylus v1.1.2](./images/button-secondary.svg)](https://github.com/sebastienrousseau/skeletonic-stylus/archive/v1.1.2.zip)
[![Download Skeletonic Stylus v1.1.3](./images/button-secondary.svg)](https://github.com/sebastienrousseau/skeletonic-stylus/archive/v1.1.3.zip)

## Index

Expand All @@ -31,9 +31,7 @@
- [Support for bidirectional languages](#support-for-bidirectional-languages)
- [Versioning](#versioning)
- [Built with](#built-with)

- [Contributing](#contributing)

- [Code of Conduct](#code-of-conduct)
- [Our Values](#our-values)
- [Releases](#releases)
Expand Down Expand Up @@ -74,9 +72,8 @@ The following table lists alternate CDN locations where Skeletonic Stylus is hos
| CDN | URL | HTTPS | Combo |
| ------------------------------------- | ----------------------------------------------------------------------------- | ----- | ----- |
| [GitHub Packages](https://docs.github.com/en/packages) | <https://github.com/sebastienrousseau/skeletonic-stylus/packages> | Yes | No |
| [unpkg](https://unpkg.com/) | <https://unpkg.com/skeletonic-stylus@1.1.2/css/skeletonic.min.css> | Yes | No |
| [jsDelivr](https://www.jsdelivr.com/) | <https://cdn.jsdelivr.net/npm/skeletonic-stylus@1.1.2/css/skeletonic.min.css> | Yes | Yes |

| [unpkg](https://unpkg.com/) | <https://unpkg.com/skeletonic-stylus@1.1.3/css/skeletonic.min.css> | Yes | No |
| [jsDelivr](https://www.jsdelivr.com/) | <https://cdn.jsdelivr.net/npm/skeletonic-stylus@1.1.3/css/skeletonic.min.css> | Yes | Yes |

### From GitHub

Expand All @@ -89,7 +86,7 @@ Within the download you'll find all the Stylus source files, compiled and minifi
You'll see something like this:

```bash
skeletonic-1.1.2
skeletonic-1.1.3
dist
├── README.md
├── css
Expand Down
4 changes: 2 additions & 2 deletions dist/css/animations/skeletonic-animations.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/css/animations/skeletonic-animations.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/fonts/skeletonic-fonts-report.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
├─────────────────────────────┼───────────┼────────────────┤
│ skeletonic-fonts-report.txt │ 0 B │ 20 B │
├─────────────────────────────┼───────────┼────────────────┤
│ skeletonic-fonts.css │ 6.41 kB │ 708 B │
│ skeletonic-fonts.css │ 6.41 kB │ 709 B │
├─────────────────────────────┼───────────┼────────────────┤
│ skeletonic-fonts.css.map │ 7.87 kB │ 1.04 kB │
├─────────────────────────────┼───────────┼────────────────┤
Expand Down
4 changes: 2 additions & 2 deletions dist/css/fonts/skeletonic-fonts.css

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

Loading

0 comments on commit 121b435

Please sign in to comment.