Skip to content

Commit

Permalink
Merge branch 'release/v3.0.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkGriffiths committed Nov 5, 2021
2 parents dfccd79 + dcc47d0 commit 7a0e87d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
14 changes: 7 additions & 7 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8" />
<title>trucolor 3.0.0 | Documentation</title>
<title>trucolor 3.0.1 | Documentation</title>
<meta name='description' content='TTY color toolkit supporting Truecolor (24bit RGB)'>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link href="assets/css/ace.min.css" rel="stylesheet">
Expand All @@ -15,7 +15,7 @@
<div id='split-left' class='overflow-auto fs0 height-viewport-100 sidebar'>
<div class='py1 px2'>
<h3 class="m0 no-anchor">trucolor</h3>
<div class="mb1"><code>3.0.0</code></div>
<div class="mb1"><code>3.0.1</code></div>
<input
placeholder="Filter"
id="filter-input"
Expand Down Expand Up @@ -278,7 +278,7 @@ <h3 class='left m0 panel-title' id='trucolor'>
</h3>


<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/trucolor/blob/3e67c82103d4e1f3d9c93616e9f8b08d2511ebdf/src/index.js#L18-L31'>
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/trucolor/blob/dfccd7997ebcbdf2eba21b211bb3653e2e1d8892/src/index.js#L18-L31'>
<span>src/index.js</span>
</a>

Expand Down Expand Up @@ -393,7 +393,7 @@ <h3 class='left m0 panel-title' id='trucolor'>
</h3>


<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/trucolor/blob/3e67c82103d4e1f3d9c93616e9f8b08d2511ebdf/src/index.js#L41-L48'>
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/trucolor/blob/dfccd7997ebcbdf2eba21b211bb3653e2e1d8892/src/index.js#L41-L48'>
<span>src/index.js</span>
</a>

Expand Down Expand Up @@ -479,7 +479,7 @@ <h3 class='left m0 panel-title' id='palette'>
</h3>


<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/trucolor/blob/3e67c82103d4e1f3d9c93616e9f8b08d2511ebdf/src/index.js#L56-L58'>
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/trucolor/blob/dfccd7997ebcbdf2eba21b211bb3653e2e1d8892/src/index.js#L56-L58'>
<span>src/index.js</span>
</a>

Expand Down Expand Up @@ -564,7 +564,7 @@ <h3 class='left m0 panel-title' id='chalkish'>
</h3>


<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/trucolor/blob/3e67c82103d4e1f3d9c93616e9f8b08d2511ebdf/src/index.js#L65-L67'>
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/trucolor/blob/dfccd7997ebcbdf2eba21b211bb3653e2e1d8892/src/index.js#L65-L67'>
<span>src/index.js</span>
</a>

Expand Down Expand Up @@ -640,7 +640,7 @@ <h3 class='left m0 panel-title' id='simple'>
</h3>


<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/trucolor/blob/3e67c82103d4e1f3d9c93616e9f8b08d2511ebdf/src/index.js#L105-L107'>
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/trucolor/blob/dfccd7997ebcbdf2eba21b211bb3653e2e1d8892/src/index.js#L105-L107'>
<span>src/index.js</span>
</a>

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trucolor",
"version": "3.0.0",
"version": "3.0.1",
"description": "TTY color toolkit supporting Truecolor (24bit RGB)",
"author": "Mark Griffiths <[email protected]> (http://thebespokepixel.com/)",
"main": "index.js",
Expand Down
3 changes: 2 additions & 1 deletion trucolor.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import 'escape-string-regexp';
import { createImage, truwrap } from 'truwrap';

const name = "trucolor";
const version = "3.0.0";
const version = "3.0.1";
const description = "TTY color toolkit supporting Truecolor (24bit RGB)";
const author = "Mark Griffiths <[email protected]> (http://thebespokepixel.com/)";
const main = "index.js";
Expand Down Expand Up @@ -100,6 +100,7 @@ const devDependencies = {
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.6",
"@types/estree": "^0.0.50",
ava: "^4.0.0-rc.1",
c8: "^7.10.0",
"documentation-theme-bespoke": "^2.0.12",
Expand Down

0 comments on commit 7a0e87d

Please sign in to comment.