tinacms 3.4.0 → 3.4.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -46532,7 +46532,7 @@ const NavProvider = ({
46532
46532
  };
46533
46533
  return /* @__PURE__ */ React__default.createElement(NavContext.Provider, { value }, children);
46534
46534
  };
46535
- const version$1 = "3.4.0";
46535
+ const version$1 = "3.4.1";
46536
46536
  const VersionInfo = () => {
46537
46537
  var _a2, _b, _c, _d, _e, _f;
46538
46538
  const cms = useCMS();
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "tinacms",
3
3
  "type": "module",
4
4
  "typings": "dist/index.d.ts",
5
- "version": "3.4.0",
5
+ "version": "3.4.1",
6
6
  "main": "dist/index.js",
7
7
  "module": "./dist/index.js",
8
8
  "exports": {
@@ -110,9 +110,9 @@
110
110
  "webfontloader": "1.6.28",
111
111
  "yup": "^1.6.1",
112
112
  "zod": "^3.24.2",
113
- "@tinacms/mdx": "2.0.4",
114
- "@tinacms/schema-tools": "2.4.0",
115
- "@tinacms/search": "1.2.1"
113
+ "@tinacms/mdx": "2.0.5",
114
+ "@tinacms/schema-tools": "2.5.0",
115
+ "@tinacms/search": "1.2.2"
116
116
  },
117
117
  "devDependencies": {
118
118
  "@graphql-tools/utils": "^10.8.1",