create-conformal 0.13.0 → 0.13.2

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,19 @@
1
1
  # create-conformal
2
2
 
3
+ ## 0.13.2
4
+
5
+ ### Patch Changes
6
+
7
+ - c7bc932: override wray with crate patch to workaround bug
8
+
9
+ ## 0.13.1
10
+
11
+ ### Patch Changes
12
+
13
+ - c490521: oops can't publish with crate patches
14
+ - Updated dependencies [c490521]
15
+ - @conformal/create-plugin@0.12.2
16
+
3
17
  ## 0.13.0
4
18
 
5
19
  ### Minor Changes
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "dependencies": {
3
3
  "@conformal/stamp": "^0.5.0",
4
- "@conformal/create-plugin": "^0.12.1",
4
+ "@conformal/create-plugin": "^0.12.2",
5
5
  "@commander-js/extra-typings": "^14.0.0",
6
6
  "commander": "^14.0.3"
7
7
  },
8
8
  "name": "create-conformal",
9
- "version": "0.13.0",
9
+ "version": "0.13.2",
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
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "dependencies": {
3
3
  "@conformal/stamp": "^0.5.0",
4
- "@conformal/create-plugin": "^0.12.1",
4
+ "@conformal/create-plugin": "^0.12.2",
5
5
  "@commander-js/extra-typings": "^14.0.0",
6
6
  "commander": "^14.0.3"
7
7
  },
8
8
  "name": "create-conformal",
9
- "version": "0.13.0",
9
+ "version": "0.13.2",
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",
@@ -26,7 +26,6 @@ default_trait_access = "allow"
26
26
  [profile.release]
27
27
  lto = "thin"
28
28
 
29
- # We need these patches to workaround https://github.com/tauri-apps/wry/issues/1675
29
+ # We need to patch for https://github.com/tauri-apps/wry/issues/1675
30
30
  [patch.crates-io]
31
- objc2 = { git = "https://github.com/madsmtm/objc2.git", rev = "0dc236c0e186ed29991798d2a6ff5cdc595b2ffa" }
32
- wry = { git = "https://github.com/russellmcc/wry.git", rev = "458591b02238d89322b0567ba2918a123ff22dda" }
31
+ wry = { git = "https://github.com/tauri-apps/wry.git", rev = "40a703214d3e66942edf6f6a96074580798d5046" }