Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: update prismic-client dep * chore(release): 0.7.0-alpha.0 * Bump prismic client * Add table model * Add table value * chore(release): 0.7.0-alpha.1 * Add table to value mock factory * chore(release): 0.7.0-alpha.2 * Remove text from links when it's undefined * chore(release): 0.7.0-alpha.3 * Sort alphabetically * Add table to model mock factory * chore(release): 0.7.0-alpha.4 * Make faker avoid reserved words # Conflicts: # test/snapshots/value-link.test.ts.md # test/snapshots/value-link.test.ts.snap # test/snapshots/value-linkToMedia.test.ts.md # test/snapshots/value-linkToMedia.test.ts.snap * Update snapshots * chore(release): 0.7.0-alpha.5 * Make faker avoid reserved words # Conflicts: # test/snapshots/api-repository.test.ts.snap # test/snapshots/lib-buildMockGroupFieldMap.test.ts.md # test/snapshots/lib-buildMockGroupFieldMap.test.ts.snap # test/snapshots/value-contentRelationship.test.ts.md # test/snapshots/value-contentRelationship.test.ts.snap # test/snapshots/value-customType.test.ts.md # test/snapshots/value-customType.test.ts.snap # test/snapshots/value-link.test.ts.md # test/snapshots/value-link.test.ts.snap # test/snapshots/value-linkToMedia.test.ts.md # test/snapshots/value-linkToMedia.test.ts.snap * Update snapshots * chore(release): 0.7.0-alpha.6 * Fixes after merge * Fix package.json * Revert "Make faker avoid reserved words" This reverts commit 783df10. # Conflicts: # test/snapshots/api-repository.test.ts.snap # test/snapshots/lib-buildMockGroupFieldMap.test.ts.md # test/snapshots/lib-buildMockGroupFieldMap.test.ts.snap # test/snapshots/model-color.test.ts.md # test/snapshots/model-color.test.ts.snap # test/snapshots/model-contentRelationship.test.ts.md # test/snapshots/model-contentRelationship.test.ts.snap # test/snapshots/model-date.test.ts.md # test/snapshots/model-date.test.ts.snap # test/snapshots/model-embed.test.ts.md # test/snapshots/model-embed.test.ts.snap # test/snapshots/model-integration.test.ts.md # test/snapshots/model-integration.test.ts.snap # test/snapshots/model-keyText.test.ts.md # test/snapshots/model-keyText.test.ts.snap # test/snapshots/model-link.test.ts.md # test/snapshots/model-link.test.ts.snap # test/snapshots/model-linkToMedia.test.ts.md # test/snapshots/model-linkToMedia.test.ts.snap # test/snapshots/model-number.test.ts.md # test/snapshots/model-number.test.ts.snap # test/snapshots/model-richText.test.ts.md # test/snapshots/model-richText.test.ts.snap # test/snapshots/model-select.test.ts.snap # test/snapshots/model-slice.test.ts.md # test/snapshots/model-slice.test.ts.snap # test/snapshots/model-timestamp.test.ts.md # test/snapshots/model-timestamp.test.ts.snap # test/snapshots/model-title.test.ts.md # test/snapshots/model-title.test.ts.snap # test/snapshots/model-uid.test.ts.md # test/snapshots/model-uid.test.ts.snap # test/snapshots/value-contentRelationship.test.ts.md # test/snapshots/value-contentRelationship.test.ts.snap # test/snapshots/value-customType.test.ts.md # test/snapshots/value-customType.test.ts.snap # test/snapshots/value-link.test.ts.md # test/snapshots/value-link.test.ts.snap # test/snapshots/value-linkToMedia.test.ts.md # test/snapshots/value-linkToMedia.test.ts.snap * Revert "Make faker avoid reserved words" This reverts commit fa99f64. # Conflicts: # test/snapshots/api-ref.test.ts.snap # test/snapshots/api-repository.test.ts.md # test/snapshots/api-repository.test.ts.snap # test/snapshots/api-tags.test.ts.md # test/snapshots/api-tags.test.ts.snap # test/snapshots/lib-buildMockGroupFieldMap.test.ts.md # test/snapshots/lib-buildMockGroupFieldMap.test.ts.snap # test/snapshots/model-sharedSlice.test.ts.md # test/snapshots/model-sharedSlice.test.ts.snap # test/snapshots/model-sharedSliceVariation.test.ts.md # test/snapshots/model-sharedSliceVariation.test.ts.snap # test/snapshots/value-contentRelationship.test.ts.md # test/snapshots/value-contentRelationship.test.ts.snap # test/snapshots/value-customType.test.ts.md # test/snapshots/value-customType.test.ts.snap # test/snapshots/value-link.test.ts.md # test/snapshots/value-link.test.ts.snap # test/snapshots/value-linkToMedia.test.ts.md # test/snapshots/value-linkToMedia.test.ts.snap # test/snapshots/value-sharedSliceVariation.test.ts.md # test/snapshots/value-sharedSliceVariation.test.ts.snap # test/snapshots/value-slice.test.ts.md # test/snapshots/value-slice.test.ts.snap # test/snapshots/value-uid.test.ts.snap * chore(release): 0.7.0-alpha.7 * Use stable version of prismic client * Add test for table cell model sync * Use a random number of body rows and cells --------- Co-authored-by: Daniel Martín <[email protected]>
- Loading branch information