@decidables/prospectable-elements 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ### [0.2.1](https://github.com/decidables/decidables/compare/@decidables/prospectable-elements@0.2.0...@decidables/prospectable-elements@0.2.1) (2022-04-27)
7
+
8
+ **Note:** Version bump only for package @decidables/prospectable-elements
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.2.0](https://github.com/decidables/decidables/compare/@decidables/prospectable-elements@0.1.5...@decidables/prospectable-elements@0.2.0) (2022-04-27)
7
15
 
8
16
 
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <!--lint ignore first-heading-level maximum-heading-length-->
2
2
 
3
- # **`@decidables\prospectable-elements`**<br>Web Components for Visualizing Cumulative Prospect Theory in [<b>prospect<i>α</i>b<i>λ</i>e</b>](https://decidables.github.io/prospectable)
3
+ # **`@decidables/prospectable-elements`**<br>Web Components for Visualizing Cumulative Prospect Theory in [<b>prospect<i>α</i>b<i>λ</i>e</b>](https://decidables.github.io/prospectable)
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@decidables/prospectable-elements?logo=npm)](https://www.npmjs.com/package/@decidables/prospectable-elements)
6
6
  [![license](https://img.shields.io/npm/l/@decidables/prospectable-elements?color=informational)](https://github.com/decidables/decidables/blob/main/LICENSE.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decidables/prospectable-elements",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "prospectable-elements: Web Components for visualizing Cumulative Prospect Theory",
5
5
  "keywords": [
6
6
  "web component",
@@ -73,5 +73,5 @@
73
73
  "plotly.js": "^2.11.1",
74
74
  "regenerator-runtime": "^0.13.9"
75
75
  },
76
- "gitHead": "269fba00d14e58101b4bf26974411298c162869b"
76
+ "gitHead": "dfc5b025c0f86c164e9b235361c971d217a423cb"
77
77
  }