create-conformal 0.13.0 → 0.13.1

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,13 @@
1
1
  # create-conformal
2
2
 
3
+ ## 0.13.1
4
+
5
+ ### Patch Changes
6
+
7
+ - c490521: oops can't publish with crate patches
8
+ - Updated dependencies [c490521]
9
+ - @conformal/create-plugin@0.12.2
10
+
3
11
  ## 0.13.0
4
12
 
5
13
  ### 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.1",
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.1",
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",
@@ -25,8 +25,3 @@ default_trait_access = "allow"
25
25
 
26
26
  [profile.release]
27
27
  lto = "thin"
28
-
29
- # We need these patches to workaround https://github.com/tauri-apps/wry/issues/1675
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" }