Skip to content

Commit

Permalink
Update to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
airblade committed Jan 16, 2024
1 parent 0696db3 commit 7741771
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/stimulus-datepicker@1.0.5/css/datepicker.css">
<link rel="stylesheet" href="https://unpkg.com/stimulus-datepicker@1.0.6/css/datepicker.css">
<link rel="stylesheet" href="https://unpkg.com/@highlightjs/cdn-assets@11.5.1/styles/stackoverflow-dark.min.css">
<script type="importmap">
{
"imports": {
"stimulus-datepicker": "https://ga.jspm.io/npm:stimulus-datepicker@1.0.5/src/datepicker.js",
"stimulus-datepicker": "https://ga.jspm.io/npm:stimulus-datepicker@1.0.6/src/datepicker.js",
"@hotwired/stimulus": "https://ga.jspm.io/npm:@hotwired/stimulus@3.0.1/dist/stimulus.js",
"highlight": "https://unpkg.com/@highlightjs/cdn-assets@11.5.1/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.5.</p>
<p>This is v1.0.6.</p>


<section>
Expand Down

0 comments on commit 7741771

Please sign in to comment.