Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 23, 2023
1 parent 5c5fb02 commit 5c4378b
Show file tree
Hide file tree
Showing 31 changed files with 149 additions and 57 deletions.
6 changes: 0 additions & 6 deletions .changeset/angry-hats-design.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/flat-terms-fail.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/happy-bottles-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-windows-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-bottles-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-mangos-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-seals-march.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/soft-roses-refuse.md

This file was deleted.

14 changes: 14 additions & 0 deletions examples/basic-iframe/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@

### Patch Changes

- Updated dependencies [0e6093a8d]
- Updated dependencies [9d38f4b78]
- Updated dependencies [aa0250979]
- Updated dependencies [b984f1a7c]
- Updated dependencies [071b8fe59]
- Updated dependencies [c97ffc20d]
- [email protected]
- @tinacms/graphql@1.3.2
- @tinacms/datalayer@1.1.3

## null

### Patch Changes

- Updated dependencies [3bbb621cd]
- @tinacms/graphql@1.3.1
- @tinacms/datalayer@1.1.2
Expand Down
12 changes: 12 additions & 0 deletions examples/empty/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

### Patch Changes

- Updated dependencies [0e6093a8d]
- Updated dependencies [9d38f4b78]
- Updated dependencies [b984f1a7c]
- Updated dependencies [071b8fe59]
- Updated dependencies [c97ffc20d]
- [email protected]
- @tinacms/cli@1.2.2

## null

### Patch Changes

- @tinacms/cli@1.2.1

## null
Expand Down
11 changes: 11 additions & 0 deletions examples/kitchen-sink/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# e2e-next

## 0.1.18

### Patch Changes

- Updated dependencies [0e6093a8d]
- Updated dependencies [9d38f4b78]
- Updated dependencies [b984f1a7c]
- Updated dependencies [071b8fe59]
- Updated dependencies [c97ffc20d]
- [email protected]

## 0.1.17

### 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.17",
"version": "0.1.18",
"private": true,
"scripts": {
"dev": "MONOREPO_DEV=true tinacms dev -c \"next dev\"",
Expand Down
12 changes: 12 additions & 0 deletions experimental-examples/tina-cloud-starter-iframe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @tinacms/starter-iframe

## 0.1.20

### Patch Changes

- Updated dependencies [0e6093a8d]
- Updated dependencies [9d38f4b78]
- Updated dependencies [b984f1a7c]
- Updated dependencies [071b8fe59]
- Updated dependencies [c97ffc20d]
- [email protected]
- [email protected]

## 0.1.19

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinacms/starter-iframe",
"version": "0.1.19",
"version": "0.1.20",
"private": true,
"scripts": {
"dev": "MONOREPO_DEV=true tinacms dev -c \"next dev\"",
Expand Down
11 changes: 11 additions & 0 deletions experimental-examples/unit-test-example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

### Patch Changes

- Updated dependencies [0e6093a8d]
- Updated dependencies [9d38f4b78]
- Updated dependencies [b984f1a7c]
- Updated dependencies [071b8fe59]
- Updated dependencies [c97ffc20d]
- [email protected]

## null

### Patch Changes

- Updated dependencies [bb7f00db1]
- Updated dependencies [42536f6e2]
- Updated dependencies [5d024e4f1]
Expand Down
7 changes: 7 additions & 0 deletions packages/@tinacms/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tinacms/app

## 1.1.1

### Patch Changes

- 3b1fe23ef: Remove rich-text sandbox app, fix issue with registering forms
- c97ffc20d: Add schema checks to ensure the local and server schema are the same.

## 1.1.0

### Minor 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": "1.1.0",
"version": "1.1.1",
"main": "dist/index.js",
"exports": {
".": {
Expand Down
14 changes: 14 additions & 0 deletions packages/@tinacms/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# tinacms-cli

## 1.2.2

### Patch Changes

- c97ffc20d: Add schema checks to ensure the local and server schema are the same.
- Updated dependencies [aa0250979]
- Updated dependencies [892b4e39e]
- Updated dependencies [3b1fe23ef]
- Updated dependencies [c97ffc20d]
- @tinacms/graphql@1.3.2
- @tinacms/schema-tools@1.3.2
- @tinacms/app@1.1.1
- @tinacms/datalayer@1.1.3

## 1.2.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,6 +1,6 @@
{
"name": "@tinacms/cli",
"version": "1.2.1",
"version": "1.2.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

## 1.1.3

### Patch Changes

- Updated dependencies [aa0250979]
- @tinacms/graphql@1.3.2

## 1.1.2

### 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.1.2",
"version": "1.1.3",
"main": "dist/index.js",
"module": "dist/index.es.js",
"typings": "dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/@tinacms/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# tina-graphql

## 1.3.2

### Patch Changes

- aa0250979: Fix issue where shortcode closing tags were backwards
- Updated dependencies [aa0250979]
- Updated dependencies [892b4e39e]
- Updated dependencies [c97ffc20d]
- @tinacms/mdx@1.3.1
- @tinacms/schema-tools@1.3.2

## 1.3.1

### 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.3.1",
"version": "1.3.2",
"main": "dist/index.js",
"module": "dist/index.es.js",
"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.3.1

### Patch Changes

- aa0250979: Fix issue where shortcode closing tags were backwards
- Updated dependencies [892b4e39e]
- Updated dependencies [c97ffc20d]
- @tinacms/schema-tools@1.3.2

## 1.3.0

### Minor 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.3.0",
"version": "1.3.1",
"typings": "dist/index.d.ts",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/@tinacms/schema-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tinacms/schema-tools

## 1.3.2

### Patch Changes

- 892b4e39e: Fix issue where return type for `ui.validate` was incorrect
- c97ffc20d: Add schema checks to ensure the local and server schema are the same.

## 1.3.1

### 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.3.1",
"version": "1.3.2",
"main": "dist/index.js",
"module": "./dist/index.es.js",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/@tinacms/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.3.4

### Patch Changes

- 0e6093a8d: Fixes branch switcher accessed from the branch banner, adds indexing status to branch list, improves UI clarity.

## 1.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@tinacms/toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinacms/toolkit",
"version": "1.3.3",
"version": "1.3.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "./dist/index.es.js",
Expand Down
18 changes: 18 additions & 0 deletions packages/tinacms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# tinacms

## 1.2.2

### Patch Changes

- 0e6093a8d: Fixes branch switcher accessed from the branch banner, adds indexing status to branch list, improves UI clarity.
- 9d38f4b78: Only redirect to preview if the user is using a router.

See [this video](https://www.loom.com/share/69345c21c3f94c57997ac0a19c9768a8) for more details.

- b984f1a7c: Fixes the error when a user clears the date filter input
- 071b8fe59: remove schema info log when schema in up to date
- c97ffc20d: Add schema checks to ensure the local and server schema are the same.
- Updated dependencies [0e6093a8d]
- Updated dependencies [892b4e39e]
- Updated dependencies [c97ffc20d]
- @tinacms/toolkit@1.3.4
- @tinacms/schema-tools@1.3.2

## 1.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tinacms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinacms",
"version": "1.2.1",
"version": "1.2.2",
"main": "dist/index.js",
"module": "./dist/index.es.js",
"exports": {
Expand Down

0 comments on commit 5c4378b

Please sign in to comment.