Skip to content

Commit

Permalink
chore: release v0.0.1 (#1)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 11, 2022
1 parent 3354795 commit 7983dcc
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
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.0.1](https://github.com/ulic75/flat-slider/compare/v0.0.0...v0.0.1) (2022-03-11)


### Bug Fixes

* trigger initial release ([3354795](https://github.com/ulic75/flat-slider/commit/335479575fc5f350d0aa9df2955793da434dc0f1))

### [0.1.1](https://github.com/ulic75/flat-slider/compare/v0.1.0...v0.1.1) (2022-03-11)


Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# in the templates via {{ site.myvariable }}.

title: '&lt;flat-slider&gt;'
subtitle: v0.1.1 # x-release-please-version
subtitle: v0.0.1 # x-release-please-version
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
FlatSlider - A high configurable and stylable web-component range slider control.
Expand Down
2 changes: 1 addition & 1 deletion docs/demos.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
---
<h1>&nbsp;</h1>
<!-- x-release-please-start-version -->
<script src="https://unpkg.com/@ulic75/flat-slider@0.1.1?module" type="module"></script>
<script src="https://unpkg.com/@ulic75/flat-slider@0.0.1?module" type="module"></script>
<!-- x-release-please-end -->
<style>
:root {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Webcomponent flat-slider following open-wc recommendations",
"license": "MIT",
"author": "Joshua Reilly",
"version": "0.1.1",
"version": "0.0.1",
"main": "./dist/flat-slider.cjs",
"module": "./dist/flat-slider.js",
"types": "./dist/flat-slider.d.ts",
Expand Down

0 comments on commit 7983dcc

Please sign in to comment.