@db-ux/react-core-components 4.0.1 → 4.0.3

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 +13 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,10 +1,22 @@
1
1
  # @db-ux/react-core-components
2
2
 
3
- ## 4.0.1
3
+ ## 4.0.3
4
4
 
5
5
  _version bump_
6
6
 
7
7
 
8
+ ## 4.0.2
9
+
10
+ ### Patch Changes
11
+
12
+ - fix(card): Remove the obsolete but harmful declaration regarding wrapping button and link styles. - [see commit 797a114](https://github.com/db-ux-design-system/core-web/commit/797a114d7abc680667276f8ffc2f7f4482d89d3e)
13
+
14
+ - Set border of select, textarea, custom select and input to corresponding color when in/valid state is set. - [see commit 797a114](https://github.com/db-ux-design-system/core-web/commit/797a114d7abc680667276f8ffc2f7f4482d89d3e)
15
+
16
+ ## 4.0.1
17
+
18
+ _version bump_
19
+
8
20
  ## 4.0.0
9
21
 
10
22
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/react-core-components",
3
- "version": "4.0.1",
3
+ "version": "4.0.3",
4
4
  "description": "React components for @db-ux/core-components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -31,7 +31,7 @@
31
31
  "tsc": "tsc --project . --sourceMap false"
32
32
  },
33
33
  "devDependencies": {
34
- "@playwright/experimental-ct-react": "1.55.1",
34
+ "@playwright/experimental-ct-react": "1.56.0",
35
35
  "@types/react": "18.3.13",
36
36
  "react": "18.3.1",
37
37
  "react-dom": "18.3.1"
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "sideEffects": false,
44
44
  "dependencies": {
45
- "@db-ux/core-components": "4.0.1",
46
- "@db-ux/core-foundations": "4.0.1"
45
+ "@db-ux/core-components": "4.0.3",
46
+ "@db-ux/core-foundations": "4.0.3"
47
47
  }
48
48
  }