From 54f35cab21e88e0d0c7e5be6c792e2129ed09faf Mon Sep 17 00:00:00 2001 From: Jason Maurer Date: Wed, 12 Apr 2023 10:53:52 -0600 Subject: [PATCH] Bump version to 0.1.1 --- CHANGELOG.md | 2 +- README.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aea92bf..20a9265 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v0.1.0 +## v0.1.1 - Renamed package to `sass-system` - Minimum dart-sass version is now 1.55.0 diff --git a/README.md b/README.md index acd4917..90b36cf 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ This was inspired by similar utility-first CSS frameworks such as Tailwind and T If you don't need any customization and want to start using the utility classes right away, you can link directly to the default build in your HTML: ```html - + ``` If you want to customize your build, you'll need to install sass-system into your project using one of these methods: diff --git a/package.json b/package.json index 22e29d2..9a45037 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sass-system", - "version": "0.1.0", + "version": "0.1.1", "description": "A style system generator and utility-first CSS framework", "license": "MIT", "author": "Maur & Co.",