Skip to content

Commit

Permalink
chore(new-version): 🔖 add new version to package 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krypton225 committed Dec 14, 2024
1 parent f977685 commit 19ca2e7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

// @library sass-pire

// @version 3.2.3
// @version 4.0.0

// * forwarding the "abstract" module.
// * The "abstract" module may contain abstract styles or variables used
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sass-pire",
"aliasName": "sp",
"version": "3.2.3",
"version": "4.0.0",
"description": "Just a more mixins and functions with SCSS for more productive projects.",
"markdown": "github",
"license": "MIT",
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.2.3";
$current-version: "v4.0.0";
2 changes: 2 additions & 0 deletions src/mixins/general/_banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,7 @@
***** #{Settings.$author-names}.
***** Licensed under MIT.
***** To make a reset for CSS, We used the reset-zone library.
*/
}

0 comments on commit 19ca2e7

Please sign in to comment.