From 833e0e21b043a97609fd65975dc03ee9c00a806d Mon Sep 17 00:00:00 2001 From: reeshika-h Date: Mon, 9 Feb 2026 17:36:40 +0530 Subject: [PATCH 1/5] Remove .DS_Store files and add .pubignore to exclude them from published packages; update version to 2.0.0 and simplify callback handling in Automate.dart. --- .DS_Store | Bin 8196 -> 0 bytes .pubignore | 6 ++++++ lib/src/helper/Automate.dart | 4 +--- pubspec.yaml | 2 +- test/.DS_Store | Bin 6148 -> 0 bytes test/mock/.DS_Store | Bin 6148 -> 0 bytes 6 files changed, 8 insertions(+), 4 deletions(-) delete mode 100644 .DS_Store create mode 100644 .pubignore delete mode 100644 test/.DS_Store delete mode 100644 test/mock/.DS_Store diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 2fdf90734af65442d104aabd10ea75d32e120099..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8196 zcmeHM%WD%s82=_o?Y1fwe6${vy?84jX-lEhO04O@gCIr})Y9ffy12=PBz;*c@$98| z@&V#e@gRZ+&wA2>;7Jfs@#deP;Nv&5)6Gma5kbMCGiB!6?DzW3H{X7_Nh^B!sud1n}uL7%8WbLbxa+>o@nVIp86U?N~5U?N~5uoWVJJ)1YH z%f9b(&1fQEBJf{EfY%2bozs-0O`nR=fk7MrKx4Qq8m@5;5IVM`DM_0?6{@i5pB|W0 zW%7u@e0A_`E)JTKwCPh{otUpqOnPSWgu;Y(=-EP?SjwknG!ZZn2uFaQ-TNs{1he=e5IF-nu zhKh}PW+zpiif8wm0pBU?SWqh5h_wv^Gvrt>Ri?Lp&Nm3MPK#a zSwi#gSF^oXn+m#1t5gS)I=-@aRK;pJpcVX%gOjB)xyM~EFIR&XLcS95@1o&~f5yo} zV+k{(id+2G`l#8K<~BH?ZfJS7~IOO0g!Cok9^J7tT7Bg10>FEmjJ3VJG7=EUVAz zn;RHfTT3R!hVAju#QLzkHZhVIw#P=t*Vp^3!9&TZ!VXN18ZqI0UAfKDCnNpfi{g83QQ6B8f|hs8&%7J+!iY)s2wOE6Jx(!Oo9n& z$q{+Gf2<@P zpH!>AcrIU3GKeBxRV{uD2hwhX>__Z5bzS z5Vw0OIq=&sKpZO#Tsp_R>59dACHS- zak;j+dl;Rak1odFf9Sp7@JCfLZ}1*2!N?XE9@U(djJhhAJ6(Agi)6ED7B7DP`RLzl zUL#RiZY2E|0NMsqjo<;{Iu%f-a`VLC=Hc== zKGmqx8CNqy9WygGFBEPb9^6vH8Mif3OAHVLlMLi_w~Y7y&hzj8$t3C#1H{08#Q-lf zon`};WbW2Si^IFt0zCvp!Evd^ECmd86~kD(ikCo@fZsv`&^DNA1P=&(2q+q;AqL)* Ffje^uc!&T1 diff --git a/test/mock/.DS_Store b/test/mock/.DS_Store deleted file mode 100644 index c8beb8223363b6f43208a172bd12bb1b8c79a3bf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHK%Sr=55UkN00$u`MyomD!0smkL@!;7Hh-@~XlDJ|L@VI~ECu&vqsI0Cx5s_}_ zuAZLhp4oz(2Y@u&H|M|vz?dpbat1`)%;)iz)7~MT`5(b-S$BZOshP^-P_*W7uFI7zhU58PNWasluvY=V)68jjqq? z9|puJkv){;sYFjr<%y9zo$*}8RRudoPe-zuS*OhW_IOD)JLB1gBUO%J zgMnb6&%mKKCp!Nx_{$7F^7|>#3I>9Kf5t!>&9CM&epESIzkHs~+DyHsN;IyML!sZh j1hAof Date: Mon, 9 Feb 2026 17:50:51 +0530 Subject: [PATCH 2/5] Update CHANGELOG for version 2.0.0: add Dart 3 compatibility, enhance error messages, and include test fixes for supercharged/GQL tests. --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f8c574..69f8631 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # Changelog -## v1.1.1 +## 2.0.0 +- Dart 3 compatible (SDK `>=2.12.0 <4.0.0`) +- Improved error messages and publish workflow +- Test fixes and mock data for supercharged/GQL tests - Improved error messages ___________________ From fb445c38b06069c48618b4f9369c1b1778dcc3f5 Mon Sep 17 00:00:00 2001 From: Aravind Kumar Date: Tue, 10 Feb 2026 12:03:05 +0530 Subject: [PATCH 3/5] Update README.md From 73b8fc3dec2300bd05218b3e236b34a954c24b1d Mon Sep 17 00:00:00 2001 From: naman-contentstack Date: Mon, 20 Apr 2026 14:55:30 +0530 Subject: [PATCH 4/5] chore: version bump --- pubspec.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index cca5f5f..583ad6e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: contentstack_utils description: Utils package for Contentstack-dart -version: 1.1.1 +version: 1.1.2 homepage: https://www.contentstack.com environment: @@ -17,4 +17,3 @@ dev_dependencies: lints: ^2.0.0 test: ^1.24.0 # test_coverage: ^0.4.1 - \ No newline at end of file From b5626cb1010dae1d6da51e379da45893800bcf7c Mon Sep 17 00:00:00 2001 From: naman-contentstack Date: Mon, 20 Apr 2026 15:15:23 +0530 Subject: [PATCH 5/5] update: changelog --- CHANGELOG.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a63753..e978e5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ #### Documentation +## 2.0.1 + - Add deprecation notice and migration guidance to the Content Delivery API. See [DEPRECATION.md](DEPRECATION.md). ## 2.0.0 @@ -12,7 +14,8 @@ - Improved error messages and publish workflow - Test fixes and mock data for supercharged/GQL tests - Improved error messages -___________________ + +--- ## v1.1.0 @@ -21,14 +24,16 @@ Implemented SRTE functions: :tada: - Utils.jsonToHtml() - GQL.jsonToHtml() -___________________ +--- ## v1.0.0 :tada: Initial release :tada: -___________________ + +--- ## v0.1.0 :construction: contentstack-utils beta :construction: -___________________ + +---