Skip to content

Commit

Permalink
chore(release): 1.1.119 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.119](v1.1.118...v1.1.119) (2023-01-13)

### Bug Fixes

* bump dependencies ([59e9c6d](59e9c6d))
  • Loading branch information
semantic-release-bot committed Jan 13, 2023
1 parent 59e9c6d commit 6332648
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.1.119](https://github.com/CoCreate-app/CoCreate-dashboard/compare/v1.1.118...v1.1.119) (2023-01-13)


### Bug Fixes

* bump dependencies ([59e9c6d](https://github.com/CoCreate-app/CoCreate-dashboard/commit/59e9c6de1be90009e83da3f524ea487182604df8))

## [1.1.118](https://github.com/CoCreate-app/CoCreate-dashboard/compare/v1.1.117...v1.1.118) (2023-01-10)


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/dashboard",
"version": "1.1.118",
"version": "1.1.119",
"description": "A simple dashboard component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
"keywords": [
"dashboard",
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 Down Expand Up @@ -55,5 +57,7 @@
"webpack-cli": "^4.5.0",
"webpack-log": "^3.0.1"
},
"dependencies": { "@cocreate/docs": "^1.5.7" }
"dependencies": {
"@cocreate/docs": "^1.5.7"
}
}

0 comments on commit 6332648

Please sign in to comment.