Skip to content

Commit

Permalink
chore(release): 3.1.5 [skip ci]
Browse files Browse the repository at this point in the history
## [3.1.5](v3.1.4...v3.1.5) (2021-09-22)

### Bug Fixes

* export grids ([41e8612](41e8612))
  • Loading branch information
semantic-release-bot committed Sep 22, 2021
1 parent 41e8612 commit c2e12c5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.1.5](https://github.com/6eDesign/svelte-calendar/compare/v3.1.4...v3.1.5) (2021-09-22)


### Bug Fixes

* export grids ([41e8612](https://github.com/6eDesign/svelte-calendar/commit/41e8612137afc75269f078137aeddc5743d25cd0))

## [3.1.4](https://github.com/6eDesign/svelte-calendar/compare/v3.1.3...v3.1.4) (2021-09-21)


Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h1 class="svelte-alugsa">svelte-calendar</h1>
</pre></div></div></div>
<div class="column-secondary svelte-1d8m0ex"><div class="sc-popover svelte-ff0ii6" 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-ff0ii6">
<div class="button-container svelte-18igz6t"><button class="svelte-18igz6t"></button>
<span class="button-text svelte-18igz6t">09/21/2021</span></div>
<span class="button-text svelte-18igz6t">09/22/2021</span></div>
</div></div></div>
</div></div></div></div>

Expand Down
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.1.4",
"version": "3.1.5",
"main": "index.js",
"scripts": {
"dev": "svelte-kit dev",
Expand Down

0 comments on commit c2e12c5

Please sign in to comment.