Skip to content

Commit

Permalink
chore(release): 1.10.28 [skip ci]
Browse files Browse the repository at this point in the history
## [1.10.28](v1.10.27...v1.10.28) (2023-01-13)

### Bug Fixes

* bump dependencies ([dae48c0](dae48c0))
  • Loading branch information
semantic-release-bot committed Jan 13, 2023
1 parent dae48c0 commit 385c6c8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.10.28](https://github.com/CoCreate-app/CoCreateCSS/compare/v1.10.27...v1.10.28) (2023-01-13)


### Bug Fixes

* bump dependencies ([dae48c0](https://github.com/CoCreate-app/CoCreateCSS/commit/dae48c0658fcb9956058782357dda82e6b044472))

## [1.10.27](https://github.com/CoCreate-app/CoCreateCSS/compare/v1.10.26...v1.10.27) (2023-01-10)


Expand Down
15 changes: 11 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/cocreatecss",
"version": "1.10.27",
"version": "1.10.28",
"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.",
"keywords": [
"cocreatecss",
Expand All @@ -20,7 +20,9 @@
"html5-framework",
"javascript-framework"
],
"publishConfig": { "access": "public" },
"publishConfig": {
"access": "public"
},
"scripts": {
"start": "npx webpack --config webpack.config.js",
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
Expand All @@ -34,7 +36,9 @@
},
"author": "CoCreate LLC",
"license": "MIT",
"bugs": { "url": "https://github.com/CoCreate-app/CoCreateCSS/issues" },
"bugs": {
"url": "https://github.com/CoCreate-app/CoCreateCSS/issues"
},
"homepage": "https://cocreate.app/css/",
"funding": {
"type": "GitHub Sponsors ❤",
Expand All @@ -57,5 +61,8 @@
"webpack-cli": "^4.6.0",
"webpack-log": "^3.0.1"
},
"dependencies": { "@cocreate/docs": "^1.5.7", "@cocreate/hosting": "^1.7.7" }
"dependencies": {
"@cocreate/docs": "^1.5.7",
"@cocreate/hosting": "^1.7.7"
}
}

0 comments on commit 385c6c8

Please sign in to comment.