@decidables/discountable-elements 0.2.0 → 0.3.0
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 +15 -0
- package/lib/discountableElements.esm.js +526 -576
- package/lib/discountableElements.esm.js.map +1 -1
- package/lib/discountableElements.esm.min.js +98 -101
- package/lib/discountableElements.esm.min.js.map +1 -1
- package/lib/discountableElements.umd.js +526 -576
- package/lib/discountableElements.umd.js.map +1 -1
- package/lib/discountableElements.umd.min.js +98 -101
- package/lib/discountableElements.umd.min.js.map +1 -1
- package/package.json +7 -7
- package/src/components/discountable-response.js +4 -4
- package/src/components/itc-option.js +1 -1
- package/src/components/itc-task.js +4 -4
- package/src/discountable-element.js +20 -24
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,21 @@
|
|
|
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.3.0](https://github.com/decidables/decidables/compare/@decidables/discountable-elements@0.2.0...@decidables/discountable-elements@0.3.0) (2023-11-30)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **discountable-elements:** change itc-option to round rect ([d618017](https://github.com/decidables/decidables/commit/d6180173506947ccac2aac4373a961a75ea591fb))
|
|
12
|
+
* **discountable-elements:** more logical theme color categories ([11379d8](https://github.com/decidables/decidables/commit/11379d8ee4c6ea891fc6adc4455cc677d2f1b659))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* **discountable-elements:** better ranges for itc-task ([3982c34](https://github.com/decidables/decidables/commit/3982c34ed9f51aac3c96fbac225c6d0f79edee4b))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
6
21
|
## [0.2.0](https://github.com/decidables/decidables/compare/@decidables/discountable-elements@0.1.1...@decidables/discountable-elements@0.2.0) (2023-11-14)
|
|
7
22
|
|
|
8
23
|
|