@db-ux/core-postcss-plugin 4.8.1-fix-publish4-dd7f33e → 4.9.0-1-c55de66

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 +0 -6
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,11 +1,5 @@
1
1
  # @db-ux/core-postcss-plugin
2
2
 
3
- ## 4.8.1
4
-
5
- ### Patch Changes
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)
8
-
9
3
  ## 4.8.0
10
4
 
11
5
  _version bump_
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/core-postcss-plugin",
3
- "version": "4.8.1-fix-publish4-dd7f33e",
3
+ "version": "4.9.0-1-c55de66",
4
4
  "type": "module",
5
5
  "description": "PostCSS plugins for DB UX Design System",
6
6
  "repository": {