Skip to content

Commit

Permalink
Merge pull request #3 from Meqn/release-please--branches--main--compo…
Browse files Browse the repository at this point in the history
…nents--sass-magics

chore(main): release 1.0.2
  • Loading branch information
Meqn committed Jul 12, 2024
2 parents a34096b + 7af4b39 commit 7feb5d3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.0.2](https://github.com/Meqn/sass-magics/compare/v1.0.1...v1.0.2) (2024-07-12)


### 🐛 Bug Fixes

* **readme:** correct `[@use](https://github.com/use)` syntax in example ([481361a](https://github.com/Meqn/sass-magics/commit/481361a411a3e3cf9f73571d0a88c8b274d75c23))
* **triangle:** replace division with math.div for border-width ([a34096b](https://github.com/Meqn/sass-magics/commit/a34096bf2a892246e9e8b6cd31691cde836e77c4))
* **validator:** enhance color validation to include var(--color) ([6d88816](https://github.com/Meqn/sass-magics/commit/6d88816c6c4b3eb868304bee4ff089096071a5de))

## [1.0.1](https://github.com/Meqn/sass-magics/compare/v1.0.0...v1.0.1) (2023-11-28)


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-magics",
"version": "1.0.1",
"version": "1.0.2",
"description": "Sass magic helper. It extends the Sass built-in modules and provides useful mixins and functions that make your Sass writing more magical and elegant.",
"main": "_index.scss",
"files": [
Expand Down

0 comments on commit 7feb5d3

Please sign in to comment.