Skip to content

Commit 0682b58

Browse files
chore(release): 1.17.18 [skip ci]
## [1.17.18](v1.17.17...v1.17.18) (2023-01-09) ### Bug Fixes * bumpo dependnecies ([b177a5d](b177a5d)) * query logical operator default set to and, if sort is number and has no value set to 0 ([27f6e87](27f6e87))
1 parent b177a5d commit 0682b58

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.17.18](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.17...v1.17.18) (2023-01-09)
2+
3+
4+
### Bug Fixes
5+
6+
* bumpo dependnecies ([b177a5d](https://github.com/CoCreate-app/CoCreate-utils/commit/b177a5d3a20262d750f77918edaeaf15efde658b))
7+
* query logical operator default set to and, if sort is number and has no value set to 0 ([27f6e87](https://github.com/CoCreate-app/CoCreate-utils/commit/27f6e87db9ab13e9903d57b17f5e0850d8357220))
8+
19
## [1.17.17](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.16...v1.17.17) (2023-01-06)
210

311

package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/utils",
3-
"version": "1.17.17",
3+
"version": "1.17.18",
44
"description": "A simple utils component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
55
"keywords": [
66
"utils",
@@ -20,7 +20,9 @@
2020
"html5-framework",
2121
"javascript-framework"
2222
],
23-
"publishConfig": { "access": "public" },
23+
"publishConfig": {
24+
"access": "public"
25+
},
2426
"scripts": {
2527
"start": "npx webpack --config webpack.config.js",
2628
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
@@ -34,7 +36,9 @@
3436
},
3537
"author": "CoCreate LLC",
3638
"license": "MIT",
37-
"bugs": { "url": "https://github.com/CoCreate-app/CoCreate-utils/issues" },
39+
"bugs": {
40+
"url": "https://github.com/CoCreate-app/CoCreate-utils/issues"
41+
},
3842
"homepage": "https://cocreate.app/docs/utils",
3943
"funding": {
4044
"type": "GitHub Sponsors ❤",
@@ -55,5 +59,7 @@
5559
"webpack-cli": "^4.5.0",
5660
"webpack-log": "^3.0.1"
5761
},
58-
"dependencies": { "@cocreate/docs": "^1.5.5" }
62+
"dependencies": {
63+
"@cocreate/docs": "^1.5.5"
64+
}
5965
}

0 commit comments

Comments
 (0)