Skip to content

Commit 8388506

Browse files
chore(release): 1.10.26 [skip ci]
## [1.10.26](v1.10.25...v1.10.26) (2023-01-09) ### Bug Fixes * bump dependnecies ([2472b9e](2472b9e))
1 parent 2472b9e commit 8388506

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.10.26](https://github.com/CoCreate-app/CoCreateCSS/compare/v1.10.25...v1.10.26) (2023-01-09)
2+
3+
4+
### Bug Fixes
5+
6+
* bump dependnecies ([2472b9e](https://github.com/CoCreate-app/CoCreateCSS/commit/2472b9ee0356100b1c736c312429e6c57103aee2))
7+
18
## [1.10.25](https://github.com/CoCreate-app/CoCreateCSS/compare/v1.10.24...v1.10.25) (2023-01-06)
29

310

package.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/cocreatecss",
3-
"version": "1.10.25",
3+
"version": "1.10.26",
44
"description": "A lightweight utility-first Atomic CSS framework promoting rapid UI development. No learning curve... Apply your native css property:value directly in class, then extract and transform it.",
55
"keywords": [
66
"cocreatecss",
@@ -20,7 +20,9 @@
2020
"html5-framework",
2121
"javascript-framework"
2222
],
23-
"publishConfig": { "access": "public" },
23+
"publishConfig": {
24+
"access": "public"
25+
},
2426
"scripts": {
2527
"start": "npx webpack --config webpack.config.js",
2628
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
@@ -34,7 +36,9 @@
3436
},
3537
"author": "CoCreate LLC",
3638
"license": "MIT",
37-
"bugs": { "url": "https://github.com/CoCreate-app/CoCreateCSS/issues" },
39+
"bugs": {
40+
"url": "https://github.com/CoCreate-app/CoCreateCSS/issues"
41+
},
3842
"homepage": "https://cocreate.app/css/",
3943
"funding": {
4044
"type": "GitHub Sponsors ❤",
@@ -57,5 +61,8 @@
5761
"webpack-cli": "^4.6.0",
5862
"webpack-log": "^3.0.1"
5963
},
60-
"dependencies": { "@cocreate/docs": "^1.5.5", "@cocreate/hosting": "^1.7.5" }
64+
"dependencies": {
65+
"@cocreate/docs": "^1.5.5",
66+
"@cocreate/hosting": "^1.7.5"
67+
}
6168
}

0 commit comments

Comments
 (0)