Skip to content

Commit 19612f2

Browse files
authored
Release v1.0.1
1 parent 6b11a27 commit 19612f2

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff 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
1014
Initial release 🎉
1115

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -21,10 +21,10 @@
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"],

0 commit comments

Comments
 (0)