Skip to content

Commit f3dccf7

Browse files
chore(release): 1.4.0-beta.1 [skip ci]
1 parent ff41323 commit f3dccf7

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@
55
All notable changes to this project will be documented in this file. See
66
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
77

8+
## [1.4.0-beta.1](https://github.com/sanity-io/cross-dataset-duplicator/compare/v1.3.0...v1.4.0-beta.1) (2024-08-23)
9+
10+
### Features
11+
12+
- **options:** add options and functionalty for adding a max depth when gathering references ([0a6b078](https://github.com/sanity-io/cross-dataset-duplicator/commit/0a6b078ced3977ae09bd309ab0a8a85a07a68240))
13+
14+
### Bug Fixes
15+
16+
- **options:** attempt to fix the prerelease field ([ff41323](https://github.com/sanity-io/cross-dataset-duplicator/commit/ff41323a1d98a121568da6c81352a1058e8f1e2c))
17+
- **options:** attempt to fix the prerelease field ([dd9ea46](https://github.com/sanity-io/cross-dataset-duplicator/commit/dd9ea4608e2f5fb79682ff5d0c66560bd1bc29d8))
18+
819
## [1.3.0](https://github.com/sanity-io/cross-dataset-duplicator/compare/v1.2.4...v1.3.0) (2024-01-23)
920

1021
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/cross-dataset-duplicator",
3-
"version": "1.3.0",
3+
"version": "1.4.0-beta.1",
44
"description": "Empower content editors to migrate Documents and Assets between Sanity Projects and Datasets from inside Sanity Studio",
55
"keywords": [
66
"sanity",

0 commit comments

Comments
 (0)