tinacms 2.6.1 → 2.6.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/dist/index.js CHANGED
@@ -10179,7 +10179,7 @@ flowchart TD
10179
10179
  "Event Log"
10180
10180
  ));
10181
10181
  };
10182
- const version = "2.6.1";
10182
+ const version = "2.6.2";
10183
10183
  const Nav = ({
10184
10184
  isLocalMode,
10185
10185
  className = "",
package/dist/index.mjs CHANGED
@@ -10206,7 +10206,7 @@ const SyncStatus = ({ cms, setEventsOpen }) => {
10206
10206
  "Event Log"
10207
10207
  ));
10208
10208
  };
10209
- const version = "2.6.1";
10209
+ const version = "2.6.2";
10210
10210
  const Nav = ({
10211
10211
  isLocalMode,
10212
10212
  className = "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tinacms",
3
- "version": "2.6.1",
3
+ "version": "2.6.2",
4
4
  "main": "dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "exports": {
@@ -130,7 +130,7 @@
130
130
  "yup": "^1.4.0",
131
131
  "zod": "^3.23.8",
132
132
  "@tinacms/mdx": "1.5.4",
133
- "@tinacms/search": "1.0.37",
133
+ "@tinacms/search": "1.0.38",
134
134
  "@tinacms/schema-tools": "1.7.0"
135
135
  },
136
136
  "devDependencies": {