Skip to content

Commit

Permalink
Bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jsonmaur committed Apr 12, 2023
1 parent 66ba077 commit 54f35ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<link rel="stylesheet" href="https://unpkg.com/sass-system@0.1.0/index.min.css" />
<link rel="stylesheet" href="https://unpkg.com/sass-system@0.1.1/index.min.css" />
```

If you want to customize your build, you'll need to install sass-system into your project using one of these methods:
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": "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.",
Expand Down

0 comments on commit 54f35ca

Please sign in to comment.