@db-ux/core-postcss-plugin 4.8.1-fix-publish6-4421639 → 4.9.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # @db-ux/core-postcss-plugin
2
2
 
3
- ## 4.8.1
3
+ ## 4.9.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - fix: color deduplication merging transparent and semi-transparent values with the same hex base into one value - [see commit d7ef821](https://github.com/db-ux-design-system/core-web/commit/d7ef8216e0d7da85e9694ad1432a37e81db4d919)
7
+ - 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)
8
8
 
9
9
  ## 4.8.0
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/core-postcss-plugin",
3
- "version": "4.8.1-fix-publish6-4421639",
3
+ "version": "4.9.0",
4
4
  "type": "module",
5
5
  "description": "PostCSS plugins for DB UX Design System",
6
6
  "repository": {