Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/ten-seahorses-watch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tinacms/graphql": patch
---

Fixes bug where field resolvers could continue executing after the resolver had returned an error.
8 changes: 8 additions & 0 deletions .changeset/thin-ligers-jump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"tinacms": patch
"@examples/starter-basic-iframe": patch
"@examples/e2e-next": patch
"@examples/next-2024": patch
---

🐛Bug Fix - Prevent user from editing read only fields when slugify method provided
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
publish-tagged-pr:
if: >
github.event_name == 'pull_request' &&
github.event.pull_request.head.repo.fork == false &&
contains(github.event.pull_request.labels.*.name, 'tagged') &&
github.event.pull_request.title != 'Version Packages'
runs-on: ubuntu-latest
Expand Down Expand Up @@ -75,7 +76,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
NPM_CONFIG_PROVENANCE: true

- name: Get published package versions
id: package-versions
Expand Down
2 changes: 1 addition & 1 deletion examples/basic-iframe/tina/tina-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/kitchen-sink/tina/tina-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/next-2024/tina/tina-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/@tinacms/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"repository": {
"url": "https://github.com/tinacms/tinacms.git",
"directory": "packages/tina-graphql"
"directory": "packages/@tinacms/graphql"
},
"devDependencies": {
"@tinacms/schema-tools": "workspace:*",
Expand Down
Loading
Loading