Skip to content

Commit

Permalink
chore(release): 1.10.33 [skip ci]
Browse files Browse the repository at this point in the history
## [1.10.33](v1.10.32...v1.10.33) (2023-02-01)

### Bug Fixes

* bump dependencies ([bef9935](bef9935))
  • Loading branch information
semantic-release-bot committed Feb 1, 2023
1 parent bef9935 commit 0a3a6c2
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.33](https://github.com/CoCreate-app/CoCreateCSS/compare/v1.10.32...v1.10.33) (2023-02-01)


### Bug Fixes

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

## [1.10.32](https://github.com/CoCreate-app/CoCreateCSS/compare/v1.10.31...v1.10.32) (2023-01-31)


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.32",
"version": "1.10.33",
"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 0a3a6c2

Please sign in to comment.