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
8 changes: 0 additions & 8 deletions .changeset/early-rats-float.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/eight-dots-sip.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fifty-cars-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-seahorses-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-ligers-jump.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/@tinacms/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tinacms/app

## 2.3.22

### Patch Changes

- Updated dependencies [[`6647240`](https://github.com/tinacms/tinacms/commit/6647240db6cfffcf1efb4fa9799e9c039b929389)]:
- tinacms@3.3.2
- @tinacms/mdx@2.0.4

## 2.3.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@tinacms/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinacms/app",
"version": "2.3.21",
"version": "2.3.22",
"main": "src/main.tsx",
"license": "Apache-2.0",
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/@tinacms/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# tinacms-cli

## 2.1.2

### Patch Changes

- Updated dependencies [[`1d4fb88`](https://github.com/tinacms/tinacms/commit/1d4fb88f5dded126cf3c3796e42d26ffb4b62a3a), [`cc9c8bd`](https://github.com/tinacms/tinacms/commit/cc9c8bd96545bd3be20a3d13c0f463e1f71391b2), [`6647240`](https://github.com/tinacms/tinacms/commit/6647240db6cfffcf1efb4fa9799e9c039b929389)]:
- @tinacms/schema-tools@2.4.0
- @tinacms/graphql@2.1.0
- tinacms@3.3.2
- @tinacms/search@1.2.1
- @tinacms/app@2.3.22

## 2.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@tinacms/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tinacms/cli",
"type": "module",
"version": "2.1.1",
"version": "2.1.2",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand Down
7 changes: 7 additions & 0 deletions packages/@tinacms/datalayer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# tina-graphql

## 2.0.7

### Patch Changes

- Updated dependencies [[`1d4fb88`](https://github.com/tinacms/tinacms/commit/1d4fb88f5dded126cf3c3796e42d26ffb4b62a3a), [`cc9c8bd`](https://github.com/tinacms/tinacms/commit/cc9c8bd96545bd3be20a3d13c0f463e1f71391b2)]:
- @tinacms/graphql@2.1.0

## 2.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@tinacms/datalayer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tinacms/datalayer",
"type": "module",
"version": "2.0.6",
"version": "2.0.7",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down
16 changes: 16 additions & 0 deletions packages/@tinacms/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# tina-graphql

## 2.1.0

### Minor Changes

- [#6353](https://github.com/tinacms/tinacms/pull/6353) [`1d4fb88`](https://github.com/tinacms/tinacms/commit/1d4fb88f5dded126cf3c3796e42d26ffb4b62a3a) Thanks [@wicksipedia](https://github.com/wicksipedia)! - Collections - added ability to make yaml max line width configurable.
This was previously hard coded to 80 but now defaults to being disabled `-1`.
This is configurable though the collection's `yamlMaxLineWidth` prop.

### Patch Changes

- [#6309](https://github.com/tinacms/tinacms/pull/6309) [`cc9c8bd`](https://github.com/tinacms/tinacms/commit/cc9c8bd96545bd3be20a3d13c0f463e1f71391b2) Thanks [@n-crrn](https://github.com/n-crrn)! - Fixes bug where field resolvers could continue executing after the resolver had returned an error.

- Updated dependencies [[`1d4fb88`](https://github.com/tinacms/tinacms/commit/1d4fb88f5dded126cf3c3796e42d26ffb4b62a3a)]:
- @tinacms/schema-tools@2.4.0
- @tinacms/mdx@2.0.4

## 2.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@tinacms/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tinacms/graphql",
"type": "module",
"version": "2.0.6",
"version": "2.1.0",
"main": "dist/index.js",
"module": "./dist/index.js",
"files": [
Expand Down
7 changes: 7 additions & 0 deletions packages/@tinacms/mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tinacms/mdx

## 2.0.4

### Patch Changes

- Updated dependencies [[`1d4fb88`](https://github.com/tinacms/tinacms/commit/1d4fb88f5dded126cf3c3796e42d26ffb4b62a3a)]:
- @tinacms/schema-tools@2.4.0

## 2.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@tinacms/mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinacms/mdx",
"version": "2.0.3",
"version": "2.0.4",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/@tinacms/schema-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tinacms/schema-tools

## 2.4.0

### Minor Changes

- [#6353](https://github.com/tinacms/tinacms/pull/6353) [`1d4fb88`](https://github.com/tinacms/tinacms/commit/1d4fb88f5dded126cf3c3796e42d26ffb4b62a3a) Thanks [@wicksipedia](https://github.com/wicksipedia)! - Collections - added ability to make yaml max line width configurable.
This was previously hard coded to 80 but now defaults to being disabled `-1`.
This is configurable though the collection's `yamlMaxLineWidth` prop.

## 2.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@tinacms/schema-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tinacms/schema-tools",
"type": "module",
"version": "2.3.0",
"version": "2.4.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/@tinacms/search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tinacms/search

## 1.2.1

### Patch Changes

- Updated dependencies [[`1d4fb88`](https://github.com/tinacms/tinacms/commit/1d4fb88f5dded126cf3c3796e42d26ffb4b62a3a), [`cc9c8bd`](https://github.com/tinacms/tinacms/commit/cc9c8bd96545bd3be20a3d13c0f463e1f71391b2)]:
- @tinacms/schema-tools@2.4.0
- @tinacms/graphql@2.1.0

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@tinacms/search/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tinacms/search",
"type": "module",
"version": "1.2.0",
"version": "1.2.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down
7 changes: 7 additions & 0 deletions packages/@tinacms/vercel-previews/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.1.22

### Patch Changes

- Updated dependencies [[`6647240`](https://github.com/tinacms/tinacms/commit/6647240db6cfffcf1efb4fa9799e9c039b929389)]:
- tinacms@3.3.2

## 0.1.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@tinacms/vercel-previews/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tinacms/vercel-previews",
"type": "module",
"version": "0.1.21",
"version": "0.1.22",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/next-tinacms-azure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# next-tinacms-azure

## 8.0.2

### Patch Changes

- Updated dependencies [[`6647240`](https://github.com/tinacms/tinacms/commit/6647240db6cfffcf1efb4fa9799e9c039b929389)]:
- tinacms@3.3.2

## 8.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/next-tinacms-azure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-tinacms-azure",
"version": "8.0.1",
"version": "8.0.2",
"description": "",
"main": "dist/index.js",
"module": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/next-tinacms-cloudinary/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# next-tinacms-cloudinary

## 20.0.2

### Patch Changes

- Updated dependencies [[`6647240`](https://github.com/tinacms/tinacms/commit/6647240db6cfffcf1efb4fa9799e9c039b929389)]:
- tinacms@3.3.2

## 20.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/next-tinacms-cloudinary/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-tinacms-cloudinary",
"version": "20.0.1",
"version": "20.0.2",
"main": "dist/index.js",
"module": "./dist/index.js",
"files": [
Expand Down
7 changes: 7 additions & 0 deletions packages/next-tinacms-dos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# next-tinacms-cloudinary

## 17.0.2

### Patch Changes

- Updated dependencies [[`6647240`](https://github.com/tinacms/tinacms/commit/6647240db6cfffcf1efb4fa9799e9c039b929389)]:
- tinacms@3.3.2

## 17.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/next-tinacms-dos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-tinacms-dos",
"version": "17.0.1",
"version": "17.0.2",
"main": "dist/index.js",
"module": "./dist/index.js",
"files": [
Expand Down
7 changes: 7 additions & 0 deletions packages/next-tinacms-s3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# next-tinacms-s3

## 17.0.2

### Patch Changes

- Updated dependencies [[`6647240`](https://github.com/tinacms/tinacms/commit/6647240db6cfffcf1efb4fa9799e9c039b929389)]:
- tinacms@3.3.2

## 17.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/next-tinacms-s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-tinacms-s3",
"version": "17.0.1",
"version": "17.0.2",
"main": "dist/index.js",
"module": "./dist/index.js",
"files": [
Expand Down
12 changes: 12 additions & 0 deletions packages/tinacms-authjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# tinacms-authjs

## 17.0.2

### Patch Changes

- [#6354](https://github.com/tinacms/tinacms/pull/6354) [`4241a37`](https://github.com/tinacms/tinacms/commit/4241a37b781e169487550c5077b170e7662d85b1) Thanks [@18-th](https://github.com/18-th)! - \* Bumped react, react-dom, next and next-auth dev dependencies
- Allow Next 15 for peer dependencies for tinacms-authjs
- Allow React 19 for peer dependencies for tinacms-authjs
- Updated the self-hosted example to be ESM-compatible
- Updated dependencies [[`1d4fb88`](https://github.com/tinacms/tinacms/commit/1d4fb88f5dded126cf3c3796e42d26ffb4b62a3a), [`6647240`](https://github.com/tinacms/tinacms/commit/6647240db6cfffcf1efb4fa9799e9c039b929389)]:
- @tinacms/schema-tools@2.4.0
- tinacms@3.3.2

## 17.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tinacms-authjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinacms-authjs",
"version": "17.0.1",
"version": "17.0.2",
"main": "dist/index.js",
"module": "./dist/index.js",
"files": [
Expand Down
7 changes: 7 additions & 0 deletions packages/tinacms-clerk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# tinacms-clerk

## 17.0.2

### Patch Changes

- Updated dependencies [[`6647240`](https://github.com/tinacms/tinacms/commit/6647240db6cfffcf1efb4fa9799e9c039b929389)]:
- tinacms@3.3.2

## 17.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tinacms-clerk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinacms-clerk",
"version": "17.0.1",
"version": "17.0.2",
"main": "dist/index.js",
"module": "./dist/index.js",
"files": [
Expand Down
9 changes: 9 additions & 0 deletions packages/tinacms-gitprovider-github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# tinacms-gitprovider-github

## 4.0.7

### Patch Changes

- [#6369](https://github.com/tinacms/tinacms/pull/6369) [`e0bd914`](https://github.com/tinacms/tinacms/commit/e0bd914e83ffcc267edce592b75dd153c0c1fd5e) Thanks [@TihomirIvanov](https://github.com/TihomirIvanov)! - \* Updated dependency @octokit/rest
- Fixes security vulnerabilities
- Updated dependencies []:
- @tinacms/datalayer@2.0.7

## 4.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tinacms-gitprovider-github/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinacms-gitprovider-github",
"version": "4.0.6",
"version": "4.0.7",
"main": "dist/index.js",
"module": "./dist/index.js",
"files": [
Expand Down
11 changes: 11 additions & 0 deletions packages/tinacms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# tinacms

## 3.3.2

### Patch Changes

- [#6362](https://github.com/tinacms/tinacms/pull/6362) [`6647240`](https://github.com/tinacms/tinacms/commit/6647240db6cfffcf1efb4fa9799e9c039b929389) Thanks [@Calinator444](https://github.com/Calinator444)! - 🐛Bug Fix - Prevent user from editing read only fields when slugify method provided

- Updated dependencies [[`1d4fb88`](https://github.com/tinacms/tinacms/commit/1d4fb88f5dded126cf3c3796e42d26ffb4b62a3a)]:
- @tinacms/schema-tools@2.4.0
- @tinacms/mdx@2.0.4
- @tinacms/search@1.2.1

## 3.3.1

### Patch Changes
Expand Down
Loading
Loading