create-conformal 0.13.2 → 0.14.0

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,5 +1,17 @@
1
1
  # create-conformal
2
2
 
3
+ ## 0.14.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 69eb6ea: bump dependencies
8
+
9
+ ## 0.13.3
10
+
11
+ ### Patch Changes
12
+
13
+ - 73dd281: remove crates patch
14
+
3
15
  ## 0.13.2
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "commander": "^14.0.3"
7
7
  },
8
8
  "name": "create-conformal",
9
- "version": "0.13.2",
9
+ "version": "0.14.0",
10
10
  "description": "Project generator script for conformal projects",
11
11
  "homepage": "https://russellmcc.github.io/conformal",
12
12
  "bugs": "https://github.com/russellmcc/conformal/issues",
package/package.json.bak CHANGED
@@ -6,7 +6,7 @@
6
6
  "commander": "^14.0.3"
7
7
  },
8
8
  "name": "create-conformal",
9
- "version": "0.13.2",
9
+ "version": "0.14.0",
10
10
  "description": "Project generator script for conformal projects",
11
11
  "homepage": "https://russellmcc.github.io/conformal",
12
12
  "bugs": "https://github.com/russellmcc/conformal/issues",
@@ -32,12 +32,12 @@
32
32
  "eslint": "^9.39.1",
33
33
  "prettier": "^3.8.1",
34
34
  "typescript": "^5.9.3",
35
- "@conformal/scripts": "^0.10.0",
35
+ "@conformal/scripts": "^0.11.3",
36
36
  "@happy-dom/global-registrator": "^20.3.3",
37
37
  "tsconfig": "workspace:*"
38
38
  },
39
39
  "catalog": {
40
- "@conformal/plugin": "^0.3.5",
40
+ "@conformal/plugin": "^0.6.0",
41
41
  "rollup-plugin-license": "^3.4.0",
42
42
  "react": "^19.2.4",
43
43
  "react-dom": "^19.2.4",
@@ -25,7 +25,3 @@ default_trait_access = "allow"
25
25
 
26
26
  [profile.release]
27
27
  lto = "thin"
28
-
29
- # We need to patch for https://github.com/tauri-apps/wry/issues/1675
30
- [patch.crates-io]
31
- wry = { git = "https://github.com/tauri-apps/wry.git", rev = "40a703214d3e66942edf6f6a96074580798d5046" }