Skip to content

Commit

Permalink
chore(main): release 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zakodium-bot committed Nov 1, 2022
1 parent d2b58cd commit 25828db
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.19.0](https://github.com/zakodium-oss/analysis-ui-components/compare/v0.18.0...v0.19.0) (2022-11-01)


### Features

* accept many measurement in each kind ([#285](https://github.com/zakodium-oss/analysis-ui-components/issues/285)) ([c39abde](https://github.com/zakodium-oss/analysis-ui-components/commit/c39abde9d821ecee103a5c7c529f41ac330bf054))
* add info panel to app ([#295](https://github.com/zakodium-oss/analysis-ui-components/issues/295)) ([110a25a](https://github.com/zakodium-oss/analysis-ui-components/commit/110a25a6b8423b6f8ef8cf2f6d03d7072950851e))
* add responsive chart option ([#256](https://github.com/zakodium-oss/analysis-ui-components/issues/256)) ([6d7b5a0](https://github.com/zakodium-oss/analysis-ui-components/commit/6d7b5a09f2039a3edfd3979fd667be7a55b0b932))
* cdf loader for gcms added ([#290](https://github.com/zakodium-oss/analysis-ui-components/issues/290)) ([79f9147](https://github.com/zakodium-oss/analysis-ui-components/commit/79f9147ed2db8bae7e4b874e92de997822da8486))
* save using ctrl+s ([#296](https://github.com/zakodium-oss/analysis-ui-components/issues/296)) ([e76a9db](https://github.com/zakodium-oss/analysis-ui-components/commit/e76a9db00c86f0b887deef4c4b1bf11136a91e75))
* select measurement on drop ([#268](https://github.com/zakodium-oss/analysis-ui-components/issues/268)) ([d078aeb](https://github.com/zakodium-oss/analysis-ui-components/commit/d078aeb186703ade0394299684a7535daa351c35))


### Documentation

* add demo links on readme ([#265](https://github.com/zakodium-oss/analysis-ui-components/issues/265)) ([6aa3b0e](https://github.com/zakodium-oss/analysis-ui-components/commit/6aa3b0e9beb11e0b18ce5b45f6c8e50e930d6ce9))
* add general info ([#271](https://github.com/zakodium-oss/analysis-ui-components/issues/271)) ([6f36ab0](https://github.com/zakodium-oss/analysis-ui-components/commit/6f36ab05af11f848d4ed98eb10c99184a713ae97))
* add link to mass.json ([d2b58cd](https://github.com/zakodium-oss/analysis-ui-components/commit/d2b58cd65d5dbc421cf925e774d9484fcc64c70d))
* adding info about loading new data ([b9d33af](https://github.com/zakodium-oss/analysis-ui-components/commit/b9d33af5eb262a03f75aef1a7cca484a479438bb))

## [0.18.0](https://github.com/zakodium-oss/analysis-ui-components/compare/v0.17.3...v0.18.0) (2022-10-20)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "analysis-ui-components",
"version": "0.18.0",
"version": "0.19.0",
"description": "React components to build analysis UI",
"main": "lib/components/index.js",
"module": "lib-esm/components/index.js",
Expand Down

0 comments on commit 25828db

Please sign in to comment.