Skip to content

Commit 3a42e72

Browse files
committed
Bump package.json version to 1.0.3 & Rebuild docs
1 parent ad29efd commit 3a42e72

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

docs/api-docs/functions/useGlitch.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h4 class="tsd-returns-title">Returns <a href="../types/GlitchHandle.html" class
3333

3434
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
3535
<ul>
36-
<li>Defined in <a href="https://github.com/7PH/react-powerglitch/blob/d55a19d/src/lib/index.ts#L35">index.ts:35</a></li></ul></aside></li></ul></section></div>
36+
<li>Defined in <a href="https://github.com/7PH/react-powerglitch/blob/ad29efd/src/lib/index.ts#L35">index.ts:35</a></li></ul></aside></li></ul></section></div>
3737
<div class="col-sidebar">
3838
<div class="page-menu">
3939
<div class="tsd-navigation settings">

docs/api-docs/types/GlitchHandle.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</spa
7777
<div class="tsd-comment tsd-typography"></div></li></ul></li></ul></li></ul></div>
7878
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
7979
<ul>
80-
<li>Defined in <a href="https://github.com/7PH/react-powerglitch/blob/d55a19d/src/lib/index.ts#L8">index.ts:8</a></li></ul></aside></div>
80+
<li>Defined in <a href="https://github.com/7PH/react-powerglitch/blob/ad29efd/src/lib/index.ts#L8">index.ts:8</a></li></ul></aside></div>
8181
<div class="col-sidebar">
8282
<div class="page-menu">
8383
<div class="tsd-navigation settings">

docs/coverage/clover.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<coverage generated="1697473848525" clover="3.2.0">
3-
<project timestamp="1697473848525" name="All files">
2+
<coverage generated="1699101004086" clover="3.2.0">
3+
<project timestamp="1699101004086" name="All files">
44
<metrics statements="13" coveredstatements="13" conditionals="1" coveredconditionals="1" methods="8" coveredmethods="8" elements="22" coveredelements="22" complexity="0" loc="13" ncloc="13" packages="1" files="1" classes="1"/>
55
<file name="index.ts" path="/home/braymond/projects/powerglitch/react-powerglitch/src/lib/index.ts">
66
<metrics statements="13" coveredstatements="13" conditionals="1" coveredconditionals="1" methods="8" coveredmethods="8"/>

docs/coverage/lcov-report/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h1>All files</h1>
101101
<div class='footer quiet pad2 space-top1 center small'>
102102
Code coverage generated by
103103
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
104-
at 2023-10-16T16:30:48.522Z
104+
at 2023-11-04T12:30:04.080Z
105105
</div>
106106
<script src="prettify.js"></script>
107107
<script>

docs/coverage/lcov-report/index.ts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ <h1><a href="index.html">All files</a> index.ts</h1>
283283
<div class='footer quiet pad2 space-top1 center small'>
284284
Code coverage generated by
285285
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
286-
at 2023-10-16T16:30:48.522Z
286+
at 2023-11-04T12:30:04.080Z
287287
</div>
288288
<script src="prettify.js"></script>
289289
<script>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-powerglitch",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"types": "./types/lib/index.d.ts",
55
"main": "./lib/react-powerglitch.umd.js",
66
"module": "./lib/react-powerglitch.es.js",

0 commit comments

Comments
 (0)