@cupra/ui-react 2.0.0-canary.165 → 2.0.0-canary.167

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/README.md +7 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -139,6 +139,13 @@ in the online documentation and playground:
139
139
 
140
140
  https://diagonal.cupra.com/ui-react/index.html
141
141
 
142
+ ## Breaking Changes & Deprecations
143
+
144
+ Track every breaking change and deprecation, and use the migration helper to safely upgrade between versions:
145
+
146
+ - Breaking changes (merged + upcoming): [https://seatcode.github.io/ds-ui/](https://seatcode.github.io/ds-ui/)
147
+ - Deprecations (forward-looking advisories): [https://seatcode.github.io/ds-ui/deprecations.html](https://seatcode.github.io/ds-ui/deprecations.html)
148
+
142
149
  ---
143
150
 
144
151
  ## Versioning and Release Channels
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cupra/ui-react",
3
- "version": "2.0.0-canary.165",
3
+ "version": "2.0.0-canary.167",
4
4
  "description": "React components library",
5
5
  "author": "SEAT S.A.",
6
6
  "license": "SEAT S.A. Library EULA 1.0",
@@ -51,7 +51,7 @@
51
51
  "peerDependencies": {
52
52
  "react": ">= 18.3.1 < 20",
53
53
  "react-dom": ">= 18.3.1 < 20",
54
- "@cupra/ui-kit": "2.0.0-canary.151",
54
+ "@cupra/ui-kit": "2.0.0-canary.153",
55
55
  "typescript": ">=5.0.0"
56
56
  },
57
57
  "dependencies": {
@@ -66,8 +66,8 @@
66
66
  "@testing-library/user-event": "^14.6.1",
67
67
  "@types/react": "^18.3.20",
68
68
  "@types/react-dom": "^18.3.5",
69
- "@vitest/browser": "^4.1.3",
70
- "@vitest/browser-playwright": "^4.1.3",
69
+ "@vitest/browser": "^4.1.8",
70
+ "@vitest/browser-playwright": "^4.1.8",
71
71
  "playwright": "1.56.1",
72
72
  "lottie-web": "^5.13.0",
73
73
  "react": "^18.3.1",
@@ -76,7 +76,7 @@
76
76
  "storybook": "^10.3.3",
77
77
  "typescript": "^5.8.2",
78
78
  "vite": "^8.0.5",
79
- "@cupra/ui-kit": "2.0.0-canary.151"
79
+ "@cupra/ui-kit": "2.0.0-canary.153"
80
80
  },
81
81
  "scripts": {
82
82
  "build": "rm -rf dist && pnpm --filter @cupra/ui-kit build:react && tsc --declaration --emitDeclarationOnly && BUILD_FORMAT=esm vite build --emptyOutDir false && BUILD_FORMAT=cjs vite build --emptyOutDir false",