Skip to content

Commit

Permalink
release 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes authored Aug 15, 2022
1 parent bafbd7c commit c296c0a
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
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]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/colors/package.json
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",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
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",
Expand Down
2 changes: 1 addition & 1 deletion packages/modules/package.json
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",
Expand Down
4 changes: 2 additions & 2 deletions packages/preset-base/package.json
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",
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/preset-ice/package.json
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",
Expand All @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/styled/package.json
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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion siimple-icons/package.json
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",
Expand Down
8 changes: 4 additions & 4 deletions siimple/package.json
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",
Expand All @@ -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"
Expand Down

0 comments on commit c296c0a

Please sign in to comment.