Skip to content

Commit

Permalink
chore(release): 1.10.17 [skip ci]
Browse files Browse the repository at this point in the history
## [1.10.17](v1.10.16...v1.10.17) (2022-12-25)

### Bug Fixes

* bump dependencies ([32bb72b](32bb72b))
* bumpcdn to 1.34.4 ([f2ac563](f2ac563))
* type="modal" and pass_to updated to action="pass, openModal" ([645e81d](645e81d))
  • Loading branch information
semantic-release-bot committed Dec 25, 2022
1 parent 32bb72b commit 060d3ba
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.10.17](https://github.com/CoCreate-app/CoCreateCSS/compare/v1.10.16...v1.10.17) (2022-12-25)


### Bug Fixes

* bump dependencies ([32bb72b](https://github.com/CoCreate-app/CoCreateCSS/commit/32bb72b4318837ae9935ccf3587e32390f46989b))
* bumpcdn to 1.34.4 ([f2ac563](https://github.com/CoCreate-app/CoCreateCSS/commit/f2ac563aeede05b114936b33bec3e13b8b9d5a26))
* type="modal" and pass_to updated to action="pass, openModal" ([645e81d](https://github.com/CoCreate-app/CoCreateCSS/commit/645e81dd03601b9bc9af47eafb8b0590fc50f5d4))

## [1.10.16](https://github.com/CoCreate-app/CoCreateCSS/compare/v1.10.15...v1.10.16) (2022-12-23)


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.16",
"version": "1.10.17",
"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 060d3ba

Please sign in to comment.