File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 1.0.1] - 2024-04-06
10+ ### Changed
11+ - Update dependancies
12+
913## [ 1.0.0] - 2022-12-17
1014Initial release 🎉
1115
Original file line number Diff line number Diff line change 11{
22 "name" : " siteation/magento2-share" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "license" : " MIT" ,
55 "type" : " magento2-module" ,
66 "description" : " Share products with ease" ,
2121 }
2222 ],
2323 "require" : {
24- "magento/framework" : " ^103 .0" ,
25- "magento/module-backend" : " ^ 102.0" ,
26- "magento/module-store" : " ^ 101.1" ,
27- "hyva-themes/magento2-theme-module" : " ^ 1.1|^1.2 "
24+ "magento/framework" : " >=102.0 .0" ,
25+ "magento/module-backend" : " >= 102.0 .0" ,
26+ "magento/module-store" : " >= 101.1.0 " ,
27+ "hyva-themes/magento2-theme-module" : " >= 1.1.0 "
2828 },
2929 "autoload" : {
3030 "files" : [" registration.php" ],
You can’t perform that action at this time.
0 commit comments