From f5044a9ab8d923dca1a2ab405fa5f2711da23450 Mon Sep 17 00:00:00 2001 From: hiteshshetty-dev Date: Tue, 6 Jan 2026 18:23:17 +0530 Subject: [PATCH 1/4] chore: update package-lock.json to upgrade uuid to 11.0.3 --- package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 72ed6f5f..976c241c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,13 +15,13 @@ "classnames": "^2.5.1", "dayjs": "^1.11.13", "deepsignal": "^1.5.0", - "goober": "^2.1.16", "dompurify": "^3.2.3", "get-xpath": "^3.2.0", + "goober": "^2.1.16", "lodash-es": "^4.17.21", "mustache": "^4.2.0", "preact": "^10.27.2", - "uuid": "^8.3.2" + "uuid": "^11.0.3" }, "devDependencies": { "@commitlint/cli": "^20.2.0", From 89f196fa530c8e70e227238e69c9b6a72308f566 Mon Sep 17 00:00:00 2001 From: hiteshshetty-dev Date: Tue, 6 Jan 2026 18:23:42 +0530 Subject: [PATCH 2/4] chore: update copyright year in README.md to 2026 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6c35e01..0a95348b 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ ContentstackLivePreview.init({ MIT License -Copyright © 2021-2025 [Contentstack](https://www.contentstack.com/). All Rights Reserved +Copyright © 2021-2026 [Contentstack](https://www.contentstack.com/). All Rights Reserved Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: From a9ddf3421aa1958d99f835f8b266db864a26bdec Mon Sep 17 00:00:00 2001 From: hiteshshetty-dev Date: Tue, 6 Jan 2026 18:27:26 +0530 Subject: [PATCH 3/4] 4.2.0 --- CHANGELOG.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 48 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ede4e49..9529dcca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,50 @@ # Changelog +## [v4.2.0](https://github.com/contentstack/live-preview-sdk/compare/v4.1.4...v4.2.0) + +> 6 January 2026 + +## [v4.1.4](https://github.com/contentstack/live-preview-sdk/compare/v4.1.3...v4.1.4) + +> 6 January 2026 + +### General Changes + +- Update license copyright year(s) (Hitesh Shetty - [#542](https://github.com/contentstack/live-preview-sdk/pull/542)) +- [Snyk] Upgrade @preact/signals from 1.3.0 to 2.0.0 (Ayush Dubey - [#326](https://github.com/contentstack/live-preview-sdk/pull/326)) +- [Snyk] Upgrade uuid from 8.3.2 to 11.0.3 (Ayush Dubey - [#324](https://github.com/contentstack/live-preview-sdk/pull/324)) +- [Snyk] Upgrade goober from 2.1.14 to 2.1.16 (Ayush Dubey - [#327](https://github.com/contentstack/live-preview-sdk/pull/327)) +- [Snyk] Upgrade @preact/compat from 17.1.2 to 18.3.1 (Ayush Dubey - [#328](https://github.com/contentstack/live-preview-sdk/pull/328)) +- v4.1.3 (Hitesh Shetty - [#534](https://github.com/contentstack/live-preview-sdk/pull/534)) + +### New Features + +- feat: upgrade uuid from 8.3.2 to 11.0.3 (snyk-bot - [7a017a9](https://github.com/contentstack/live-preview-sdk/commit/7a017a955c81abb94666afc475305ccff0634660)) +- feat: upgrade @preact/compat from 17.1.2 to 18.3.1 (snyk-bot - [d71ee68](https://github.com/contentstack/live-preview-sdk/commit/d71ee68181a7594f83a3aab763d51e9288f791f2)) +- feat: upgrade @preact/signals from 1.3.0 to 2.0.0 (snyk-bot - [2cadb78](https://github.com/contentstack/live-preview-sdk/commit/2cadb7818ce74f4bc195605fac6398ce6361c331)) + +### Fixes + +- fix: audit (Karan Gandhi - [87d63ec](https://github.com/contentstack/live-preview-sdk/commit/87d63ec86ef6e3cc18ee7532356c34ff50cf8932)) +- fix: upgrade goober from 2.1.14 to 2.1.16 (snyk-bot - [d629f6c](https://github.com/contentstack/live-preview-sdk/commit/d629f6c649dadcb0d4ff630edd5b9798af45435c)) +- fix: code owners (Karan Gandhi - [8e8c10b](https://github.com/contentstack/live-preview-sdk/commit/8e8c10bb6ec636dc9259d4eb1080c47762bd2cdd)) + +### Chores And Housekeeping + +- chore: update package-lock.json to upgrade uuid to 11.0.3 (hiteshshetty-dev - [f5044a9](https://github.com/contentstack/live-preview-sdk/commit/f5044a9ab8d923dca1a2ab405fa5f2711da23450)) +- chore: update copyright year in README.md to 2026 (hiteshshetty-dev - [89f196f](https://github.com/contentstack/live-preview-sdk/commit/89f196fa530c8e70e227238e69c9b6a72308f566)) +- chore: package lock update (csAyushDubey - [ccc2020](https://github.com/contentstack/live-preview-sdk/commit/ccc2020fb42f562fb8bcbd58cf4e09b6afe89b27)) +- chore: bump live-preview-utils version to 4.1.3 (hiteshshetty-dev - [c1ba6fd](https://github.com/contentstack/live-preview-sdk/commit/c1ba6fd3d0e8ddcad37a29daa74919fa305d30d5)) + +### Documentation Changes + +- docs(license): update copyright year(s) (github-actions - [b56c650](https://github.com/contentstack/live-preview-sdk/commit/b56c65077f5648c5030feb6b57bb84cf323d53c1)) + +### General Changes + +- Update README.md (Aravind Kumar - [92713da](https://github.com/contentstack/live-preview-sdk/commit/92713da4ef515465c1f531f52048d27d4b908387)) +- Merge pull request #536 from contentstack/audit-fix (Karan Gandhi - [0bae6d3](https://github.com/contentstack/live-preview-sdk/commit/0bae6d3fb0ffc7a815fc7b6f33d12538e8d74c01)) + ## [v4.1.3](https://github.com/contentstack/live-preview-sdk/compare/v4.1.2...v4.1.3) > 5 December 2025 diff --git a/package-lock.json b/package-lock.json index 976c241c..e288a0e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@contentstack/live-preview-utils", - "version": "4.1.3", + "version": "4.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@contentstack/live-preview-utils", - "version": "4.1.3", + "version": "4.2.0", "license": "MIT", "dependencies": { "@floating-ui/dom": "^1.7.2", diff --git a/package.json b/package.json index ac957376..6b1ee040 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@contentstack/live-preview-utils", - "version": "4.1.3", + "version": "4.2.0", "description": "Contentstack provides the Live Preview SDK to establish a communication channel between the various Contentstack SDKs and your website, transmitting live changes to the preview pane.", "type": "module", "types": "dist/legacy/index.d.ts", From 09162094177a23d6685e3e0c2c7cb7402f0a0031 Mon Sep 17 00:00:00 2001 From: hiteshshetty-dev Date: Tue, 6 Jan 2026 18:27:55 +0530 Subject: [PATCH 4/4] chore: update ContentstackLivePreview import to version 4.2.0 in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a95348b..3504bdcc 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Alternatively, if you want to include the package directly in your website HTML ```html