Skip to content

Commit

Permalink
Version Packages (#5400)
Browse files Browse the repository at this point in the history
Co-authored-by: Tina Realease Bot <[email protected]>
  • Loading branch information
release-bot-allow-prs-and-push[bot] and Tina Realease Bot authored Jan 6, 2025
1 parent 9931d5a commit 47cd8a9
Show file tree
Hide file tree
Showing 48 changed files with 206 additions and 66 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-yaks-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-planes-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-cobras-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-cherries-battle.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/many-balloons-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-rivers-collect.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/stupid-radios-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-socks-leave.md

This file was deleted.

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

## 0.0.20

### Patch Changes

- Updated dependencies [[`9931d5a`](https://github.com/tinacms/tinacms/commit/9931d5a0d7e5e9e5165170047cf5653041bddd7a), [`4aadf3e`](https://github.com/tinacms/tinacms/commit/4aadf3ee0b5e7ba6614baee9507a3b51abc92053), [`92b683b`](https://github.com/tinacms/tinacms/commit/92b683bd3d73b47271eee5b8ff648ed4dcde51e3), [`877699d`](https://github.com/tinacms/tinacms/commit/877699d08b3e2c2470742a3acf25d02a95e440b3), [`0f42cf1`](https://github.com/tinacms/tinacms/commit/0f42cf184a19e7e42d374285cf758a34bcc229b3)]:
- [email protected]
- @tinacms/cli@1.8.0

## 0.0.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/empty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"@types/node": "^22.9.0",
"eslint": "7"
},
"version": "0.0.19"
"version": "0.0.20"
}
8 changes: 8 additions & 0 deletions examples/kitchen-sink/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# e2e-next

## 0.1.88

### Patch Changes

- Updated dependencies [[`9931d5a`](https://github.com/tinacms/tinacms/commit/9931d5a0d7e5e9e5165170047cf5653041bddd7a), [`4aadf3e`](https://github.com/tinacms/tinacms/commit/4aadf3ee0b5e7ba6614baee9507a3b51abc92053), [`92b683b`](https://github.com/tinacms/tinacms/commit/92b683bd3d73b47271eee5b8ff648ed4dcde51e3), [`877699d`](https://github.com/tinacms/tinacms/commit/877699d08b3e2c2470742a3acf25d02a95e440b3)]:
- [email protected]
- @tinacms/datalayer@1.3.10

## 0.1.87

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/kitchen-sink/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "e2e-next",
"version": "0.1.87",
"version": "0.1.88",
"private": true,
"scripts": {
"dev": "MONOREPO_DEV=true tinacms dev -c \"next dev\"",
Expand Down
10 changes: 10 additions & 0 deletions examples/next-2024/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# next-2024

## 0.1.16

### Patch Changes

- [#5408](https://github.com/tinacms/tinacms/pull/5408) [`877699d`](https://github.com/tinacms/tinacms/commit/877699d08b3e2c2470742a3acf25d02a95e440b3) Thanks [@Ben0189](https://github.com/Ben0189)! - Fixes for React 19 support
- Change react-use import statements to default import method
- Fixed deprecated API from headless UI in the experimental example
- Updated dependencies [[`9931d5a`](https://github.com/tinacms/tinacms/commit/9931d5a0d7e5e9e5165170047cf5653041bddd7a), [`4aadf3e`](https://github.com/tinacms/tinacms/commit/4aadf3ee0b5e7ba6614baee9507a3b51abc92053), [`92b683b`](https://github.com/tinacms/tinacms/commit/92b683bd3d73b47271eee5b8ff648ed4dcde51e3), [`877699d`](https://github.com/tinacms/tinacms/commit/877699d08b3e2c2470742a3acf25d02a95e440b3)]:
- [email protected]

## 0.1.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/next-2024/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-2024",
"version": "0.1.15",
"version": "0.1.16",
"private": true,
"scripts": {
"dev": "TINA_PUBLIC_IS_LOCAL=true tinacms dev -c \"next dev\"",
Expand Down
10 changes: 10 additions & 0 deletions examples/tina-self-hosted-demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @tinacms/self-hosted-starter

## 0.1.72

### Patch Changes

- Updated dependencies [[`9931d5a`](https://github.com/tinacms/tinacms/commit/9931d5a0d7e5e9e5165170047cf5653041bddd7a), [`4aadf3e`](https://github.com/tinacms/tinacms/commit/4aadf3ee0b5e7ba6614baee9507a3b51abc92053), [`92b683b`](https://github.com/tinacms/tinacms/commit/92b683bd3d73b47271eee5b8ff648ed4dcde51e3), [`877699d`](https://github.com/tinacms/tinacms/commit/877699d08b3e2c2470742a3acf25d02a95e440b3)]:
- [email protected]
- @tinacms/datalayer@1.3.10
- [email protected]
- [email protected]

## 0.1.71

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/tina-self-hosted-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinacms/self-hosted-starter",
"version": "0.1.71",
"version": "0.1.72",
"private": true,
"scripts": {
"dev": "TINA_PUBLIC_IS_LOCAL=true tinacms dev -c \"next dev\"",
Expand Down
12 changes: 12 additions & 0 deletions experimental-examples/tina-cloud-starter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @tinacms/starter

## 0.1.53

### Patch Changes

- [#5408](https://github.com/tinacms/tinacms/pull/5408) [`877699d`](https://github.com/tinacms/tinacms/commit/877699d08b3e2c2470742a3acf25d02a95e440b3) Thanks [@Ben0189](https://github.com/Ben0189)! - Fixes for React 19 support
- Change react-use import statements to default import method
- Fixed deprecated API from headless UI in the experimental example
- Updated dependencies [[`9931d5a`](https://github.com/tinacms/tinacms/commit/9931d5a0d7e5e9e5165170047cf5653041bddd7a), [`4aadf3e`](https://github.com/tinacms/tinacms/commit/4aadf3ee0b5e7ba6614baee9507a3b51abc92053), [`92b683b`](https://github.com/tinacms/tinacms/commit/92b683bd3d73b47271eee5b8ff648ed4dcde51e3), [`82b0039`](https://github.com/tinacms/tinacms/commit/82b00393da8bbcc2cf357fbbb546904f07e8d89c), [`877699d`](https://github.com/tinacms/tinacms/commit/877699d08b3e2c2470742a3acf25d02a95e440b3)]:
- [email protected]
- @tinacms/mdx@1.5.4
- @tinacms/vercel-previews@0.0.53

## 0.1.52

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion experimental-examples/tina-cloud-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinacms/starter",
"version": "0.1.52",
"version": "0.1.53",
"private": true,
"scripts": {
"dev": "tinacms dev -c \"next dev\"",
Expand Down
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.1.15

### Patch Changes

- Updated dependencies [[`9931d5a`](https://github.com/tinacms/tinacms/commit/9931d5a0d7e5e9e5165170047cf5653041bddd7a), [`4aadf3e`](https://github.com/tinacms/tinacms/commit/4aadf3ee0b5e7ba6614baee9507a3b51abc92053), [`92b683b`](https://github.com/tinacms/tinacms/commit/92b683bd3d73b47271eee5b8ff648ed4dcde51e3), [`82b0039`](https://github.com/tinacms/tinacms/commit/82b00393da8bbcc2cf357fbbb546904f07e8d89c), [`877699d`](https://github.com/tinacms/tinacms/commit/877699d08b3e2c2470742a3acf25d02a95e440b3)]:
- [email protected]
- @tinacms/mdx@1.5.4

## 2.1.14

### 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.1.14",
"version": "2.1.15",
"main": "src/main.tsx",
"license": "Apache-2.0",
"devDependencies": {
Expand Down
15 changes: 15 additions & 0 deletions packages/@tinacms/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# tinacms-cli

## 1.8.0

### Minor Changes

- [#5366](https://github.com/tinacms/tinacms/pull/5366) [`0f42cf1`](https://github.com/tinacms/tinacms/commit/0f42cf184a19e7e42d374285cf758a34bcc229b3) Thanks [@Ben0189](https://github.com/Ben0189)! - Added support for alias imports in `tina/config.ts`

### Patch Changes

- Updated dependencies [[`7994046`](https://github.com/tinacms/tinacms/commit/79940467f97355651d86daace044717179a47734), [`9931d5a`](https://github.com/tinacms/tinacms/commit/9931d5a0d7e5e9e5165170047cf5653041bddd7a), [`4aadf3e`](https://github.com/tinacms/tinacms/commit/4aadf3ee0b5e7ba6614baee9507a3b51abc92053), [`8d24f89`](https://github.com/tinacms/tinacms/commit/8d24f899838b9d5384782f699febd26be65902fd), [`92b683b`](https://github.com/tinacms/tinacms/commit/92b683bd3d73b47271eee5b8ff648ed4dcde51e3), [`877699d`](https://github.com/tinacms/tinacms/commit/877699d08b3e2c2470742a3acf25d02a95e440b3)]:
- @tinacms/graphql@1.5.10
- [email protected]
- @tinacms/schema-tools@1.7.0
- @tinacms/search@1.0.37
- @tinacms/app@2.1.15

## 1.7.0

### Minor 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,6 +1,6 @@
{
"name": "@tinacms/cli",
"version": "1.7.0",
"version": "1.8.0",
"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

## 1.3.10

### Patch Changes

- Updated dependencies [[`7994046`](https://github.com/tinacms/tinacms/commit/79940467f97355651d86daace044717179a47734), [`8d24f89`](https://github.com/tinacms/tinacms/commit/8d24f899838b9d5384782f699febd26be65902fd), [`877699d`](https://github.com/tinacms/tinacms/commit/877699d08b3e2c2470742a3acf25d02a95e440b3)]:
- @tinacms/graphql@1.5.10

## 1.3.9

### 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,6 +1,6 @@
{
"name": "@tinacms/datalayer",
"version": "1.3.9",
"version": "1.3.10",
"main": "dist/index.js",
"module": "dist/index.mjs",
"typings": "dist/index",
Expand Down
15 changes: 15 additions & 0 deletions packages/@tinacms/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# tina-graphql

## 1.5.10

### Patch Changes

- [#5396](https://github.com/tinacms/tinacms/pull/5396) [`7994046`](https://github.com/tinacms/tinacms/commit/79940467f97355651d86daace044717179a47734) Thanks [@kldavis4](https://github.com/kldavis4)! - Fix issue with deleting files on windows in dev mode

- [#5393](https://github.com/tinacms/tinacms/pull/5393) [`8d24f89`](https://github.com/tinacms/tinacms/commit/8d24f899838b9d5384782f699febd26be65902fd) Thanks [@kldavis4](https://github.com/kldavis4)! - Fix issue with addNamespaceToSchema which caused https://github.com/tinacms/tinacms/issues/5364

- [#5408](https://github.com/tinacms/tinacms/pull/5408) [`877699d`](https://github.com/tinacms/tinacms/commit/877699d08b3e2c2470742a3acf25d02a95e440b3) Thanks [@Ben0189](https://github.com/Ben0189)! - Fixes for React 19 support
- Change react-use import statements to default import method
- Fixed deprecated API from headless UI in the experimental example
- Updated dependencies [[`92b683b`](https://github.com/tinacms/tinacms/commit/92b683bd3d73b47271eee5b8ff648ed4dcde51e3), [`82b0039`](https://github.com/tinacms/tinacms/commit/82b00393da8bbcc2cf357fbbb546904f07e8d89c)]:
- @tinacms/schema-tools@1.7.0
- @tinacms/mdx@1.5.4

## 1.5.9

### 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,6 +1,6 @@
{
"name": "@tinacms/graphql",
"version": "1.5.9",
"version": "1.5.10",
"main": "dist/index.js",
"module": "dist/index.mjs",
"typings": "dist/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/@tinacms/mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tinacms/mdx

## 1.5.4

### Patch Changes

- [#5397](https://github.com/tinacms/tinacms/pull/5397) [`82b0039`](https://github.com/tinacms/tinacms/commit/82b00393da8bbcc2cf357fbbb546904f07e8d89c) Thanks [@kldavis4](https://github.com/kldavis4)! - Rich text editor | hyperlinks - fixed sanitizeUrl to allow querystring parameters

- Updated dependencies [[`92b683b`](https://github.com/tinacms/tinacms/commit/92b683bd3d73b47271eee5b8ff648ed4dcde51e3)]:
- @tinacms/schema-tools@1.7.0

## 1.5.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": "1.5.3",
"version": "1.5.4",
"typings": "dist/index.d.ts",
"main": "dist/index.js",
"browser": "dist/index.browser.mjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/@tinacms/schema-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tinacms/schema-tools

## 1.7.0

### Minor Changes

- [#5388](https://github.com/tinacms/tinacms/pull/5388) [`92b683b`](https://github.com/tinacms/tinacms/commit/92b683bd3d73b47271eee5b8ff648ed4dcde51e3) Thanks [@JackDevAU](https://github.com/JackDevAU)! - ✨ Adds new `overrides` prop to rich text fields. `toolbarOverride` is now deprecated in favor of `overrides.toolbar`.

## 1.6.9

### Patch 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,6 +1,6 @@
{
"name": "@tinacms/schema-tools",
"version": "1.6.9",
"version": "1.7.0",
"main": "dist/index.js",
"module": "./dist/index.mjs",
"exports": {
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.0.37

### Patch Changes

- Updated dependencies [[`7994046`](https://github.com/tinacms/tinacms/commit/79940467f97355651d86daace044717179a47734), [`8d24f89`](https://github.com/tinacms/tinacms/commit/8d24f899838b9d5384782f699febd26be65902fd), [`92b683b`](https://github.com/tinacms/tinacms/commit/92b683bd3d73b47271eee5b8ff648ed4dcde51e3), [`877699d`](https://github.com/tinacms/tinacms/commit/877699d08b3e2c2470742a3acf25d02a95e440b3)]:
- @tinacms/graphql@1.5.10
- @tinacms/schema-tools@1.7.0

## 1.0.36

### Patch 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,6 +1,6 @@
{
"name": "@tinacms/search",
"version": "1.0.36",
"version": "1.0.37",
"main": "dist/index.js",
"module": "dist/index-client.mjs",
"typings": "dist/index.d.ts",
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.0.53

### Patch Changes

- Updated dependencies [[`9931d5a`](https://github.com/tinacms/tinacms/commit/9931d5a0d7e5e9e5165170047cf5653041bddd7a), [`4aadf3e`](https://github.com/tinacms/tinacms/commit/4aadf3ee0b5e7ba6614baee9507a3b51abc92053), [`92b683b`](https://github.com/tinacms/tinacms/commit/92b683bd3d73b47271eee5b8ff648ed4dcde51e3), [`877699d`](https://github.com/tinacms/tinacms/commit/877699d08b3e2c2470742a3acf25d02a95e440b3)]:
- [email protected]

## 0.0.52

### 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,6 +1,6 @@
{
"name": "@tinacms/vercel-previews",
"version": "0.0.52",
"version": "0.0.53",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "./dist/index.mjs",
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

## 12.0.0

### Patch Changes

- Updated dependencies [[`9931d5a`](https://github.com/tinacms/tinacms/commit/9931d5a0d7e5e9e5165170047cf5653041bddd7a), [`4aadf3e`](https://github.com/tinacms/tinacms/commit/4aadf3ee0b5e7ba6614baee9507a3b51abc92053), [`92b683b`](https://github.com/tinacms/tinacms/commit/92b683bd3d73b47271eee5b8ff648ed4dcde51e3), [`877699d`](https://github.com/tinacms/tinacms/commit/877699d08b3e2c2470742a3acf25d02a95e440b3)]:
- [email protected]

## 11.0.2

### 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": "11.0.2",
"version": "12.0.0",
"main": "dist/index.js",
"module": "dist/index.mjs",
"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

## 9.0.0

### Patch Changes

- Updated dependencies [[`9931d5a`](https://github.com/tinacms/tinacms/commit/9931d5a0d7e5e9e5165170047cf5653041bddd7a), [`4aadf3e`](https://github.com/tinacms/tinacms/commit/4aadf3ee0b5e7ba6614baee9507a3b51abc92053), [`92b683b`](https://github.com/tinacms/tinacms/commit/92b683bd3d73b47271eee5b8ff648ed4dcde51e3), [`877699d`](https://github.com/tinacms/tinacms/commit/877699d08b3e2c2470742a3acf25d02a95e440b3)]:
- [email protected]

## 8.0.2

### Patch Changes
Expand Down
Loading

0 comments on commit 47cd8a9

Please sign in to comment.