-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "siimple", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"private": true, | ||
"description": "A minimal and themeable CSS toolkit for flat and clean designs.", | ||
"author": "Josemi Juanes <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@siimple/colors", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "A color palette for the siimple css toolkit", | ||
"author": "Josemi Juanes <[email protected]>", | ||
"type": "module", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@siimple/core", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Core module of the siimple css toolkit", | ||
"author": "Josemi Juanes <[email protected]>", | ||
"type": "module", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@siimple/modules", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Core modules for the siimple css toolkit", | ||
"author": "Josemi Juanes <[email protected]>", | ||
"type": "module", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@siimple/preset-base", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Base theme preset for the siimple css toolkit", | ||
"author": "Josemi Juanes <[email protected]>", | ||
"type": "module", | ||
|
@@ -10,7 +10,7 @@ | |
"homepage": "https://www.siimple.xyz", | ||
"main": "index.js", | ||
"dependencies": { | ||
"@siimple/colors": "^0.2.1" | ||
"@siimple/colors": "^0.2.2" | ||
}, | ||
"keywords": [ | ||
"siimple", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@siimple/preset-ice", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "A frosty and clean theme for siimple. Based on Nord Theme.", | ||
"author": "Josemi Juanes <[email protected]>", | ||
"type": "module", | ||
|
@@ -10,7 +10,7 @@ | |
"homepage": "https://www.siimple.xyz/presets/ice", | ||
"main": "index.js", | ||
"dependencies": { | ||
"@siimple/preset-base": "^0.2.1" | ||
"@siimple/preset-base": "^0.2.2" | ||
}, | ||
"keywords": [ | ||
"siimple", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@siimple/styled", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "A tiny CSS-in-JS library with the power of the siimple framework", | ||
"author": "Josemi Juanes <[email protected]>", | ||
"type": "module", | ||
|
@@ -10,8 +10,8 @@ | |
"homepage": "https://www.siimple.xyz", | ||
"main": "index.js", | ||
"dependencies": { | ||
"@siimple/core": "^0.2.1", | ||
"@siimple/preset-base": "^0.2.1" | ||
"@siimple/core": "^0.2.2", | ||
"@siimple/preset-base": "^0.2.2" | ||
}, | ||
"keywords": [ | ||
"siimple", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "siimple-icons", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"description": "Open source icons for siimple", | ||
"author": "Josemi Juanes <[email protected]>", | ||
"type": "module", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "siimple", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"description": "A minimal and themeable CSS framework for flat and clean designs.", | ||
"author": "Josemi Juanes <[email protected]>", | ||
"type": "module", | ||
|
@@ -18,9 +18,9 @@ | |
"siimple": "./cli.js" | ||
}, | ||
"dependencies": { | ||
"@siimple/core": "^0.2.1", | ||
"@siimple/modules": "^0.2.1", | ||
"@siimple/preset-base": "^0.2.1" | ||
"@siimple/core": "^0.2.2", | ||
"@siimple/modules": "^0.2.2", | ||
"@siimple/preset-base": "^0.2.2" | ||
}, | ||
"optionalDependencies": { | ||
"postcss": "^8.4.14" | ||
|