Skip to content

Commit

Permalink
chore(release): 1.10.31 [skip ci]
Browse files Browse the repository at this point in the history
## [1.10.31](v1.10.30...v1.10.31) (2023-01-30)

### Bug Fixes

* bump dependencies ([c315c21](c315c21))
  • Loading branch information
semantic-release-bot committed Jan 30, 2023
1 parent c315c21 commit ebbf1a3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 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.31](https://github.com/CoCreate-app/CoCreateCSS/compare/v1.10.30...v1.10.31) (2023-01-30)


### Bug Fixes

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

## [1.10.30](https://github.com/CoCreate-app/CoCreateCSS/compare/v1.10.29...v1.10.30) (2023-01-29)


Expand Down
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/cocreatecss",
"version": "1.10.30",
"version": "1.10.31",
"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 Down

0 comments on commit ebbf1a3

Please sign in to comment.