tinacms 0.68.8 → 0.68.11
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 +40 -0
- package/dist/index.es.js +901 -11
- package/dist/index.js +900 -10
- 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,45 @@
|
|
|
1
1
|
# tinacms
|
|
2
2
|
|
|
3
|
+
## 0.68.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 42af73648: Adds more useful error messages from internalClient
|
|
8
|
+
- Updated dependencies [ea9c190e8]
|
|
9
|
+
- @tinacms/toolkit@0.56.34
|
|
10
|
+
|
|
11
|
+
## 0.68.10
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- d95b73974: Fix collection list page delete modal
|
|
16
|
+
- 7b77fe1b5: Add a default TinaMediaStore for repo-based media
|
|
17
|
+
- Updated dependencies [2ef5a1f33]
|
|
18
|
+
- Updated dependencies [fb73fb355]
|
|
19
|
+
- Updated dependencies [7b77fe1b5]
|
|
20
|
+
- Updated dependencies [99a13024d]
|
|
21
|
+
- @tinacms/toolkit@0.56.33
|
|
22
|
+
- @tinacms/schema-tools@0.0.6
|
|
23
|
+
- @tinacms/sharedctx@0.1.1
|
|
24
|
+
|
|
25
|
+
All notable changes to `tinacms/packages/tinacms` will be documented in this file.
|
|
26
|
+
|
|
27
|
+
Note: For root tinacms changes, please refer to the [CHANGELOG.md](https://github.com/tinacms/tinacms/CHANGELOG.md) specific to root `tinacms`.
|
|
28
|
+
|
|
29
|
+
## 0.68.9
|
|
30
|
+
|
|
31
|
+
### Patch Changes
|
|
32
|
+
|
|
33
|
+
- 1f7d3ca3d: Use custom wrapper class for tailwind type plugin
|
|
34
|
+
- cceef726e: Fix login ui issue
|
|
35
|
+
- Updated dependencies [1f7d3ca3d]
|
|
36
|
+
- Updated dependencies [f6cb634c2]
|
|
37
|
+
- Updated dependencies [6c17f0160]
|
|
38
|
+
- Updated dependencies [cceef726e]
|
|
39
|
+
- @tinacms/toolkit@0.56.32
|
|
40
|
+
- @tinacms/schema-tools@0.0.5
|
|
41
|
+
- @tinacms/sharedctx@0.1.1
|
|
42
|
+
|
|
3
43
|
## 0.68.8
|
|
4
44
|
|
|
5
45
|
### Patch Changes
|