Skip to content

Commit

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

### Bug Fixes

* bump dependencies ([871d55d](871d55d))
  • Loading branch information
semantic-release-bot committed Jan 27, 2023
1 parent 871d55d commit 62c27a9
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.29](https://github.com/CoCreate-app/CoCreateCSS/compare/v1.10.28...v1.10.29) (2023-01-27)


### Bug Fixes

* bump dependencies ([871d55d](https://github.com/CoCreate-app/CoCreateCSS/commit/871d55df5cf04a156d91766ad9dfd49bd121fcbe))

## [1.10.28](https://github.com/CoCreate-app/CoCreateCSS/compare/v1.10.27...v1.10.28) (2023-01-13)


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.28",
"version": "1.10.29",
"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.8", "@cocreate/hosting": "^1.7.8" }
"dependencies": {
"@cocreate/docs": "^1.5.8",
"@cocreate/hosting": "^1.7.8"
}
}

0 comments on commit 62c27a9

Please sign in to comment.