Skip to content

Commit

Permalink
Merge pull request #96 from Black-Axis/dev
Browse files Browse the repository at this point in the history
chore(new-version): 🔖 update the version of package & `reset-zone` pkg
  • Loading branch information
krypton225 authored Nov 21, 2024
2 parents 671aaa0 + d79f7e5 commit 7373ce2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sass-pire",
"aliasName": "sp",
"version": "3.1.1",
"version": "3.2.1",
"description": "Just a more mixins and functions with SCSS for more productive projects.",
"markdown": "github",
"license": "MIT",
Expand Down Expand Up @@ -52,7 +52,7 @@
"test": "concurrently --prefix-colors=\"blue,red\" \"npm run test:jest\" \"npm run test:scss\""
},
"dependencies": {
"reset-zone": "^2.1.1",
"reset-zone": "^2.2.2",
"sass": "^1.81.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/abstract/_settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ $author-names: ("Khaled Mohamed");

$current-year: 2024;

$current-version: "v3.1.1";
$current-version: "v3.2.1";
2 changes: 1 addition & 1 deletion src/sass-pire.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

// @library sass-pire

// @version 3.1.1
// @version 3.2.1

// * forwarding the "abstract" module.
// * The "abstract" module may contain abstract styles or variables used
Expand Down

0 comments on commit 7373ce2

Please sign in to comment.