@db-ux/wc-core-components 4.2.4 → 4.2.6

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
@@ -1,10 +1,21 @@
1
1
  # @db-ux/wc-core-components
2
2
 
3
+ ## 4.2.6
4
+
5
+ ### Patch Changes
6
+
7
+ - fix(switch): not displaying the `forced-colors` content on regular display mode - [see commit 3b18938](https://github.com/db-ux-design-system/core-web/commit/3b189383324edd2a30b2d60b45fe1130ae5b8478)
8
+
9
+ ## 4.2.5
10
+
11
+ ### Patch Changes
12
+
13
+ - fix: placeholder for DBSelect with variant floating is moved down - [see commit 9e1e48c](https://github.com/db-ux-design-system/core-web/commit/9e1e48c3ee10e72c52df58b65f4562be007d3447)
14
+
3
15
  ## 4.2.4
4
16
 
5
17
  _version bump_
6
18
 
7
-
8
19
  ## 4.2.3
9
20
 
10
21
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "name": "@db-ux/wc-core-components",
4
- "version": "4.2.4",
4
+ "version": "4.2.6",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/wc-core-components",
3
- "version": "4.2.4",
3
+ "version": "4.2.6",
4
4
  "description": "Stencil components for @db-ux/core-components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -47,7 +47,7 @@
47
47
  "web-types": "./dist/web-types.json",
48
48
  "customElements": "dist/custom-elements.json",
49
49
  "dependencies": {
50
- "@db-ux/core-components": "4.2.4",
51
- "@db-ux/core-foundations": "4.2.4"
50
+ "@db-ux/core-components": "4.2.6",
51
+ "@db-ux/core-foundations": "4.2.6"
52
52
  }
53
53
  }