Skip to content

Commit

Permalink
chore: update snapshopt and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Proskynete committed Sep 8, 2022
1 parent 8f55cd4 commit b44b116
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
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": "vertical-timeline-component-react",
"version": "4.1.1",
"version": "4.2.0",
"description": "A simple component for create a vertical timeline with React",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand Down
12 changes: 6 additions & 6 deletions tests/components/timeline/__snapshots__/index.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ Object {
class="sc-dkzDqf bqgjsq"
>
<div
aria-label="From Tuesday, January 01, 2019 To Friday, September 02, 2022"
aria-label="From Tuesday, January 01, 2019 To Thursday, September 08, 2022"
class="sc-hKMtZM VwYTb"
format="only-number"
lang="en"
>
<time
aria-hidden="true"
datetime="9/2/2022"
datetime="9/8/2022"
>
2022
</time>
Expand Down Expand Up @@ -51,7 +51,7 @@ Object {
class="sc-iBkjds eUDZdj"
>
<h3
class="sc-papXJ khbMtd"
class="sc-papXJ lnRsat"
>
I'm a event title
</h3>
Expand Down Expand Up @@ -82,14 +82,14 @@ Object {
class="sc-dkzDqf bqgjsq"
>
<div
aria-label="From Tuesday, January 01, 2019 To Friday, September 02, 2022"
aria-label="From Tuesday, January 01, 2019 To Thursday, September 08, 2022"
class="sc-hKMtZM VwYTb"
format="only-number"
lang="en"
>
<time
aria-hidden="true"
datetime="9/2/2022"
datetime="9/8/2022"
>
2022
</time>
Expand Down Expand Up @@ -118,7 +118,7 @@ Object {
class="sc-iBkjds eUDZdj"
>
<h3
class="sc-papXJ khbMtd"
class="sc-papXJ lnRsat"
>
I'm a event title
</h3>
Expand Down

0 comments on commit b44b116

Please sign in to comment.