Skip to content

Commit a49b402

Browse files
committedFeb 20, 2020
Merge branch 'release/v2.0.1' into develop
2 parents 5b2bd7a + 7891055 commit a49b402

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed
 

‎bin/truwrap

+8-8
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var _split = _interopDefault(require('lodash/split'));
2626
var _forEach = _interopDefault(require('lodash/forEach'));
2727

2828
const name = "truwrap";
29-
const version = "2.0.0";
29+
const version = "2.0.1";
3030
const description = "Smarter terminal text wrapping (handles 24bit color)";
3131
const author = "Mark Griffiths <mark@thebespokepixel.com> (http://thebespokepixel.com/)";
3232
const main = "index.js";
@@ -61,7 +61,7 @@ const devDependencies = {
6161
"@babel/preset-env": "^7.8.4",
6262
ava: "^3.3.0",
6363
"babel-plugin-lodash": "^3.3.4",
64-
"documentation-theme-bespoke": "^1.1.2",
64+
"documentation-theme-bespoke": "^1.1.3",
6565
gulp: "^4.0.2",
6666
"gulp-better-rollup": "^4.0.1",
6767
"gulp-chmod": "^3.0.0",
@@ -76,9 +76,9 @@ const devDependencies = {
7676
xo: "^0.26.1"
7777
};
7878
const dependencies = {
79-
"@thebespokepixel/meta": "^2.0.1",
80-
"@thebespokepixel/n-selector": "^2.0.0",
81-
"@thebespokepixel/string": "^1.0.0",
79+
"@thebespokepixel/meta": "^2.0.2",
80+
"@thebespokepixel/n-selector": "^2.0.1",
81+
"@thebespokepixel/string": "^1.0.1",
8282
"ansi-regex": "^5.0.0",
8383
columnify: "^1.5.4",
8484
"common-tags": "^1.8.0",
@@ -88,10 +88,10 @@ const dependencies = {
8888
lodash: "^4.17.15",
8989
"os-locale": "^4.0.0",
9090
"read-pkg-up": "^7.0.1",
91-
"term-ng": "^2.0.0",
92-
trucolor: "^1.0.6",
91+
"term-ng": "^2.0.1",
92+
trucolor: "^2.0.0",
9393
"update-notifier": "^4.1.0",
94-
verbosity: "^2.0.0",
94+
verbosity: "^2.0.1",
9595
yargs: "^15.1.0"
9696
};
9797
const engines = {

‎docs/index.html

+10-10
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="utf-8" />
5-
<title>truwrap 2.0.0 | Documentation</title>
5+
<title>truwrap 2.0.1 | Documentation</title>
66
<meta name='description' content='Smarter terminal text wrapping (handles 24bit color)'>
77
<meta name="viewport" content="width=device-width,initial-scale=1">
88
<link href="assets/css/ace.min.css" rel="stylesheet">
@@ -15,7 +15,7 @@
1515
<div id='split-left' class='overflow-auto fs0 height-viewport-100 sidebar'>
1616
<div class='py1 px2'>
1717
<h3 class="m0 no-anchor">truwrap</h3>
18-
<div class="mb1"><code>2.0.0</code></div>
18+
<div class="mb1"><code>2.0.1</code></div>
1919
<input
2020
placeholder="Filter"
2121
id="filter-input"
@@ -220,7 +220,7 @@ <h3 class='left m0 panel-title' id='truwrap'>
220220
</h3>
221221

222222

223-
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/truwrap/blob/b08372c33818a0f800da72217450bbdbca0142a4/src/index.js#L50-L218'>
223+
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/truwrap/blob/5b2bd7a22acbcfb94ea906e3e726dfb3483f64cb/src/index.js#L50-L218'>
224224
<span>src/index.js</span>
225225
</a>
226226

@@ -383,7 +383,7 @@ <h3 class='left m0 panel-title' id='api'>
383383
</h3>
384384

385385

386-
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/truwrap/blob/b08372c33818a0f800da72217450bbdbca0142a4/src/index.js#L100-L167'>
386+
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/truwrap/blob/5b2bd7a22acbcfb94ea906e3e726dfb3483f64cb/src/index.js#L100-L167'>
387387
<span>src/index.js</span>
388388
</a>
389389

@@ -432,7 +432,7 @@ <h3 class='left m0 panel-title' id='api'>
432432
<div class='clearfix'>
433433

434434

435-
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/truwrap/blob/b08372c33818a0f800da72217450bbdbca0142a4/src/index.js#L107-L113'>
435+
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/truwrap/blob/5b2bd7a22acbcfb94ea906e3e726dfb3483f64cb/src/index.js#L107-L113'>
436436
<span>src/index.js</span>
437437
</a>
438438

@@ -495,7 +495,7 @@ <h3 class='left m0 panel-title' id='api'>
495495
<div class='clearfix'>
496496

497497

498-
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/truwrap/blob/b08372c33818a0f800da72217450bbdbca0142a4/src/index.js#L119-L119'>
498+
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/truwrap/blob/5b2bd7a22acbcfb94ea906e3e726dfb3483f64cb/src/index.js#L119-L119'>
499499
<span>src/index.js</span>
500500
</a>
501501

@@ -558,7 +558,7 @@ <h3 class='left m0 panel-title' id='api'>
558558
<div class='clearfix'>
559559

560560

561-
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/truwrap/blob/b08372c33818a0f800da72217450bbdbca0142a4/src/index.js#L128-L134'>
561+
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/truwrap/blob/5b2bd7a22acbcfb94ea906e3e726dfb3483f64cb/src/index.js#L128-L134'>
562562
<span>src/index.js</span>
563563
</a>
564564

@@ -644,7 +644,7 @@ <h3 class='left m0 panel-title' id='api'>
644644
<div class='clearfix'>
645645

646646

647-
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/truwrap/blob/b08372c33818a0f800da72217450bbdbca0142a4/src/index.js#L142-L145'>
647+
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/truwrap/blob/5b2bd7a22acbcfb94ea906e3e726dfb3483f64cb/src/index.js#L142-L145'>
648648
<span>src/index.js</span>
649649
</a>
650650

@@ -722,7 +722,7 @@ <h3 class='left m0 panel-title' id='api'>
722722
<div class='clearfix'>
723723

724724

725-
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/truwrap/blob/b08372c33818a0f800da72217450bbdbca0142a4/src/index.js#L152-L155'>
725+
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/truwrap/blob/5b2bd7a22acbcfb94ea906e3e726dfb3483f64cb/src/index.js#L152-L155'>
726726
<span>src/index.js</span>
727727
</a>
728728

@@ -785,7 +785,7 @@ <h3 class='left m0 panel-title' id='api'>
785785
<div class='clearfix'>
786786

787787

788-
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/truwrap/blob/b08372c33818a0f800da72217450bbdbca0142a4/src/index.js#L163-L166'>
788+
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/truwrap/blob/5b2bd7a22acbcfb94ea906e3e726dfb3483f64cb/src/index.js#L163-L166'>
789789
<span>src/index.js</span>
790790
</a>
791791

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "truwrap",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Smarter terminal text wrapping (handles 24bit color)",
55
"author": "Mark Griffiths <mark@thebespokepixel.com> (http://thebespokepixel.com/)",
66
"main": "index.js",

0 commit comments

Comments
 (0)
Please sign in to comment.