Skip to content

Commit f779976

Browse files
committed
version bump
1 parent d73a5c5 commit f779976

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
### Version: 5.4.0
1+
### Version: 5.5.0
2+
#### Date: Jul-27-2026
3+
Enhancement: Entry variants support an optional branch name as the second argument to `variants()` on `Entry` and `Entries`. When provided, the branch is sent as the `branch` request header together with `x-cs-variant-uid`. Existing `variants(uid)` and `variants(uids)` calls remain backward compatible. Added unit and API tests for variant + branch requests.
4+
25
#### Date: Jul-16-2026
36
Enhancement: Removed `locale?` parameter from `Taxonomy.fetch()` and `Term.fetch()` — locale is now set via the chainable `.param('locale', value)` API, consistent with other query modifiers.
47
- `.param('locale', 'fr-fr').fetch()` is the correct pattern for localized taxonomy/term fetches

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": "@contentstack/delivery-sdk",
3-
"version": "5.4.0",
3+
"version": "5.5.0",
44
"type": "module",
55
"license": "MIT",
66
"engines": {

0 commit comments

Comments
 (0)