Skip to content

Commit

Permalink
Update to 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
airblade committed Apr 26, 2024
1 parent 69c28c5 commit f028b36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Stimulus Datepicker Demo</title>
<link rel="stylesheet" href="https://unpkg.com/[email protected].7/css/datepicker.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected].8/css/datepicker.css">
<link rel="stylesheet" href="https://unpkg.com/@highlightjs/[email protected]/styles/stackoverflow-dark.min.css">
<script type="importmap">
{
"imports": {
"stimulus-datepicker": "https://ga.jspm.io/npm:[email protected].7/src/datepicker.js",
"stimulus-datepicker": "https://ga.jspm.io/npm:[email protected].8/src/datepicker.js",
"@hotwired/stimulus": "https://ga.jspm.io/npm:@hotwired/[email protected]/dist/stimulus.js",
"highlight": "https://unpkg.com/@highlightjs/[email protected]/es/highlight.min.js"
}
Expand Down Expand Up @@ -147,7 +147,7 @@ <h1>Stimulus Datepicker Demo</h1>
<p>stimulus-datepicker is a <a href="https://stimulus.hotwired.dev">Stimulus</a>-powered, accessible datepicker.</p>
<p>For documentation, please see the <a href="https://github.com/airblade/stimulus-datepicker">GitHub repository</a>.</p>
<p>Here are a few examples showing the default behaviour and a custom format.</p>
<p>This is v1.0.7.</p>
<p>This is v1.0.8.</p>


<section>
Expand Down

0 comments on commit f028b36

Please sign in to comment.