Skip to content

Commit 0ac593c

Browse files
committed
✅ 0.4.0
1 parent e6fe347 commit 0ac593c

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

docs/pages/getting-started/changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ 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.0 <span class="text-muted text-lg">β</span>
12+
13+
- ➕ Component: Icon ([#57](https://github.com/devmount/sloth.css/pull/57))
14+
- 🔨 Utilities: Added text alignment ([#58](https://github.com/devmount/sloth.css/pull/58))
15+
- 📜 Docs: Improved search ([#59](https://github.com/devmount/sloth.css/pull/59))
16+
- 🔨 Utilities: More flex justify classes grow/shrink classes ([#60](https://github.com/devmount/sloth.css/pull/60))
17+
- 🔨 Utilities: More font sizes ([#60](https://github.com/devmount/sloth.css/pull/60))
18+
- 💚 Core: Improved input fields appearances ([#60](https://github.com/devmount/sloth.css/pull/60))
19+
1120
### v0.3.0 <span class="text-muted text-lg">β</span>
1221

1322
- ➕ Component: Badge variants ([#46](https://github.com/devmount/sloth.css/pull/46))

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.3.0';
7+
const VERSION = '0.4.0';
88

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

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.3.0",
3+
"version": "0.4.0",
44
"description": "A drop-in utility component CSS-only library for lazy mammals.",
55
"main": "sloth.min.css",
66
"files": [

0 commit comments

Comments
 (0)