tinacms 0.68.7 → 0.68.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +41 -0
- package/dist/index.es.js +899 -14
- package/dist/index.js +898 -13
- package/dist/internalClient/index.d.ts +2 -0
- package/dist/style.css +521 -308
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,46 @@
|
|
|
1
1
|
# tinacms
|
|
2
2
|
|
|
3
|
+
## 0.68.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- d95b73974: Fix collection list page delete modal
|
|
8
|
+
- 7b77fe1b5: Add a default TinaMediaStore for repo-based media
|
|
9
|
+
- Updated dependencies [2ef5a1f33]
|
|
10
|
+
- Updated dependencies [fb73fb355]
|
|
11
|
+
- Updated dependencies [7b77fe1b5]
|
|
12
|
+
- Updated dependencies [99a13024d]
|
|
13
|
+
- @tinacms/toolkit@0.56.33
|
|
14
|
+
- @tinacms/schema-tools@0.0.6
|
|
15
|
+
- @tinacms/sharedctx@0.1.1
|
|
16
|
+
|
|
17
|
+
All notable changes to `tinacms/packages/tinacms` will be documented in this file.
|
|
18
|
+
|
|
19
|
+
Note: For root tinacms changes, please refer to the [CHANGELOG.md](https://github.com/tinacms/tinacms/CHANGELOG.md) specific to root `tinacms`.
|
|
20
|
+
|
|
21
|
+
## 0.68.9
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- 1f7d3ca3d: Use custom wrapper class for tailwind type plugin
|
|
26
|
+
- cceef726e: Fix login ui issue
|
|
27
|
+
- Updated dependencies [1f7d3ca3d]
|
|
28
|
+
- Updated dependencies [f6cb634c2]
|
|
29
|
+
- Updated dependencies [6c17f0160]
|
|
30
|
+
- Updated dependencies [cceef726e]
|
|
31
|
+
- @tinacms/toolkit@0.56.32
|
|
32
|
+
- @tinacms/schema-tools@0.0.5
|
|
33
|
+
- @tinacms/sharedctx@0.1.1
|
|
34
|
+
|
|
35
|
+
## 0.68.8
|
|
36
|
+
|
|
37
|
+
### Patch Changes
|
|
38
|
+
|
|
39
|
+
- 999f0895a: Set font family on heading elements
|
|
40
|
+
- 41be5e7fc: Fixes subitem links to use breadcrumbs
|
|
41
|
+
- Updated dependencies [999f0895a]
|
|
42
|
+
- @tinacms/toolkit@0.56.31
|
|
43
|
+
|
|
3
44
|
## 0.68.7
|
|
4
45
|
|
|
5
46
|
### Patch Changes
|