Skip to content

Commit ae3838b

Browse files
committed
✅ v0.4.1
1 parent 0a6079b commit ae3838b

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

docs/pages/getting-started/changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ tags: release version changes
88

99
Sloth.css uses [semantic versioning](https://semver.org/) to indicate breaking changes, major changes with downward compatibility or minor changes.
1010

11+
### v0.4.1 <span class="text-muted text-lg">β</span>
12+
13+
- 📜 Docs: Several fixes and improvements ([#61](https://github.com/devmount/sloth.css/pull/61), [#62](https://github.com/devmount/sloth.css/pull/62), [#71](https://github.com/devmount/sloth.css/pull/71))
14+
- 💚 Core: Typography improvements ([#63](https://github.com/devmount/sloth.css/pull/63))
15+
- 📦 Dependency updates ([#64](https://github.com/devmount/sloth.css/pull/64), [#67](https://github.com/devmount/sloth.css/pull/67), [#68](https://github.com/devmount/sloth.css/pull/68), [#69](https://github.com/devmount/sloth.css/pull/69))
16+
- 🔨 Component: Fix tooltip not properly triggering ([#66](https://github.com/devmount/sloth.css/pull/66))
17+
- ➕ Utilities: Add `.rotate-180` utility by @devmount ([#70](https://github.com/devmount/sloth.css/pull/70))
18+
1119
### v0.4.0 <span class="text-muted text-lg">β</span>
1220

1321
- ➕ Component: Icon ([#57](https://github.com/devmount/sloth.css/pull/57))

eleventy.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import markdownit from "markdown-it";
44
import anchor from "markdown-it-anchor";
55
import tocPlugin from "eleventy-plugin-toc";
66

7-
const VERSION = '0.4.0';
7+
const VERSION = '0.4.1';
88

99
export default function (eleventyConfig) {
1010
// Get utility sections

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devmount/sloth.css",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "A drop-in utility component CSS library for lazy mammals.",
55
"main": "sloth.min.css",
66
"files": [

0 commit comments

Comments
 (0)