Skip to content

Commit

Permalink
Release v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Apr 18, 2024
1 parent 33ecc80 commit 691c083
Show file tree
Hide file tree
Showing 19 changed files with 30 additions and 28 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release-on-vtag.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
name: release
name: Create Release

on:
push:
tags:
- 'v*'

jobs:
build:
name: Create Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4 #see: https://github.com/actions/checkout/releases
- uses: actions/create-release@v1
- uses: actions/checkout@v4 #see: https://github.com/actions/checkout/releases
- uses: actions/create-release@v1 #see: https://github.com/actions/create-release/releases
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/run-spec-on-push.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: build
name: Build and Run Specifications

on: [push]

jobs:
build:
name: Run Specifications
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4 #see: https://github.com/actions/checkout/releases
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ _Start a fire_

[![License:MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/center-key/web-ignition/blob/main/LICENSE.txt)
[![npm](https://img.shields.io/npm/v/web-ignition.svg)](https://www.npmjs.com/package/web-ignition)
[![Build](https://github.com/center-key/web-ignition/workflows/build/badge.svg)](https://github.com/center-key/web-ignition/actions/workflows/run-spec-on-push.yaml)
[![Build](https://github.com/center-key/web-ignition/actions/workflows/run-spec-on-push.yaml/badge.svg)](https://github.com/center-key/web-ignition/actions/workflows/run-spec-on-push.yaml)
[![Hits](https://data.jsdelivr.com/v1/package/npm/web-ignition/badge?style=rounded)](https://www.jsdelivr.com/package/npm/web-ignition)

KISS!
Expand Down
2 changes: 1 addition & 1 deletion dist/blogger-tweaks.min.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/layouts/block-duo.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! web-ignition v2.1.1 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
/*! web-ignition v2.1.2 ~~ https://github.com/center-key/web-ignition ~~ MIT License */

/*
Block Duo layout -- Two big columns followed by a single footer
Expand Down
2 changes: 1 addition & 1 deletion dist/layouts/color-blocks.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! web-ignition v2.1.1 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
/*! web-ignition v2.1.2 ~~ https://github.com/center-key/web-ignition ~~ MIT License */

/*
Color Blocks layout -- Two columns of colorful blocks
Expand Down
2 changes: 1 addition & 1 deletion dist/layouts/color-slide.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! web-ignition v2.1.1 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
/*! web-ignition v2.1.2 ~~ https://github.com/center-key/web-ignition ~~ MIT License */

/*
Color Slide layout -- Top to botttom color transition
Expand Down
2 changes: 1 addition & 1 deletion dist/layouts/letterbox.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! web-ignition v2.1.1 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
/*! web-ignition v2.1.2 ~~ https://github.com/center-key/web-ignition ~~ MIT License */

/*
Letterbox layout -- Edge-to-edge semi-opaque bar over cover background image
Expand Down
2 changes: 1 addition & 1 deletion dist/layouts/modern.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! web-ignition v2.1.1 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
/*! web-ignition v2.1.2 ~~ https://github.com/center-key/web-ignition ~~ MIT License */

/*
Modern layout -- Clean blog post page
Expand Down
2 changes: 1 addition & 1 deletion dist/layouts/neon.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! web-ignition v2.1.1 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
/*! web-ignition v2.1.2 ~~ https://github.com/center-key/web-ignition ~~ MIT License */

/*
Neon layout -- For hackers and space junkies
Expand Down
2 changes: 1 addition & 1 deletion dist/layouts/neon.min.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
//! web-ignition v2.1.1 ~~ https://github.com/center-key/web-ignition ~~ MIT License
//! web-ignition v2.1.2 ~~ https://github.com/center-key/web-ignition ~~ MIT License
const numNeonImages=8;const randomImage=Date.now()%numNeonImages+1;globalThis.document.body.classList.add("neon-image-"+String(randomImage));
2 changes: 1 addition & 1 deletion dist/layouts/vertical-bars.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! web-ignition v2.1.1 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
/*! web-ignition v2.1.2 ~~ https://github.com/center-key/web-ignition ~~ MIT License */

/*
Vertical Bars layout -- traditional boring old-school webpage
Expand Down
4 changes: 2 additions & 2 deletions dist/layouts/zebra-sections.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! web-ignition v2.1.1 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
/*! web-ignition v2.1.2 ~~ https://github.com/center-key/web-ignition ~~ MIT License */

/*
Zebra Sections layout -- Edge-to-edge blocks with alternating background colors
Expand Down Expand Up @@ -170,7 +170,7 @@ body >footer {
body >footer a {
color: silver;
}
body >footer >div:nth-child(n):not(:nth-child(-n)) { /* specificity hack */
body >footer >div:nth-child(n):not(:nth-child(-n)) { /* specificity hack */
text-align: center;
margin: 5px 0px;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/lib-x.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! web-ignition v2.1.1 ~~ https://github.com/center-key/web-ignition ~~ MIT License
//! web-ignition v2.1.2 ~~ https://github.com/center-key/web-ignition ~~ MIT License

export type GlobalKey = keyof typeof globalThis;
export type Json = string | number | boolean | null | undefined | JsonObject | Json[];
Expand Down
4 changes: 2 additions & 2 deletions dist/lib-x.dev.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! web-ignition v2.1.1 ~~ https://github.com/center-key/web-ignition ~~ MIT License
//! web-ignition v2.1.2 ~~ https://github.com/center-key/web-ignition ~~ MIT License

const libXDom = {
stateDepot: [],
Expand Down Expand Up @@ -808,7 +808,7 @@ const libXExtra = {
},
};
const libX = {
version: '2.1.1',
version: '2.1.2',
dom: libXDom,
ui: libXUi,
util: libXUtil,
Expand Down
4 changes: 2 additions & 2 deletions dist/lib-x.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! web-ignition v2.1.1 ~~ https://github.com/center-key/web-ignition ~~ MIT License
//! web-ignition v2.1.2 ~~ https://github.com/center-key/web-ignition ~~ MIT License

const libXDom = {
stateDepot: [],
Expand Down Expand Up @@ -808,7 +808,7 @@ const libXExtra = {
},
};
const libX = {
version: '2.1.1',
version: '2.1.2',
dom: libXDom,
ui: libXUi,
util: libXUtil,
Expand Down
4 changes: 2 additions & 2 deletions dist/lib-x.min.js

Large diffs are not rendered by default.

0 comments on commit 691c083

Please sign in to comment.