tinacms 1.5.13 → 1.5.15

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/dist/index.es.js CHANGED
@@ -5576,7 +5576,7 @@ const IndexingPage = () => {
5576
5576
  const foo = await tinaApi.createPullRequest({
5577
5577
  baseBranch,
5578
5578
  branch,
5579
- title: "PR from TinaCMS"
5579
+ title: `${branch.replace("tina/", "").replace("-", " ")} (PR from TinaCMS)`
5580
5580
  });
5581
5581
  console.log("PR created", foo);
5582
5582
  cms.alerts.success("Pull request created.");
package/dist/index.js CHANGED
@@ -5582,7 +5582,7 @@ This will work when developing locally but NOT when deployed to production.
5582
5582
  const foo = await tinaApi.createPullRequest({
5583
5583
  baseBranch,
5584
5584
  branch,
5585
- title: "PR from TinaCMS"
5585
+ title: `${branch.replace("tina/", "").replace("-", " ")} (PR from TinaCMS)`
5586
5586
  });
5587
5587
  console.log("PR created", foo);
5588
5588
  cms.alerts.success("Pull request created.");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tinacms",
3
- "version": "1.5.13",
3
+ "version": "1.5.15",
4
4
  "main": "dist/index.js",
5
5
  "module": "./dist/index.es.js",
6
6
  "exports": {
@@ -61,10 +61,10 @@
61
61
  "@headlessui/react": "^1.5.0",
62
62
  "@heroicons/react": "^1.0.4",
63
63
  "@react-hook/window-size": "^3.0.7",
64
- "@tinacms/search": "1.0.4",
65
- "@tinacms/schema-tools": "1.4.7",
64
+ "@tinacms/search": "1.0.5",
65
+ "@tinacms/schema-tools": "1.4.8",
66
66
  "@tinacms/sharedctx": "1.0.1",
67
- "@tinacms/toolkit": "1.7.9",
67
+ "@tinacms/toolkit": "1.7.11",
68
68
  "crypto-js": "^4.0.0",
69
69
  "encoding": "0.1.13",
70
70
  "fetch-ponyfill": "^7.1.0",