Skip to content

Commit

Permalink
chore(release): 3.0.18 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.18](6eDesign/svelte-calendar@v3.0.17...v3.0.18) (2021-09-18)

### Bug Fixes

* move dayjs and just-throttle to dependencies ([6dee7b3](6eDesign@6dee7b3))
* update ci nodejs to v14 ([9c7c8e6](6eDesign@9c7c8e6))
  • Loading branch information
semantic-release-bot committed Sep 18, 2021
1 parent 9c7c8e6 commit ce596d7
Show file tree
Hide file tree
Showing 13 changed files with 28 additions and 20 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [3.0.18](https://github.com/6eDesign/svelte-calendar/compare/v3.0.17...v3.0.18) (2021-09-18)


### Bug Fixes

* move dayjs and just-throttle to dependencies ([6dee7b3](https://github.com/6eDesign/svelte-calendar/commit/6dee7b31ab1ab9bfe306e0015f8d53bf7069473d))
* update ci nodejs to v14 ([9c7c8e6](https://github.com/6eDesign/svelte-calendar/commit/9c7c8e645edb0749354b57f3bd7b18df9fcb4e0d))

## [3.0.17](https://github.com/6eDesign/svelte-calendar/compare/v3.0.16...v3.0.17) (2021-09-17)


Expand Down
8 changes: 4 additions & 4 deletions docs/docs/examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@



<link rel="modulepreload" href="/svelte-calendar/internal/start-e13f7ddc.js">
<link rel="modulepreload" href="/svelte-calendar/internal/start-0201d864.js">
<link rel="modulepreload" href="/svelte-calendar/internal/chunks/vendor-df71a323.js">
<link rel="modulepreload" href="/svelte-calendar/internal/chunks/paths-45dac81d.js">
<link rel="modulepreload" href="/svelte-calendar/internal/pages/__layout.svelte-e31b6f94.js">
<link rel="modulepreload" href="/svelte-calendar/internal/chunks/stores-29d89cc3.js">
<link rel="modulepreload" href="/svelte-calendar/internal/chunks/CrossfadeProvider-6d049882.js">
<link rel="modulepreload" href="/svelte-calendar/internal/chunks/NavBarItem-079219e3.js">
<link rel="modulepreload" href="/svelte-calendar/internal/pages/docs/examples.svelte-1d3c9190.js">
<link rel="modulepreload" href="/svelte-calendar/internal/pages/docs/examples.svelte-3d18e5c9.js">
<link rel="modulepreload" href="/svelte-calendar/internal/chunks/defaults-18c3e92f.js">
<link rel="modulepreload" href="/svelte-calendar/internal/chunks/DocPage-47619466.js">
<link rel="modulepreload" href="/svelte-calendar/internal/chunks/CodeExample-314e881d.js">
Expand All @@ -35,7 +35,7 @@
<link rel="stylesheet" href="/svelte-calendar/internal/assets/Datepicker-c6a1c104.css">

<script type="module">
import { start } from "/svelte-calendar/internal/start-e13f7ddc.js";
import { start } from "/svelte-calendar/internal/start-0201d864.js";
start({
target: document.querySelector("#svelte"),
paths: {"base":"/svelte-calendar","assets":"/svelte-calendar"},
Expand All @@ -49,7 +49,7 @@
error: null,
nodes: [
import("/svelte-calendar/internal/pages/__layout.svelte-e31b6f94.js"),
import("/svelte-calendar/internal/pages/docs/examples.svelte-1d3c9190.js")
import("/svelte-calendar/internal/pages/docs/examples.svelte-3d18e5c9.js")
],
page: {
host: location.host, // TODO this is redundant
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/props/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@



<link rel="modulepreload" href="/svelte-calendar/internal/start-e13f7ddc.js">
<link rel="modulepreload" href="/svelte-calendar/internal/start-0201d864.js">
<link rel="modulepreload" href="/svelte-calendar/internal/chunks/vendor-df71a323.js">
<link rel="modulepreload" href="/svelte-calendar/internal/chunks/paths-45dac81d.js">
<link rel="stylesheet" href="/svelte-calendar/internal/assets/start-61d1577b.css">

<script type="module">
import { start } from "/svelte-calendar/internal/start-e13f7ddc.js";
import { start } from "/svelte-calendar/internal/start-0201d864.js";
start({
target: document.querySelector("#svelte"),
paths: {"base":"/svelte-calendar","assets":"/svelte-calendar"},
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/quick-start/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@



<link rel="modulepreload" href="/svelte-calendar/internal/start-e13f7ddc.js">
<link rel="modulepreload" href="/svelte-calendar/internal/start-0201d864.js">
<link rel="modulepreload" href="/svelte-calendar/internal/chunks/vendor-df71a323.js">
<link rel="modulepreload" href="/svelte-calendar/internal/chunks/paths-45dac81d.js">
<link rel="stylesheet" href="/svelte-calendar/internal/assets/start-61d1577b.css">

<script type="module">
import { start } from "/svelte-calendar/internal/start-e13f7ddc.js";
import { start } from "/svelte-calendar/internal/start-0201d864.js";
start({
target: document.querySelector("#svelte"),
paths: {"base":"/svelte-calendar","assets":"/svelte-calendar"},
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/theme-editor/dark/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@



<link rel="modulepreload" href="/svelte-calendar/internal/start-e13f7ddc.js">
<link rel="modulepreload" href="/svelte-calendar/internal/start-0201d864.js">
<link rel="modulepreload" href="/svelte-calendar/internal/chunks/vendor-df71a323.js">
<link rel="modulepreload" href="/svelte-calendar/internal/chunks/paths-45dac81d.js">
<link rel="modulepreload" href="/svelte-calendar/internal/pages/__layout.svelte-e31b6f94.js">
Expand All @@ -29,7 +29,7 @@
<link rel="stylesheet" href="/svelte-calendar/internal/assets/defaults-3c1ea1b6.css">

<script type="module">
import { start } from "/svelte-calendar/internal/start-e13f7ddc.js";
import { start } from "/svelte-calendar/internal/start-0201d864.js";
start({
target: document.querySelector("#svelte"),
paths: {"base":"/svelte-calendar","assets":"/svelte-calendar"},
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/theme-editor/light/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@



<link rel="modulepreload" href="/svelte-calendar/internal/start-e13f7ddc.js">
<link rel="modulepreload" href="/svelte-calendar/internal/start-0201d864.js">
<link rel="modulepreload" href="/svelte-calendar/internal/chunks/vendor-df71a323.js">
<link rel="modulepreload" href="/svelte-calendar/internal/chunks/paths-45dac81d.js">
<link rel="modulepreload" href="/svelte-calendar/internal/pages/__layout.svelte-e31b6f94.js">
Expand All @@ -29,7 +29,7 @@
<link rel="stylesheet" href="/svelte-calendar/internal/assets/defaults-3c1ea1b6.css">

<script type="module">
import { start } from "/svelte-calendar/internal/start-e13f7ddc.js";
import { start } from "/svelte-calendar/internal/start-0201d864.js";
start({
target: document.querySelector("#svelte"),
paths: {"base":"/svelte-calendar","assets":"/svelte-calendar"},
Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@



<link rel="modulepreload" href="/svelte-calendar/internal/start-e13f7ddc.js">
<link rel="modulepreload" href="/svelte-calendar/internal/start-0201d864.js">
<link rel="modulepreload" href="/svelte-calendar/internal/chunks/vendor-df71a323.js">
<link rel="modulepreload" href="/svelte-calendar/internal/chunks/paths-45dac81d.js">
<link rel="modulepreload" href="/svelte-calendar/internal/pages/__layout.svelte-e31b6f94.js">
Expand All @@ -27,7 +27,7 @@
<link rel="stylesheet" href="/svelte-calendar/internal/assets/defaults-3c1ea1b6.css">

<script type="module">
import { start } from "/svelte-calendar/internal/start-e13f7ddc.js";
import { start } from "/svelte-calendar/internal/start-0201d864.js";
start({
target: document.querySelector("#svelte"),
paths: {"base":"/svelte-calendar","assets":"/svelte-calendar"},
Expand Down Expand Up @@ -77,7 +77,7 @@ <h1 class="svelte-alugsa">svelte-calendar</h1>
</pre></div></div></div>
<div class="column-secondary svelte-92c9vu"><div class="sc-popover svelte-197aegr" style="--sc-theme-calendar-width: 620px;--sc-theme-calendar-maxWidth: 100vw;--sc-theme-calendar-legend-height: 45px;--sc-theme-calendar-shadow: 0px 10px 26px rgba(0, 0, 0, 0.25);--sc-theme-calendar-colors-text-primary: #eee;--sc-theme-calendar-colors-text-highlight: #fff;--sc-theme-calendar-colors-background-primary: #333;--sc-theme-calendar-colors-background-highlight: #5829d6;--sc-theme-calendar-colors-background-hover: #222;--sc-theme-calendar-colors-border: #222;--sc-theme-calendar-font-regular: 1.5em;--sc-theme-calendar-font-large: 37em;--sc-theme-calendar-grid-disabledOpacity: .5;--sc-theme-calendar-grid-outsiderOpacity: .7; min-width: NaNpx; min-height: NaNpx;"><div class="trigger svelte-197aegr">
<div class="button-container svelte-18igz6t"><button class="svelte-18igz6t"></button>
<span class="button-text svelte-18igz6t">09/17/2021</span></div>
<span class="button-text svelte-18igz6t">09/18/2021</span></div>
</div></div></div>
</div></div></div></div>

Expand Down
1 change: 0 additions & 1 deletion docs/internal/pages/docs/examples.svelte-1d3c9190.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/internal/pages/docs/examples.svelte-3d18e5c9.js

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 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": "svelte-calendar",
"version": "3.0.17",
"version": "3.0.18",
"main": "src/lib/index.js",
"scripts": {
"dev": "svelte-kit dev",
Expand Down

0 comments on commit ce596d7

Please sign in to comment.