Skip to content

Commit

Permalink
chore: release v0.0.3 (#6)
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 12, 2022
1 parent c5adb36 commit 24a460d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.3](https://github.com/ulic75/flat-slider/compare/v0.0.2...v0.0.3) (2022-03-12)


### Bug Fixes

* **docs:** move text-nowrap to track-background ([6541470](https://github.com/ulic75/flat-slider/commit/654147042297915973931612945fa616382e4e4c))
* **style:** allow any background styles instead of color only ([#7](https://github.com/ulic75/flat-slider/issues/7)) ([c5adb36](https://github.com/ulic75/flat-slider/commit/c5adb3663bea4014daca60d07e5b7373cfc15931))

### [0.0.2](https://github.com/ulic75/flat-slider/compare/v0.0.1...v0.0.2) (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.0.2 # x-release-please-version
subtitle: v0.0.3 # 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/[email protected].2/dist/flat-slider.bundle.js" type="module"></script>
<script src="https://unpkg.com/@ulic75/[email protected].3/dist/flat-slider.bundle.js" 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.0.2",
"version": "0.0.3",
"main": "./dist/flat-slider.cjs",
"module": "./dist/flat-slider.js",
"types": "./dist/flat-slider.d.ts",
Expand Down

0 comments on commit 24a460d

Please sign in to comment.