Skip to content

Commit

Permalink
update blog title (#1378)
Browse files Browse the repository at this point in the history
* update blog title

* update redirects

* update redirects
  • Loading branch information
logan-anderson authored Aug 8, 2022
1 parent 93ea02c commit 512bac9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: 'TinaCMS V0.69'
title: 'TinaCMS V0.68.14'
date: '2022-07-21T04:00:00.000Z'
last_edited: '2022-07-21T04:00:00.000Z'
author: Logan Anderson
---

TinaCMS Version `0.69` brings some extensive improvements to Tina. Here is a short list of a few of the major features:
TinaCMS Version `0.68.14` brings some extensive improvements to Tina. Here is a short list of a few of the major features:

1. New unified client that can be used on the frontend and backend.
2. Data layer is enabled by default
Expand All @@ -29,7 +29,7 @@ There are only a couple of small changes to be made in order to update.

Instead of passing an `apiURL` into `defineConfig`, now the clientId, branch and read only token (NEW) are all configured in the schema. The generated `client` must be passed to `defineConfig`.

Instead of needing to configure localhost as the `apiURL`, the local graphql api is now used by default with `yarn dev`.
Instead of needing to configure localhost as the `apiURL`, the local graphql api is now used by default with `yarn dev`.

This requires a change to the schema and the scripts:

Expand Down
4 changes: 4 additions & 0 deletions now.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
},
"redirects": [
{ "source": "/cloud/", "destination": "/" },
{
"source": "/blog/tina-v-0.69.0/",
"destination": "/blog/tina-v-0.68.14"
},
{
"source": "/docs/extending-tina/customizing-forms/",
"destination": "/docs/extending-tina/overview/"
Expand Down

1 comment on commit 512bac9

@vercel
Copy link

@vercel vercel bot commented on 512bac9 Aug 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tinacms-site-next – ./

tinacms-site-next-git-master-tinacms.vercel.app
tina.io
tinacms-site-next-tinacms.vercel.app

Please sign in to comment.