File tree 2 files changed +9
-5
lines changed
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
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.0.1] - 2024-04-06
10
+ ### Changed
11
+ - Update dependancies
12
+
9
13
## [ 1.0.0] - 2022-12-17
10
14
Initial release 🎉
11
15
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " siteation/magento2-share" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"license" : " MIT" ,
5
5
"type" : " magento2-module" ,
6
6
"description" : " Share products with ease" ,
21
21
}
22
22
],
23
23
"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 "
28
28
},
29
29
"autoload" : {
30
30
"files" : [" registration.php" ],
You can’t perform that action at this time.
0 commit comments