@db-ux/core-postcss-plugin 4.9.0-stencil-bundle-ad37ca4 → 4.9.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 +10 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @db-ux/core-postcss-plugin
|
|
2
2
|
|
|
3
|
+
## 4.9.1
|
|
4
|
+
|
|
5
|
+
_version bump_
|
|
6
|
+
|
|
7
|
+
## 4.9.0
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- fix: color deduplication merging transparent and semi-transparent values with the same hex base into one value - [see commit 762297f](https://github.com/db-ux-design-system/core-web/commit/762297ffc404829364598fd04f96fb62cc13b0c6)
|
|
12
|
+
|
|
3
13
|
## 4.8.0
|
|
4
14
|
|
|
5
15
|
_version bump_
|