diff --git a/.changeset/brave-beds-change.md b/.changeset/brave-beds-change.md deleted file mode 100644 index 6a189746c4..0000000000 --- a/.changeset/brave-beds-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tinacms": patch ---- - -Improve branch operation error message clarity diff --git a/.changeset/eight-ears-drop.md b/.changeset/eight-ears-drop.md deleted file mode 100644 index 7e19180bff..0000000000 --- a/.changeset/eight-ears-drop.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"tinacms": patch -"@tinacms/schema-tools": patch ---- - -refactor: make @tinacms/schema-tools the single source of truth diff --git a/.changeset/fast-chicken-rescue.md b/.changeset/fast-chicken-rescue.md deleted file mode 100644 index 19379bd429..0000000000 --- a/.changeset/fast-chicken-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tinacms": patch ---- - -Improve error messages when a pull request via editorial workflow fails due to missing Git authoring tokens diff --git a/.changeset/quiet-steaks-count.md b/.changeset/quiet-steaks-count.md deleted file mode 100644 index 03ce430884..0000000000 --- a/.changeset/quiet-steaks-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tinacms": patch ---- - -🐖 Add Telemetry to new Media Usage dashboard to see how users are interacting with it diff --git a/.changeset/serious-falcons-switch.md b/.changeset/serious-falcons-switch.md deleted file mode 100644 index ac28c309e0..0000000000 --- a/.changeset/serious-falcons-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tinacms": patch ---- - -Reduce the TinaCloud auth modal login image so it appears as a decorative element rather than dominating the modal. diff --git a/packages/@tinacms/app/CHANGELOG.md b/packages/@tinacms/app/CHANGELOG.md index bbb5251d20..32e0995e34 100644 --- a/packages/@tinacms/app/CHANGELOG.md +++ b/packages/@tinacms/app/CHANGELOG.md @@ -1,5 +1,13 @@ # @tinacms/app +## 2.4.2 + +### Patch Changes + +- Updated dependencies [[`3569c95`](https://github.com/tinacms/tinacms/commit/3569c95c124138013b36cd30bfef4d0b02f5c57b), [`4315d73`](https://github.com/tinacms/tinacms/commit/4315d731e729857713d5f3fc6cdef2b30abd9384), [`ff1cd6f`](https://github.com/tinacms/tinacms/commit/ff1cd6fb50edc24b34f81166d7dedbfec6d22b32), [`d1ad86e`](https://github.com/tinacms/tinacms/commit/d1ad86e204e19bf5bb4811658d40d172635da3af), [`e146e92`](https://github.com/tinacms/tinacms/commit/e146e922b40cb5376c7a3adf81b44ad4cf8f1867), [`246ee27`](https://github.com/tinacms/tinacms/commit/246ee27a8e0b74baf241c6a70a1699013fc59299)]: + - tinacms@3.7.2 + - @tinacms/mdx@2.1.1 + ## 2.4.1 ### Patch Changes diff --git a/packages/@tinacms/app/package.json b/packages/@tinacms/app/package.json index e0023c927c..b1b660ad6f 100644 --- a/packages/@tinacms/app/package.json +++ b/packages/@tinacms/app/package.json @@ -1,6 +1,6 @@ { "name": "@tinacms/app", - "version": "2.4.1", + "version": "2.4.2", "main": "src/main.tsx", "license": "Apache-2.0", "devDependencies": { diff --git a/packages/@tinacms/cli/CHANGELOG.md b/packages/@tinacms/cli/CHANGELOG.md index b4eaa9ba5c..c457370da2 100644 --- a/packages/@tinacms/cli/CHANGELOG.md +++ b/packages/@tinacms/cli/CHANGELOG.md @@ -1,5 +1,16 @@ # tinacms-cli +## 2.2.2 + +### Patch Changes + +- Updated dependencies [[`3569c95`](https://github.com/tinacms/tinacms/commit/3569c95c124138013b36cd30bfef4d0b02f5c57b), [`4315d73`](https://github.com/tinacms/tinacms/commit/4315d731e729857713d5f3fc6cdef2b30abd9384), [`ff1cd6f`](https://github.com/tinacms/tinacms/commit/ff1cd6fb50edc24b34f81166d7dedbfec6d22b32), [`d1ad86e`](https://github.com/tinacms/tinacms/commit/d1ad86e204e19bf5bb4811658d40d172635da3af), [`e146e92`](https://github.com/tinacms/tinacms/commit/e146e922b40cb5376c7a3adf81b44ad4cf8f1867), [`246ee27`](https://github.com/tinacms/tinacms/commit/246ee27a8e0b74baf241c6a70a1699013fc59299)]: + - tinacms@3.7.2 + - @tinacms/schema-tools@2.7.1 + - @tinacms/app@2.4.2 + - @tinacms/graphql@2.2.3 + - @tinacms/search@1.2.9 + ## 2.2.1 ### Patch Changes diff --git a/packages/@tinacms/cli/package.json b/packages/@tinacms/cli/package.json index a36cd0453a..78225b6fcc 100644 --- a/packages/@tinacms/cli/package.json +++ b/packages/@tinacms/cli/package.json @@ -1,7 +1,7 @@ { "name": "@tinacms/cli", "type": "module", - "version": "2.2.1", + "version": "2.2.2", "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 866a3fae9e..e7e4933c66 100644 --- a/packages/@tinacms/datalayer/CHANGELOG.md +++ b/packages/@tinacms/datalayer/CHANGELOG.md @@ -1,5 +1,12 @@ # tina-graphql +## 2.0.15 + +### Patch Changes + +- Updated dependencies []: + - @tinacms/graphql@2.2.3 + ## 2.0.14 ### Patch Changes diff --git a/packages/@tinacms/datalayer/package.json b/packages/@tinacms/datalayer/package.json index 665c463291..7adad9def6 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.14", + "version": "2.0.15", "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 75f06d0de5..dc8b0449e0 100644 --- a/packages/@tinacms/graphql/CHANGELOG.md +++ b/packages/@tinacms/graphql/CHANGELOG.md @@ -1,5 +1,13 @@ # tina-graphql +## 2.2.3 + +### Patch Changes + +- Updated dependencies [[`4315d73`](https://github.com/tinacms/tinacms/commit/4315d731e729857713d5f3fc6cdef2b30abd9384)]: + - @tinacms/schema-tools@2.7.1 + - @tinacms/mdx@2.1.1 + ## 2.2.2 ### Patch Changes diff --git a/packages/@tinacms/graphql/package.json b/packages/@tinacms/graphql/package.json index 0fd79e43ce..157717e728 100644 --- a/packages/@tinacms/graphql/package.json +++ b/packages/@tinacms/graphql/package.json @@ -1,7 +1,7 @@ { "name": "@tinacms/graphql", "type": "module", - "version": "2.2.2", + "version": "2.2.3", "main": "dist/index.js", "module": "./dist/index.js", "files": [ diff --git a/packages/@tinacms/mdx/CHANGELOG.md b/packages/@tinacms/mdx/CHANGELOG.md index 5b9f5ca00c..2f6ae41d43 100644 --- a/packages/@tinacms/mdx/CHANGELOG.md +++ b/packages/@tinacms/mdx/CHANGELOG.md @@ -1,5 +1,12 @@ # @tinacms/mdx +## 2.1.1 + +### Patch Changes + +- Updated dependencies [[`4315d73`](https://github.com/tinacms/tinacms/commit/4315d731e729857713d5f3fc6cdef2b30abd9384)]: + - @tinacms/schema-tools@2.7.1 + ## 2.1.0 ### Minor Changes diff --git a/packages/@tinacms/mdx/package.json b/packages/@tinacms/mdx/package.json index 6bea7a5b51..aca6a1ef28 100644 --- a/packages/@tinacms/mdx/package.json +++ b/packages/@tinacms/mdx/package.json @@ -1,6 +1,6 @@ { "name": "@tinacms/mdx", - "version": "2.1.0", + "version": "2.1.1", "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 b8773f03b2..d2c71668ff 100644 --- a/packages/@tinacms/schema-tools/CHANGELOG.md +++ b/packages/@tinacms/schema-tools/CHANGELOG.md @@ -1,5 +1,11 @@ # @tinacms/schema-tools +## 2.7.1 + +### Patch Changes + +- [#6633](https://github.com/tinacms/tinacms/pull/6633) [`4315d73`](https://github.com/tinacms/tinacms/commit/4315d731e729857713d5f3fc6cdef2b30abd9384) Thanks [@JackDevAU](https://github.com/JackDevAU)! - refactor: make @tinacms/schema-tools the single source of truth + ## 2.7.0 ### Minor Changes diff --git a/packages/@tinacms/schema-tools/package.json b/packages/@tinacms/schema-tools/package.json index 51bc9e8974..1ca8a87256 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.7.0", + "version": "2.7.1", "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 8f18f0d172..cf3684088b 100644 --- a/packages/@tinacms/search/CHANGELOG.md +++ b/packages/@tinacms/search/CHANGELOG.md @@ -1,5 +1,13 @@ # @tinacms/search +## 1.2.9 + +### Patch Changes + +- Updated dependencies [[`4315d73`](https://github.com/tinacms/tinacms/commit/4315d731e729857713d5f3fc6cdef2b30abd9384)]: + - @tinacms/schema-tools@2.7.1 + - @tinacms/graphql@2.2.3 + ## 1.2.8 ### Patch Changes diff --git a/packages/@tinacms/search/package.json b/packages/@tinacms/search/package.json index 62a1633708..087ae24fb1 100644 --- a/packages/@tinacms/search/package.json +++ b/packages/@tinacms/search/package.json @@ -1,7 +1,7 @@ { "name": "@tinacms/search", "type": "module", - "version": "1.2.8", + "version": "1.2.9", "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 cc780b235b..3bb265b755 100644 --- a/packages/@tinacms/vercel-previews/CHANGELOG.md +++ b/packages/@tinacms/vercel-previews/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.2.2 + +### Patch Changes + +- Updated dependencies [[`3569c95`](https://github.com/tinacms/tinacms/commit/3569c95c124138013b36cd30bfef4d0b02f5c57b), [`4315d73`](https://github.com/tinacms/tinacms/commit/4315d731e729857713d5f3fc6cdef2b30abd9384), [`ff1cd6f`](https://github.com/tinacms/tinacms/commit/ff1cd6fb50edc24b34f81166d7dedbfec6d22b32), [`d1ad86e`](https://github.com/tinacms/tinacms/commit/d1ad86e204e19bf5bb4811658d40d172635da3af), [`e146e92`](https://github.com/tinacms/tinacms/commit/e146e922b40cb5376c7a3adf81b44ad4cf8f1867), [`246ee27`](https://github.com/tinacms/tinacms/commit/246ee27a8e0b74baf241c6a70a1699013fc59299)]: + - tinacms@3.7.2 + ## 0.2.1 ### Patch Changes diff --git a/packages/@tinacms/vercel-previews/package.json b/packages/@tinacms/vercel-previews/package.json index f0288f8593..1fc83d0f90 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.2.1", + "version": "0.2.2", "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 6c92dd8b59..addb724a2d 100644 --- a/packages/next-tinacms-azure/CHANGELOG.md +++ b/packages/next-tinacms-azure/CHANGELOG.md @@ -1,5 +1,12 @@ # next-tinacms-azure +## 12.0.2 + +### Patch Changes + +- Updated dependencies [[`3569c95`](https://github.com/tinacms/tinacms/commit/3569c95c124138013b36cd30bfef4d0b02f5c57b), [`4315d73`](https://github.com/tinacms/tinacms/commit/4315d731e729857713d5f3fc6cdef2b30abd9384), [`ff1cd6f`](https://github.com/tinacms/tinacms/commit/ff1cd6fb50edc24b34f81166d7dedbfec6d22b32), [`d1ad86e`](https://github.com/tinacms/tinacms/commit/d1ad86e204e19bf5bb4811658d40d172635da3af), [`e146e92`](https://github.com/tinacms/tinacms/commit/e146e922b40cb5376c7a3adf81b44ad4cf8f1867), [`246ee27`](https://github.com/tinacms/tinacms/commit/246ee27a8e0b74baf241c6a70a1699013fc59299)]: + - tinacms@3.7.2 + ## 12.0.1 ### Patch Changes diff --git a/packages/next-tinacms-azure/package.json b/packages/next-tinacms-azure/package.json index a89c48b56b..027540fed2 100644 --- a/packages/next-tinacms-azure/package.json +++ b/packages/next-tinacms-azure/package.json @@ -1,7 +1,7 @@ { "name": "next-tinacms-azure", "type": "module", - "version": "12.0.1", + "version": "12.0.2", "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 b0abb03623..abdb31283c 100644 --- a/packages/next-tinacms-cloudinary/CHANGELOG.md +++ b/packages/next-tinacms-cloudinary/CHANGELOG.md @@ -1,5 +1,12 @@ # next-tinacms-cloudinary +## 24.0.2 + +### Patch Changes + +- Updated dependencies [[`3569c95`](https://github.com/tinacms/tinacms/commit/3569c95c124138013b36cd30bfef4d0b02f5c57b), [`4315d73`](https://github.com/tinacms/tinacms/commit/4315d731e729857713d5f3fc6cdef2b30abd9384), [`ff1cd6f`](https://github.com/tinacms/tinacms/commit/ff1cd6fb50edc24b34f81166d7dedbfec6d22b32), [`d1ad86e`](https://github.com/tinacms/tinacms/commit/d1ad86e204e19bf5bb4811658d40d172635da3af), [`e146e92`](https://github.com/tinacms/tinacms/commit/e146e922b40cb5376c7a3adf81b44ad4cf8f1867), [`246ee27`](https://github.com/tinacms/tinacms/commit/246ee27a8e0b74baf241c6a70a1699013fc59299)]: + - tinacms@3.7.2 + ## 24.0.1 ### Patch Changes diff --git a/packages/next-tinacms-cloudinary/package.json b/packages/next-tinacms-cloudinary/package.json index da60ee051a..450baf5016 100644 --- a/packages/next-tinacms-cloudinary/package.json +++ b/packages/next-tinacms-cloudinary/package.json @@ -1,7 +1,7 @@ { "name": "next-tinacms-cloudinary", "type": "module", - "version": "24.0.1", + "version": "24.0.2", "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 8b0c472f72..fc7e205bab 100644 --- a/packages/next-tinacms-dos/CHANGELOG.md +++ b/packages/next-tinacms-dos/CHANGELOG.md @@ -1,5 +1,12 @@ # next-tinacms-cloudinary +## 21.0.2 + +### Patch Changes + +- Updated dependencies [[`3569c95`](https://github.com/tinacms/tinacms/commit/3569c95c124138013b36cd30bfef4d0b02f5c57b), [`4315d73`](https://github.com/tinacms/tinacms/commit/4315d731e729857713d5f3fc6cdef2b30abd9384), [`ff1cd6f`](https://github.com/tinacms/tinacms/commit/ff1cd6fb50edc24b34f81166d7dedbfec6d22b32), [`d1ad86e`](https://github.com/tinacms/tinacms/commit/d1ad86e204e19bf5bb4811658d40d172635da3af), [`e146e92`](https://github.com/tinacms/tinacms/commit/e146e922b40cb5376c7a3adf81b44ad4cf8f1867), [`246ee27`](https://github.com/tinacms/tinacms/commit/246ee27a8e0b74baf241c6a70a1699013fc59299)]: + - tinacms@3.7.2 + ## 21.0.1 ### Patch Changes diff --git a/packages/next-tinacms-dos/package.json b/packages/next-tinacms-dos/package.json index cbae4a399f..d276bb56ea 100644 --- a/packages/next-tinacms-dos/package.json +++ b/packages/next-tinacms-dos/package.json @@ -1,7 +1,7 @@ { "name": "next-tinacms-dos", "type": "module", - "version": "21.0.1", + "version": "21.0.2", "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 b09223fc7f..240da18ace 100644 --- a/packages/next-tinacms-s3/CHANGELOG.md +++ b/packages/next-tinacms-s3/CHANGELOG.md @@ -1,5 +1,12 @@ # next-tinacms-s3 +## 21.0.2 + +### Patch Changes + +- Updated dependencies [[`3569c95`](https://github.com/tinacms/tinacms/commit/3569c95c124138013b36cd30bfef4d0b02f5c57b), [`4315d73`](https://github.com/tinacms/tinacms/commit/4315d731e729857713d5f3fc6cdef2b30abd9384), [`ff1cd6f`](https://github.com/tinacms/tinacms/commit/ff1cd6fb50edc24b34f81166d7dedbfec6d22b32), [`d1ad86e`](https://github.com/tinacms/tinacms/commit/d1ad86e204e19bf5bb4811658d40d172635da3af), [`e146e92`](https://github.com/tinacms/tinacms/commit/e146e922b40cb5376c7a3adf81b44ad4cf8f1867), [`246ee27`](https://github.com/tinacms/tinacms/commit/246ee27a8e0b74baf241c6a70a1699013fc59299)]: + - tinacms@3.7.2 + ## 21.0.1 ### Patch Changes diff --git a/packages/next-tinacms-s3/package.json b/packages/next-tinacms-s3/package.json index 2391fa8f77..15f2975ce2 100644 --- a/packages/next-tinacms-s3/package.json +++ b/packages/next-tinacms-s3/package.json @@ -1,7 +1,7 @@ { "name": "next-tinacms-s3", "type": "module", - "version": "21.0.1", + "version": "21.0.2", "main": "dist/index.js", "module": "./dist/index.js", "files": [ diff --git a/packages/tinacms-authjs/CHANGELOG.md b/packages/tinacms-authjs/CHANGELOG.md index 0463005d7e..c8d94b0b84 100644 --- a/packages/tinacms-authjs/CHANGELOG.md +++ b/packages/tinacms-authjs/CHANGELOG.md @@ -1,5 +1,13 @@ # tinacms-authjs +## 21.0.2 + +### Patch Changes + +- Updated dependencies [[`3569c95`](https://github.com/tinacms/tinacms/commit/3569c95c124138013b36cd30bfef4d0b02f5c57b), [`4315d73`](https://github.com/tinacms/tinacms/commit/4315d731e729857713d5f3fc6cdef2b30abd9384), [`ff1cd6f`](https://github.com/tinacms/tinacms/commit/ff1cd6fb50edc24b34f81166d7dedbfec6d22b32), [`d1ad86e`](https://github.com/tinacms/tinacms/commit/d1ad86e204e19bf5bb4811658d40d172635da3af), [`e146e92`](https://github.com/tinacms/tinacms/commit/e146e922b40cb5376c7a3adf81b44ad4cf8f1867), [`246ee27`](https://github.com/tinacms/tinacms/commit/246ee27a8e0b74baf241c6a70a1699013fc59299)]: + - tinacms@3.7.2 + - @tinacms/schema-tools@2.7.1 + ## 21.0.1 ### Patch Changes diff --git a/packages/tinacms-authjs/package.json b/packages/tinacms-authjs/package.json index bfb8e99450..bce12a3440 100644 --- a/packages/tinacms-authjs/package.json +++ b/packages/tinacms-authjs/package.json @@ -1,7 +1,7 @@ { "name": "tinacms-authjs", "type": "module", - "version": "21.0.1", + "version": "21.0.2", "main": "dist/index.js", "module": "./dist/index.js", "files": [ diff --git a/packages/tinacms-clerk/CHANGELOG.md b/packages/tinacms-clerk/CHANGELOG.md index 62d015afee..063646d793 100644 --- a/packages/tinacms-clerk/CHANGELOG.md +++ b/packages/tinacms-clerk/CHANGELOG.md @@ -1,5 +1,12 @@ # tinacms-clerk +## 21.0.2 + +### Patch Changes + +- Updated dependencies [[`3569c95`](https://github.com/tinacms/tinacms/commit/3569c95c124138013b36cd30bfef4d0b02f5c57b), [`4315d73`](https://github.com/tinacms/tinacms/commit/4315d731e729857713d5f3fc6cdef2b30abd9384), [`ff1cd6f`](https://github.com/tinacms/tinacms/commit/ff1cd6fb50edc24b34f81166d7dedbfec6d22b32), [`d1ad86e`](https://github.com/tinacms/tinacms/commit/d1ad86e204e19bf5bb4811658d40d172635da3af), [`e146e92`](https://github.com/tinacms/tinacms/commit/e146e922b40cb5376c7a3adf81b44ad4cf8f1867), [`246ee27`](https://github.com/tinacms/tinacms/commit/246ee27a8e0b74baf241c6a70a1699013fc59299)]: + - tinacms@3.7.2 + ## 21.0.1 ### Patch Changes diff --git a/packages/tinacms-clerk/package.json b/packages/tinacms-clerk/package.json index 173d7dbc19..1852d795b2 100644 --- a/packages/tinacms-clerk/package.json +++ b/packages/tinacms-clerk/package.json @@ -1,7 +1,7 @@ { "name": "tinacms-clerk", "type": "module", - "version": "21.0.1", + "version": "21.0.2", "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 75c2dfb8e6..3f1b2f69b1 100644 --- a/packages/tinacms-gitprovider-github/CHANGELOG.md +++ b/packages/tinacms-gitprovider-github/CHANGELOG.md @@ -1,5 +1,12 @@ # tinacms-gitprovider-github +## 4.1.2 + +### Patch Changes + +- Updated dependencies []: + - @tinacms/datalayer@2.0.15 + ## 4.1.1 ### Patch Changes diff --git a/packages/tinacms-gitprovider-github/package.json b/packages/tinacms-gitprovider-github/package.json index 59d5276200..7a5426f518 100644 --- a/packages/tinacms-gitprovider-github/package.json +++ b/packages/tinacms-gitprovider-github/package.json @@ -1,7 +1,7 @@ { "name": "tinacms-gitprovider-github", "type": "module", - "version": "4.1.1", + "version": "4.1.2", "main": "dist/index.js", "module": "./dist/index.js", "files": [ diff --git a/packages/tinacms/CHANGELOG.md b/packages/tinacms/CHANGELOG.md index a67e46820a..144f4e3b64 100644 --- a/packages/tinacms/CHANGELOG.md +++ b/packages/tinacms/CHANGELOG.md @@ -1,5 +1,26 @@ # tinacms +## 3.7.2 + +### Patch Changes + +- [#6400](https://github.com/tinacms/tinacms/pull/6400) [`3569c95`](https://github.com/tinacms/tinacms/commit/3569c95c124138013b36cd30bfef4d0b02f5c57b) Thanks [@kulesy](https://github.com/kulesy)! - Improve branch operation error message clarity + +- [#6633](https://github.com/tinacms/tinacms/pull/6633) [`4315d73`](https://github.com/tinacms/tinacms/commit/4315d731e729857713d5f3fc6cdef2b30abd9384) Thanks [@JackDevAU](https://github.com/JackDevAU)! - refactor: make @tinacms/schema-tools the single source of truth + +- [#6617](https://github.com/tinacms/tinacms/pull/6617) [`ff1cd6f`](https://github.com/tinacms/tinacms/commit/ff1cd6fb50edc24b34f81166d7dedbfec6d22b32) Thanks [@18-th](https://github.com/18-th)! - Improve error messages when a pull request via editorial workflow fails due to missing Git authoring tokens + +- [#6626](https://github.com/tinacms/tinacms/pull/6626) [`d1ad86e`](https://github.com/tinacms/tinacms/commit/d1ad86e204e19bf5bb4811658d40d172635da3af) Thanks [@tiagov8](https://github.com/tiagov8)! - Fix login screen error message and update modal title + +- [#6607](https://github.com/tinacms/tinacms/pull/6607) [`e146e92`](https://github.com/tinacms/tinacms/commit/e146e922b40cb5376c7a3adf81b44ad4cf8f1867) Thanks [@joshbermanssw](https://github.com/joshbermanssw)! - 🐖 Add Telemetry to new Media Usage dashboard to see how users are interacting with it + +- [#6602](https://github.com/tinacms/tinacms/pull/6602) [`246ee27`](https://github.com/tinacms/tinacms/commit/246ee27a8e0b74baf241c6a70a1699013fc59299) Thanks [@griffenedge](https://github.com/griffenedge)! - Reduce the TinaCloud auth modal login image so it appears as a decorative element rather than dominating the modal. + +- Updated dependencies [[`4315d73`](https://github.com/tinacms/tinacms/commit/4315d731e729857713d5f3fc6cdef2b30abd9384)]: + - @tinacms/schema-tools@2.7.1 + - @tinacms/mdx@2.1.1 + - @tinacms/search@1.2.9 + ## 3.7.1 ### Patch Changes diff --git a/packages/tinacms/package.json b/packages/tinacms/package.json index 7be25861a1..e5c723f802 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.7.1", + "version": "3.7.2", "main": "dist/index.js", "module": "./dist/index.js", "exports": { diff --git a/packages/tinacms/src/auth/TinaCloudProvider.tsx b/packages/tinacms/src/auth/TinaCloudProvider.tsx index 929c934fb7..4035813612 100644 --- a/packages/tinacms/src/auth/TinaCloudProvider.tsx +++ b/packages/tinacms/src/auth/TinaCloudProvider.tsx @@ -63,7 +63,7 @@ const AuthWallInner = ({ const loginScreen = client.authProvider.getLoginScreen(); if (loginStrategy === 'LoginScreen' && !loginScreen) { throw new Error( - 'LoginScreen is set as the login strategy but no login screen component was provided' + 'LoginScreen is set as the login strategy but no login screen component was provided.' ); } @@ -99,7 +99,7 @@ const AuthWallInner = ({ } else { setErrorMessage({ title: 'Access Denied:', - message: 'Not Authorized To Edit', + message: 'Not authorized to edit.', }); setActiveModal('error'); } @@ -173,7 +173,7 @@ const AuthWallInner = ({ } }; - let modalTitle = 'Let’s get you editing with TinaCMS...'; + let modalTitle = 'Let’s get you editing with TinaCMS!'; if ( activeModal === 'authenticate' && loginStrategy === 'Redirect' && @@ -184,12 +184,12 @@ const AuthWallInner = ({ activeModal === 'authenticate' && loginStrategy === 'UsernamePassword' ) { - modalTitle = 'Let’s get you editing with TinaCMS...'; + modalTitle = 'Let’s get you editing with TinaCMS!'; } else if (activeModal === 'error') { if (loginStrategy === 'Redirect' && !isTinaCloud) { modalTitle = 'Enter into edit mode'; } else if (loginStrategy === 'UsernamePassword') { - modalTitle = 'Let’s get you editing with TinaCMS...'; + modalTitle = 'Let’s get you editing with TinaCMS!'; } }