diff --git a/.changeset/typeahead-search.md b/.changeset/typeahead-search.md deleted file mode 100644 index 61cfa4e182..0000000000 --- a/.changeset/typeahead-search.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@tinacms/search": minor -"@tinacms/schema-tools": minor -"tinacms": minor -"@tinacms/cli": minor ---- - -Added fuzzy search options + support. This is now set as the new default. Going forward this package will also be used on the TinaCloud side so we don't duplicate code. Search now uses the closest index instead of being exact. diff --git a/packages/@tinacms/app/CHANGELOG.md b/packages/@tinacms/app/CHANGELOG.md index de09fa6387..03dfed56fd 100644 --- a/packages/@tinacms/app/CHANGELOG.md +++ b/packages/@tinacms/app/CHANGELOG.md @@ -1,5 +1,13 @@ # @tinacms/app +## 2.3.20 + +### Patch Changes + +- Updated dependencies [[`6c2c48a`](https://github.com/tinacms/tinacms/commit/6c2c48a9d869cb98e78fc656b986ecc244a5dafd)]: + - tinacms@3.3.0 + - @tinacms/mdx@2.0.3 + ## 2.3.19 ### Patch Changes diff --git a/packages/@tinacms/app/package.json b/packages/@tinacms/app/package.json index 116d7bc1cc..8a8f854b68 100644 --- a/packages/@tinacms/app/package.json +++ b/packages/@tinacms/app/package.json @@ -1,6 +1,6 @@ { "name": "@tinacms/app", - "version": "2.3.19", + "version": "2.3.20", "main": "src/main.tsx", "license": "Apache-2.0", "devDependencies": { diff --git a/packages/@tinacms/cli/CHANGELOG.md b/packages/@tinacms/cli/CHANGELOG.md index 3e13915285..050afd5792 100644 --- a/packages/@tinacms/cli/CHANGELOG.md +++ b/packages/@tinacms/cli/CHANGELOG.md @@ -1,5 +1,20 @@ # tinacms-cli +## 2.1.0 + +### Minor Changes + +- [#6259](https://github.com/tinacms/tinacms/pull/6259) [`6c2c48a`](https://github.com/tinacms/tinacms/commit/6c2c48a9d869cb98e78fc656b986ecc244a5dafd) Thanks [@JackDevAU](https://github.com/JackDevAU)! - Added fuzzy search options + support. This is now set as the new default. Going forward this package will also be used on the TinaCloud side so we don't duplicate code. Search now uses the closest index instead of being exact. + +### Patch Changes + +- Updated dependencies [[`6c2c48a`](https://github.com/tinacms/tinacms/commit/6c2c48a9d869cb98e78fc656b986ecc244a5dafd)]: + - @tinacms/search@1.2.0 + - @tinacms/schema-tools@2.3.0 + - tinacms@3.3.0 + - @tinacms/graphql@2.0.6 + - @tinacms/app@2.3.20 + ## 2.0.7 ### Patch Changes diff --git a/packages/@tinacms/cli/package.json b/packages/@tinacms/cli/package.json index 190beec400..ba3be681d1 100644 --- a/packages/@tinacms/cli/package.json +++ b/packages/@tinacms/cli/package.json @@ -1,7 +1,7 @@ { "name": "@tinacms/cli", "type": "module", - "version": "2.0.7", + "version": "2.1.0", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ diff --git a/packages/@tinacms/datalayer/CHANGELOG.md b/packages/@tinacms/datalayer/CHANGELOG.md index 89966df6f5..eefb4329c8 100644 --- a/packages/@tinacms/datalayer/CHANGELOG.md +++ b/packages/@tinacms/datalayer/CHANGELOG.md @@ -1,5 +1,12 @@ # tina-graphql +## 2.0.6 + +### Patch Changes + +- Updated dependencies []: + - @tinacms/graphql@2.0.6 + ## 2.0.5 ### Patch Changes diff --git a/packages/@tinacms/datalayer/package.json b/packages/@tinacms/datalayer/package.json index 41e7c97636..cd4fd7b01a 100644 --- a/packages/@tinacms/datalayer/package.json +++ b/packages/@tinacms/datalayer/package.json @@ -1,7 +1,7 @@ { "name": "@tinacms/datalayer", "type": "module", - "version": "2.0.5", + "version": "2.0.6", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ diff --git a/packages/@tinacms/graphql/CHANGELOG.md b/packages/@tinacms/graphql/CHANGELOG.md index 4ccd99c076..209daccdf3 100644 --- a/packages/@tinacms/graphql/CHANGELOG.md +++ b/packages/@tinacms/graphql/CHANGELOG.md @@ -1,5 +1,13 @@ # tina-graphql +## 2.0.6 + +### Patch Changes + +- Updated dependencies [[`6c2c48a`](https://github.com/tinacms/tinacms/commit/6c2c48a9d869cb98e78fc656b986ecc244a5dafd)]: + - @tinacms/schema-tools@2.3.0 + - @tinacms/mdx@2.0.3 + ## 2.0.5 ### Patch Changes diff --git a/packages/@tinacms/graphql/package.json b/packages/@tinacms/graphql/package.json index 1e9aaeb3b8..b82b7ef236 100644 --- a/packages/@tinacms/graphql/package.json +++ b/packages/@tinacms/graphql/package.json @@ -1,7 +1,7 @@ { "name": "@tinacms/graphql", "type": "module", - "version": "2.0.5", + "version": "2.0.6", "main": "dist/index.js", "module": "./dist/index.js", "files": [ diff --git a/packages/@tinacms/mdx/CHANGELOG.md b/packages/@tinacms/mdx/CHANGELOG.md index 817bcd2ce5..168d3dfc8c 100644 --- a/packages/@tinacms/mdx/CHANGELOG.md +++ b/packages/@tinacms/mdx/CHANGELOG.md @@ -1,5 +1,12 @@ # @tinacms/mdx +## 2.0.3 + +### Patch Changes + +- Updated dependencies [[`6c2c48a`](https://github.com/tinacms/tinacms/commit/6c2c48a9d869cb98e78fc656b986ecc244a5dafd)]: + - @tinacms/schema-tools@2.3.0 + ## 2.0.2 ### Patch Changes diff --git a/packages/@tinacms/mdx/package.json b/packages/@tinacms/mdx/package.json index fdd638e4f1..f30316ad0e 100644 --- a/packages/@tinacms/mdx/package.json +++ b/packages/@tinacms/mdx/package.json @@ -1,6 +1,6 @@ { "name": "@tinacms/mdx", - "version": "2.0.2", + "version": "2.0.3", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/@tinacms/schema-tools/CHANGELOG.md b/packages/@tinacms/schema-tools/CHANGELOG.md index 1c057eb099..7c083843a5 100644 --- a/packages/@tinacms/schema-tools/CHANGELOG.md +++ b/packages/@tinacms/schema-tools/CHANGELOG.md @@ -1,5 +1,11 @@ # @tinacms/schema-tools +## 2.3.0 + +### Minor Changes + +- [#6259](https://github.com/tinacms/tinacms/pull/6259) [`6c2c48a`](https://github.com/tinacms/tinacms/commit/6c2c48a9d869cb98e78fc656b986ecc244a5dafd) Thanks [@JackDevAU](https://github.com/JackDevAU)! - Added fuzzy search options + support. This is now set as the new default. Going forward this package will also be used on the TinaCloud side so we don't duplicate code. Search now uses the closest index instead of being exact. + ## 2.2.0 ### Minor Changes diff --git a/packages/@tinacms/schema-tools/package.json b/packages/@tinacms/schema-tools/package.json index 1b57234e40..86cc60854b 100644 --- a/packages/@tinacms/schema-tools/package.json +++ b/packages/@tinacms/schema-tools/package.json @@ -1,7 +1,7 @@ { "name": "@tinacms/schema-tools", "type": "module", - "version": "2.2.0", + "version": "2.3.0", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ diff --git a/packages/@tinacms/search/CHANGELOG.md b/packages/@tinacms/search/CHANGELOG.md index d58cecca2d..eede7ec39b 100644 --- a/packages/@tinacms/search/CHANGELOG.md +++ b/packages/@tinacms/search/CHANGELOG.md @@ -1,5 +1,17 @@ # @tinacms/search +## 1.2.0 + +### Minor Changes + +- [#6259](https://github.com/tinacms/tinacms/pull/6259) [`6c2c48a`](https://github.com/tinacms/tinacms/commit/6c2c48a9d869cb98e78fc656b986ecc244a5dafd) Thanks [@JackDevAU](https://github.com/JackDevAU)! - Added fuzzy search options + support. This is now set as the new default. Going forward this package will also be used on the TinaCloud side so we don't duplicate code. Search now uses the closest index instead of being exact. + +### Patch Changes + +- Updated dependencies [[`6c2c48a`](https://github.com/tinacms/tinacms/commit/6c2c48a9d869cb98e78fc656b986ecc244a5dafd)]: + - @tinacms/schema-tools@2.3.0 + - @tinacms/graphql@2.0.6 + ## 1.1.9 ### Patch Changes diff --git a/packages/@tinacms/search/package.json b/packages/@tinacms/search/package.json index 97a3071fa4..465eabf4c1 100644 --- a/packages/@tinacms/search/package.json +++ b/packages/@tinacms/search/package.json @@ -1,7 +1,7 @@ { "name": "@tinacms/search", "type": "module", - "version": "1.1.9", + "version": "1.2.0", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ diff --git a/packages/@tinacms/vercel-previews/CHANGELOG.md b/packages/@tinacms/vercel-previews/CHANGELOG.md index ae1ced91cc..4d1c0d707b 100644 --- a/packages/@tinacms/vercel-previews/CHANGELOG.md +++ b/packages/@tinacms/vercel-previews/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.1.20 + +### Patch Changes + +- Updated dependencies [[`6c2c48a`](https://github.com/tinacms/tinacms/commit/6c2c48a9d869cb98e78fc656b986ecc244a5dafd)]: + - tinacms@3.3.0 + ## 0.1.19 ### Patch Changes diff --git a/packages/@tinacms/vercel-previews/package.json b/packages/@tinacms/vercel-previews/package.json index 5cd2804f32..b12148448b 100644 --- a/packages/@tinacms/vercel-previews/package.json +++ b/packages/@tinacms/vercel-previews/package.json @@ -1,7 +1,7 @@ { "name": "@tinacms/vercel-previews", "type": "module", - "version": "0.1.19", + "version": "0.1.20", "main": "dist/index.js", "types": "dist/index.d.ts", "keywords": [ diff --git a/packages/next-tinacms-azure/CHANGELOG.md b/packages/next-tinacms-azure/CHANGELOG.md index 7a3a68beb2..673f6600cc 100644 --- a/packages/next-tinacms-azure/CHANGELOG.md +++ b/packages/next-tinacms-azure/CHANGELOG.md @@ -1,5 +1,12 @@ # next-tinacms-azure +## 8.0.0 + +### Patch Changes + +- Updated dependencies [[`6c2c48a`](https://github.com/tinacms/tinacms/commit/6c2c48a9d869cb98e78fc656b986ecc244a5dafd)]: + - tinacms@3.3.0 + ## 7.0.0 ### Patch Changes diff --git a/packages/next-tinacms-azure/package.json b/packages/next-tinacms-azure/package.json index cf092d92cd..52557eca90 100644 --- a/packages/next-tinacms-azure/package.json +++ b/packages/next-tinacms-azure/package.json @@ -1,6 +1,6 @@ { "name": "next-tinacms-azure", - "version": "7.0.0", + "version": "8.0.0", "description": "", "main": "dist/index.js", "module": "./dist/index.js", diff --git a/packages/next-tinacms-cloudinary/CHANGELOG.md b/packages/next-tinacms-cloudinary/CHANGELOG.md index e988849142..7badb0ab3d 100644 --- a/packages/next-tinacms-cloudinary/CHANGELOG.md +++ b/packages/next-tinacms-cloudinary/CHANGELOG.md @@ -1,5 +1,12 @@ # next-tinacms-cloudinary +## 20.0.0 + +### Patch Changes + +- Updated dependencies [[`6c2c48a`](https://github.com/tinacms/tinacms/commit/6c2c48a9d869cb98e78fc656b986ecc244a5dafd)]: + - tinacms@3.3.0 + ## 19.0.0 ### Patch Changes diff --git a/packages/next-tinacms-cloudinary/package.json b/packages/next-tinacms-cloudinary/package.json index 6c538adb70..69ee794398 100644 --- a/packages/next-tinacms-cloudinary/package.json +++ b/packages/next-tinacms-cloudinary/package.json @@ -1,6 +1,6 @@ { "name": "next-tinacms-cloudinary", - "version": "19.0.0", + "version": "20.0.0", "main": "dist/index.js", "module": "./dist/index.js", "files": [ diff --git a/packages/next-tinacms-dos/CHANGELOG.md b/packages/next-tinacms-dos/CHANGELOG.md index 98e435984a..8a203b9e15 100644 --- a/packages/next-tinacms-dos/CHANGELOG.md +++ b/packages/next-tinacms-dos/CHANGELOG.md @@ -1,5 +1,12 @@ # next-tinacms-cloudinary +## 17.0.0 + +### Patch Changes + +- Updated dependencies [[`6c2c48a`](https://github.com/tinacms/tinacms/commit/6c2c48a9d869cb98e78fc656b986ecc244a5dafd)]: + - tinacms@3.3.0 + ## 16.0.0 ### Patch Changes diff --git a/packages/next-tinacms-dos/package.json b/packages/next-tinacms-dos/package.json index 0c279c03a4..5d82a92467 100644 --- a/packages/next-tinacms-dos/package.json +++ b/packages/next-tinacms-dos/package.json @@ -1,6 +1,6 @@ { "name": "next-tinacms-dos", - "version": "16.0.0", + "version": "17.0.0", "main": "dist/index.js", "module": "./dist/index.js", "files": [ diff --git a/packages/next-tinacms-s3/CHANGELOG.md b/packages/next-tinacms-s3/CHANGELOG.md index ede39b5ec3..5aa067b216 100644 --- a/packages/next-tinacms-s3/CHANGELOG.md +++ b/packages/next-tinacms-s3/CHANGELOG.md @@ -1,5 +1,12 @@ # next-tinacms-s3 +## 17.0.0 + +### Patch Changes + +- Updated dependencies [[`6c2c48a`](https://github.com/tinacms/tinacms/commit/6c2c48a9d869cb98e78fc656b986ecc244a5dafd)]: + - tinacms@3.3.0 + ## 16.0.0 ### Patch Changes diff --git a/packages/next-tinacms-s3/package.json b/packages/next-tinacms-s3/package.json index 8448f1f2c7..7cf1a48e52 100644 --- a/packages/next-tinacms-s3/package.json +++ b/packages/next-tinacms-s3/package.json @@ -1,6 +1,6 @@ { "name": "next-tinacms-s3", - "version": "16.0.0", + "version": "17.0.0", "main": "dist/index.js", "module": "./dist/index.js", "files": [ diff --git a/packages/tinacms-authjs/CHANGELOG.md b/packages/tinacms-authjs/CHANGELOG.md index 449e44352a..5d96d66f39 100644 --- a/packages/tinacms-authjs/CHANGELOG.md +++ b/packages/tinacms-authjs/CHANGELOG.md @@ -1,5 +1,13 @@ # tinacms-authjs +## 17.0.0 + +### Patch Changes + +- Updated dependencies [[`6c2c48a`](https://github.com/tinacms/tinacms/commit/6c2c48a9d869cb98e78fc656b986ecc244a5dafd)]: + - @tinacms/schema-tools@2.3.0 + - tinacms@3.3.0 + ## 16.0.0 ### Patch Changes diff --git a/packages/tinacms-authjs/package.json b/packages/tinacms-authjs/package.json index 24d8a18209..aa70e233c3 100644 --- a/packages/tinacms-authjs/package.json +++ b/packages/tinacms-authjs/package.json @@ -1,6 +1,6 @@ { "name": "tinacms-authjs", - "version": "16.0.0", + "version": "17.0.0", "main": "dist/index.js", "module": "./dist/index.js", "files": [ diff --git a/packages/tinacms-clerk/CHANGELOG.md b/packages/tinacms-clerk/CHANGELOG.md index 269e5ecc45..94b2104dfd 100644 --- a/packages/tinacms-clerk/CHANGELOG.md +++ b/packages/tinacms-clerk/CHANGELOG.md @@ -1,5 +1,12 @@ # tinacms-clerk +## 17.0.0 + +### Patch Changes + +- Updated dependencies [[`6c2c48a`](https://github.com/tinacms/tinacms/commit/6c2c48a9d869cb98e78fc656b986ecc244a5dafd)]: + - tinacms@3.3.0 + ## 16.0.0 ### Patch Changes diff --git a/packages/tinacms-clerk/package.json b/packages/tinacms-clerk/package.json index aebf8368a3..92f4c0460d 100644 --- a/packages/tinacms-clerk/package.json +++ b/packages/tinacms-clerk/package.json @@ -1,6 +1,6 @@ { "name": "tinacms-clerk", - "version": "16.0.0", + "version": "17.0.0", "main": "dist/index.js", "module": "./dist/index.js", "files": [ diff --git a/packages/tinacms-gitprovider-github/CHANGELOG.md b/packages/tinacms-gitprovider-github/CHANGELOG.md index 27574cc4e5..610c09ecea 100644 --- a/packages/tinacms-gitprovider-github/CHANGELOG.md +++ b/packages/tinacms-gitprovider-github/CHANGELOG.md @@ -1,5 +1,12 @@ # tinacms-gitprovider-github +## 4.0.6 + +### Patch Changes + +- Updated dependencies []: + - @tinacms/datalayer@2.0.6 + ## 4.0.5 ### Patch Changes diff --git a/packages/tinacms-gitprovider-github/package.json b/packages/tinacms-gitprovider-github/package.json index 51ea647407..fcd9b32da1 100644 --- a/packages/tinacms-gitprovider-github/package.json +++ b/packages/tinacms-gitprovider-github/package.json @@ -1,6 +1,6 @@ { "name": "tinacms-gitprovider-github", - "version": "4.0.5", + "version": "4.0.6", "main": "dist/index.js", "module": "./dist/index.js", "files": [ diff --git a/packages/tinacms/CHANGELOG.md b/packages/tinacms/CHANGELOG.md index 82f459f656..c7405f3cd5 100644 --- a/packages/tinacms/CHANGELOG.md +++ b/packages/tinacms/CHANGELOG.md @@ -1,5 +1,18 @@ # tinacms +## 3.3.0 + +### Minor Changes + +- [#6259](https://github.com/tinacms/tinacms/pull/6259) [`6c2c48a`](https://github.com/tinacms/tinacms/commit/6c2c48a9d869cb98e78fc656b986ecc244a5dafd) Thanks [@JackDevAU](https://github.com/JackDevAU)! - Added fuzzy search options + support. This is now set as the new default. Going forward this package will also be used on the TinaCloud side so we don't duplicate code. Search now uses the closest index instead of being exact. + +### Patch Changes + +- Updated dependencies [[`6c2c48a`](https://github.com/tinacms/tinacms/commit/6c2c48a9d869cb98e78fc656b986ecc244a5dafd)]: + - @tinacms/search@1.2.0 + - @tinacms/schema-tools@2.3.0 + - @tinacms/mdx@2.0.3 + ## 3.2.0 ### Minor Changes diff --git a/packages/tinacms/package.json b/packages/tinacms/package.json index 45cef78f28..75867bdb24 100644 --- a/packages/tinacms/package.json +++ b/packages/tinacms/package.json @@ -2,7 +2,7 @@ "name": "tinacms", "type": "module", "typings": "dist/index.d.ts", - "version": "3.2.0", + "version": "3.3.0", "main": "dist/index.js", "module": "./dist/index.js", "exports": {