Skip to content

Commit

Permalink
increased version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ma4nn committed Sep 23, 2023
1 parent 4d568c5 commit 155b5fb
Show file tree
Hide file tree
Showing 21 changed files with 55 additions and 20 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v2.0.0] - 2023-09-23

## Added
- npm package including workflow for package publish
- automated visual tests using [osnap](https://github.com/eWert-Online/osnap) (https://github.com/vianetz/spectre-css/pull/14)

## Fixed
- Meter element (https://github.com/vianetz/spectre-css/pull/12)

## Changed
- updated [normalize.css library](https://necolas.github.io/normalize.css/) to version 8.0.1 (https://github.com/vianetz/spectre-css/pull/16)
- switched to [Stylelint](https://stylelint.io/) for SASS linting (https://github.com/vianetz/spectre-css/pull/15)

## Removed
- support for LESS

## [v1.0.0] - 2023-09-22

### Added
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": "spectre.css",
"version": "1.0.0",
"version": "2.0.0",
"description": "Spectre.css: A lightweight, responsive and modern CSS framework",
"homepage": "https://vianetz.github.io/spectre-css",
"author": "Yan Zhu <picturepan2@hotmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion dist/spectre-exp.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Spectre.css Experimentals v1.0.0 | MIT License | github.com/vianetz/spectre-css */
/*! Spectre.css Experimentals v2.0.0 | MIT License | github.com/vianetz/spectre-css */
.form-autocomplete {
position: relative;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/spectre-exp.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/spectre-icons.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Spectre.css Icons v1.0.0 | MIT License | github.com/vianetz/spectre-css */
/*! Spectre.css Icons v2.0.0 | MIT License | github.com/vianetz/spectre-css */
.icon {
box-sizing: border-box;
display: inline-block;
Expand Down
2 changes: 1 addition & 1 deletion dist/spectre-icons.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/spectre.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@charset "UTF-8";
/*! Spectre.css v1.0.0 | MIT License | github.com/vianetz/spectre-css */
/*! Spectre.css v2.0.0 | MIT License | github.com/vianetz/spectre-css */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
Expand Down
2 changes: 1 addition & 1 deletion dist/spectre.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/dist/docs.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! Spectre.css Docs | MIT License | github.com/picturepan2/spectre */
.version::after {
content: "1.0.0";
content: "2.0.0";
}

.off-canvas .off-canvas-toggle {
Expand Down
2 changes: 1 addition & 1 deletion docs/dist/docs.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/dist/spectre-exp.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Spectre.css Experimentals v1.0.0 | MIT License | github.com/vianetz/spectre-css */
/*! Spectre.css Experimentals v2.0.0 | MIT License | github.com/vianetz/spectre-css */
.form-autocomplete {
position: relative;
}
Expand Down
2 changes: 1 addition & 1 deletion docs/dist/spectre-exp.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/dist/spectre-icons.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Spectre.css Icons v1.0.0 | MIT License | github.com/vianetz/spectre-css */
/*! Spectre.css Icons v2.0.0 | MIT License | github.com/vianetz/spectre-css */
.icon {
box-sizing: border-box;
display: inline-block;
Expand Down
2 changes: 1 addition & 1 deletion docs/dist/spectre-icons.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/dist/spectre-rtl.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*! Spectre.css RTL | MIT License | github.com/picturepan2/spectre */
/*! Spectre.css v1.0.0 | MIT License | github.com/vianetz/spectre-css */
/*! Spectre.css v2.0.0 | MIT License | github.com/vianetz/spectre-css */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
Expand Down Expand Up @@ -3488,7 +3488,7 @@ a.text-error:visited {
word-wrap: break-word;
}

/*! Spectre.css Experimentals v1.0.0 | MIT License | github.com/vianetz/spectre-css */
/*! Spectre.css Experimentals v2.0.0 | MIT License | github.com/vianetz/spectre-css */
.form-autocomplete {
position: relative;
}
Expand Down
2 changes: 1 addition & 1 deletion docs/dist/spectre-rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/dist/spectre.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@charset "UTF-8";
/*! Spectre.css v1.0.0 | MIT License | github.com/vianetz/spectre-css */
/*! Spectre.css v2.0.0 | MIT License | github.com/vianetz/spectre-css */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
Expand Down
2 changes: 1 addition & 1 deletion docs/dist/spectre.min.css

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions docs/getting-started/whatsnew.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,25 @@ <h3 class="s-title">What's new<a class="anchor" href="#whatsnew" aria-hidden="tr
<p>All notable changes to this project will be documented in this file.</p>
<p>The format is based on <a href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>,
and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>
<h2>[v2.0.0] - 2023-09-23</h2>
<h2>Added</h2>
<ul>
<li>npm package including workflow for package publish</li>
<li>automated visual tests using <a href="https://github.com/eWert-Online/osnap">osnap</a> (https://github.com/vianetz/spectre-css/pull/14)</li>
</ul>
<h2>Fixed</h2>
<ul>
<li>Meter element (https://github.com/vianetz/spectre-css/pull/12)</li>
</ul>
<h2>Changed</h2>
<ul>
<li>updated <a href="https://necolas.github.io/normalize.css/">normalize.css library</a> to version 8.0.1 (https://github.com/vianetz/spectre-css/pull/16)</li>
<li>switched to <a href="https://stylelint.io/">Stylelint</a> for SASS linting (https://github.com/vianetz/spectre-css/pull/15)</li>
</ul>
<h2>Removed</h2>
<ul>
<li>support for LESS</li>
</ul>
<h2>[v1.0.0] - 2023-09-22</h2>
<h3>Added</h3>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vianetz/spectre.css",
"version": "1.0.0",
"version": "2.0.0",
"description": "Spectre.css: A lightweight, responsive and modern CSS framework",
"homepage": "https://vianetz.github.io/spectre-css",
"author": "Yan Zhu <picturepan2@hotmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion src/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@use "sass:color";

// Core variables
$version: "1.0.0";
$version: "2.0.0";
$url: "github.com/vianetz/spectre-css";

// Core features
Expand Down

0 comments on commit 155b5fb

Please sign in to comment.