Skip to content

Commit

Permalink
chore(release): 1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.7.0](v1.6.27...v1.7.0) (2023-08-16)

### Bug Fixes

* crud attributes renamed ([f4fc78f](f4fc78f))
* Remove unused "@cocreate/crud-client" dependency and update other dependencies. ([fa2ae02](fa2ae02))
* replace -target -selector ([3f2286d](3f2286d))
* webpack.config and package.json make use of mode=production instead of process.env ([553e840](553e840))

### Features

* name attribute and variable renamed to key ([fda689f](fda689f))
* Refactor fetching and setting data in `CoCreateChartManager` ([8e2f5ac](8e2f5ac))
* update template_id to render-selector attribute. update filter attributes to filter selector-attributes ([726a7bf](726a7bf))
  • Loading branch information
semantic-release-bot committed Aug 16, 2023
1 parent 553e840 commit 79a6922
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [1.7.0](https://github.com/CoCreate-app/CoCreate-charts/compare/v1.6.27...v1.7.0) (2023-08-16)


### Bug Fixes

* crud attributes renamed ([f4fc78f](https://github.com/CoCreate-app/CoCreate-charts/commit/f4fc78ff36c534dd70a6c6b77a101fa7d111a3b3))
* Remove unused "@cocreate/crud-client" dependency and update other dependencies. ([fa2ae02](https://github.com/CoCreate-app/CoCreate-charts/commit/fa2ae0299a958c248dead909ace0f1c1a1292150))
* replace -target -selector ([3f2286d](https://github.com/CoCreate-app/CoCreate-charts/commit/3f2286db09dbbb492e269f9338da620dc6148d30))
* webpack.config and package.json make use of mode=production instead of process.env ([553e840](https://github.com/CoCreate-app/CoCreate-charts/commit/553e840ccf63bcc61dffa094bc80b29eac7a72a4))


### Features

* name attribute and variable renamed to key ([fda689f](https://github.com/CoCreate-app/CoCreate-charts/commit/fda689f04637503bdc7d4d36fbbc4aa0d5763ce2))
* Refactor fetching and setting data in `CoCreateChartManager` ([8e2f5ac](https://github.com/CoCreate-app/CoCreate-charts/commit/8e2f5acaf6cea2b8474bb93f867a50d76e3a0f8f))
* update template_id to render-selector attribute. update filter attributes to filter selector-attributes ([726a7bf](https://github.com/CoCreate-app/CoCreate-charts/commit/726a7bf6356dfa25f90cc8e9636b8f4faa7724a8))

## [1.6.27](https://github.com/CoCreate-app/CoCreate-charts/compare/v1.6.26...v1.6.27) (2023-06-14)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/charts",
"version": "1.6.27",
"version": "1.7.0",
"description": "A simple charts component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
"keywords": [
"charts",
Expand Down Expand Up @@ -62,4 +62,4 @@
"mini-css-extract-plugin": "^1.5.0",
"moment": "^2.29.1"
}
}
}

0 comments on commit 79a6922

Please sign in to comment.