@zentrades-ui/components 0.2.2 → 0.2.4

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 +12 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @zentrades-ui/components
2
2
 
3
+ ## 0.2.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Fixed React JSX runtime bundling issue - externalized `react/jsx-runtime` and `react/jsx-dev-runtime` to prevent duplicate React copies
8
+
9
+ ## 0.2.3
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated `@zentrades-ui/icons` dependency to 0.2.2 (fixes React JSX runtime bundling issue)
14
+
3
15
  ## 0.2.2
4
16
 
5
17
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zentrades-ui/components",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -50,15 +50,15 @@
50
50
  "@vanilla-extract/recipes": "^0.5.7",
51
51
  "@vanilla-extract/sprinkles": "^1.6.3",
52
52
  "clsx": "^2.1.1",
53
- "@zentrades-ui/icons": "0.2.1"
53
+ "@zentrades-ui/icons": "0.2.2"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@vanilla-extract/esbuild-plugin": "^2.3.16",
57
57
  "@types/react": "^18.3.12",
58
58
  "tsup": "^8.5.0",
59
59
  "typescript": "^5.9.3",
60
- "@zentrades-ui/tokens": "0.2.1",
61
- "@zentrades-ui/theme": "0.2.1"
60
+ "@zentrades-ui/theme": "0.2.1",
61
+ "@zentrades-ui/tokens": "0.2.1"
62
62
  },
63
63
  "scripts": {
64
64
  "build": "tsup"