Skip to content

Commit

Permalink
chore(release): 1.0.7 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.7](v1.0.6...v1.0.7) (2021-06-24)

### Bug Fixes

* update all [@cocreate](https://github.com/cocreate) to use latest versions ([773262e](773262e))
  • Loading branch information
semantic-release-bot committed Jun 24, 2021
1 parent 773262e commit e3b42ae
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.7](https://github.com/CoCreate-app/CoCreate-dashboard/compare/v1.0.6...v1.0.7) (2021-06-24)


### Bug Fixes

* update all [@cocreate](https://github.com/cocreate) to use latest versions ([773262e](https://github.com/CoCreate-app/CoCreate-dashboard/commit/773262e89881924348d17c1faaab51372cc41733))

## [1.0.6](https://github.com/CoCreate-app/CoCreate-dashboard/compare/v1.0.5...v1.0.6) (2021-06-17)


Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/dashboard",
"version": "1.0.6",
"version": "1.0.7",
"description": "A simple dashboard component in vanilla javascript. Easily configured using HTML5 data-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 --watch",
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
Expand Down

0 comments on commit e3b42ae

Please sign in to comment.