Skip to content

Commit

Permalink
✅ 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devmount committed Nov 29, 2024
1 parent e6fe347 commit 0ac593c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docs/pages/getting-started/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ tags: release version changes

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

### v0.4.0 <span class="text-muted text-lg">β</span>

- ➕ Component: Icon ([#57](https://github.com/devmount/sloth.css/pull/57))
- 🔨 Utilities: Added text alignment ([#58](https://github.com/devmount/sloth.css/pull/58))
- 📜 Docs: Improved search ([#59](https://github.com/devmount/sloth.css/pull/59))
- 🔨 Utilities: More flex justify classes grow/shrink classes ([#60](https://github.com/devmount/sloth.css/pull/60))
- 🔨 Utilities: More font sizes ([#60](https://github.com/devmount/sloth.css/pull/60))
- 💚 Core: Improved input fields appearances ([#60](https://github.com/devmount/sloth.css/pull/60))

### v0.3.0 <span class="text-muted text-lg">β</span>

- ➕ Component: Badge variants ([#46](https://github.com/devmount/sloth.css/pull/46))
Expand Down
2 changes: 1 addition & 1 deletion eleventy.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import markdownit from "markdown-it";
import anchor from "markdown-it-anchor";
import tocPlugin from "eleventy-plugin-toc";

const VERSION = '0.3.0';
const VERSION = '0.4.0';

export default function (eleventyConfig) {
// Get utility sections
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": "@devmount/sloth.css",
"version": "0.3.0",
"version": "0.4.0",
"description": "A drop-in utility component CSS-only library for lazy mammals.",
"main": "sloth.min.css",
"files": [
Expand Down

0 comments on commit 0ac593c

Please sign in to comment.