From 0ac593cf94378463d0979f9fbe3b060ddf33a71b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 30 Nov 2024 00:17:27 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=200.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/pages/getting-started/changelog.md | 9 +++++++++ eleventy.config.js | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/pages/getting-started/changelog.md b/docs/pages/getting-started/changelog.md index 26ce48c..f922c04 100644 --- a/docs/pages/getting-started/changelog.md +++ b/docs/pages/getting-started/changelog.md @@ -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 β + +- ➕ 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 β - ➕ Component: Badge variants ([#46](https://github.com/devmount/sloth.css/pull/46)) diff --git a/eleventy.config.js b/eleventy.config.js index 23a329f..6347706 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -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 diff --git a/package.json b/package.json index 8bc8abb..4b50fec 100644 --- a/package.json +++ b/package.json @@ -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": [