Skip to content

Commit

Permalink
chore(release): 1.2.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.4](v1.2.3...v1.2.4) (2020-11-01)

### Bug Fixes

* **.releaserc.json:** format fix ([5253cdf](5253cdf))
* **.releaserc.json:** semantic-release related fixes ([3bcef0d](3bcef0d))
* **.releaserc.json:** semantic-release related fixes ([4640f97](4640f97))
* **dist:** fix dist delete issue ([fb1ed6d](fb1ed6d))
* **release:** release related fixes ([a3e7fd8](a3e7fd8))
  • Loading branch information
semantic-release-bot committed Nov 1, 2020
1 parent 57ea1f2 commit 8255f0e
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.2.4](https://github.com/shhdharmen/keyboard-css/compare/v1.2.3...v1.2.4) (2020-11-01)


### Bug Fixes

* **.releaserc.json:** format fix ([5253cdf](https://github.com/shhdharmen/keyboard-css/commit/5253cdfa776e9d227f9b2cf768382ab3e625d265))
* **.releaserc.json:** semantic-release related fixes ([3bcef0d](https://github.com/shhdharmen/keyboard-css/commit/3bcef0d4aa279be7ff9c114205a92a01d87afdce))
* **.releaserc.json:** semantic-release related fixes ([4640f97](https://github.com/shhdharmen/keyboard-css/commit/4640f9798082fd6a23b056c16e62d7f34dd24832))
* **dist:** fix dist delete issue ([fb1ed6d](https://github.com/shhdharmen/keyboard-css/commit/fb1ed6d01da91fcf43d8afa5520c8b619f6d3ba3))
* **release:** release related fixes ([a3e7fd8](https://github.com/shhdharmen/keyboard-css/commit/a3e7fd85a4ba13ec7d75c11d981123d6249e3aa8))

## [1.2.4-beta.1](https://github.com/shhdharmen/keyboard-css/compare/v1.2.3...v1.2.4-beta.1) (2020-11-01)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Keyboard CSS is a library of ready-to-use, cross-browser compatible keyboard lik
Add it directly to your webpage using a `link` tag, thanks to <https://unpkg.com>:

```html
<link rel="stylesheet" href="https://unpkg.com/[email protected]-beta.1/dist/css/main.min.css" />
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/css/main.min.css" />
```

or install it with npm:
Expand Down
2 changes: 1 addition & 1 deletion dist/css/main.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! keyboard-css v1.2.4-beta.1 | (c) 2020 | MIT License | https://github.com/shhdharmen/keyboard-css.git */
/*! keyboard-css v1.2.4 | (c) 2020 | MIT License | https://github.com/shhdharmen/keyboard-css.git */
/* stylelint-disable */
/* line 5, src/scss/components/_button.scss */
.kbc-button {
Expand Down
2 changes: 1 addition & 1 deletion dist/css/main.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ <h4 id="getting-started">Getting Started</h4>
<div class="px-3 py-2 bg-dark rounded shadow-sm mb-3">
<code
>&lt;link rel="stylesheet"
href="https://unpkg.com/[email protected]-beta.1/dist/css/main.min.css"
href="https://unpkg.com/[email protected]/dist/css/main.min.css"
/&gt;</code
>
</div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keyboard-css",
"version": "1.2.4-beta.1",
"version": "1.2.4",
"description": "Show off your keyboard shortcuts with style 🦄.",
"files": [
"dist/**"
Expand Down
2 changes: 1 addition & 1 deletion src/copy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ <h4 id="getting-started">Getting Started</h4>
<div class="px-3 py-2 bg-dark rounded shadow-sm mb-3">
<code
>&lt;link rel="stylesheet"
href="https://unpkg.com/[email protected]-beta.1/dist/css/main.min.css"
href="https://unpkg.com/[email protected]/dist/css/main.min.css"
/&gt;</code
>
</div>
Expand Down

0 comments on commit 8255f0e

Please sign in to comment.