From 27cc0c10e01bf97e4938cecdc36596058e3b9559 Mon Sep 17 00:00:00 2001 From: Fatemeh sh Date: Sat, 8 Mar 2025 21:47:41 +0330 Subject: [PATCH 1/7] update `SECURITY.md` --- SECURITY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 0084a24..bdcace0 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,8 +4,8 @@ | Version | Supported | | ------------- | ------------------ | -| 0.5 | :white_check_mark: | -| < 0.5 | :x: | +| 0.6 | :white_check_mark: | +| < 0.6 | :x: | ## Reporting a vulnerability From 1c54dc3e83975479e20ba65d525810f58fbba384 Mon Sep 17 00:00:00 2001 From: Fatemeh sh Date: Sat, 8 Mar 2025 21:48:10 +0330 Subject: [PATCH 2/7] update `package.json` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a745173..fe9d0b1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mybutton", "description": "Effortless link sharing across your desired platforms", - "version": "0.5", + "version": "0.6", "author": "MyButton Development Team", "license": "MIT", "homepage": "https://mybutton.click", From 06393399f8619ff329edd44ada659aca6b61feba Mon Sep 17 00:00:00 2001 From: Fatemeh sh Date: Sat, 8 Mar 2025 21:49:11 +0330 Subject: [PATCH 3/7] update `version_check.py` --- otherfiles/version_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otherfiles/version_check.py b/otherfiles/version_check.py index 08e2a02..d84b176 100644 --- a/otherfiles/version_check.py +++ b/otherfiles/version_check.py @@ -4,7 +4,7 @@ import sys import codecs Failed = 0 -MYBUTTON_VERSION = "0.5" +MYBUTTON_VERSION = "0.6" CHANGELOG_ITEMS = [ From 31c8bf8014e379c930e30c29d095133256fc635a Mon Sep 17 00:00:00 2001 From: Fatemeh sh Date: Sat, 8 Mar 2025 21:52:49 +0330 Subject: [PATCH 4/7] update `constant.ts` --- src/App/Config/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/Config/constants.ts b/src/App/Config/constants.ts index d498b5f..d1befee 100644 --- a/src/App/Config/constants.ts +++ b/src/App/Config/constants.ts @@ -1,7 +1,7 @@ const BaseConfig = { APP_NAME: 'MyButton', APP_SHORT_NAME: 'MyBTN', - VERSION: 0.5, + VERSION: 0.6, }; const LOCAL = { From 730b274d98e3e986840ff236a5a136718231a57f Mon Sep 17 00:00:00 2001 From: Fatemeh sh Date: Sat, 8 Mar 2025 22:04:02 +0330 Subject: [PATCH 5/7] update `CHANGELOG.md` --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7991715..f1c77e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.6] - 2025-03-10 ### Added - `Custom Share` button - Add `ServiceName` enum ### Changed +- Update dependency versions mentioned in the depandabot alerts - Update `ShareModal` display settings to handle `Custom Share` button action - Update naming conventions - GitHub action versions updated @@ -64,7 +66,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - `Telegram` support - Choose direct or indirect sharing mode -[Unreleased]: https://github.com/openscilab/mybutton/compare/v0.5...dev +[Unreleased]: https://github.com/openscilab/mybutton/compare/v0.6...dev +[0.6]: https://github.com/openscilab/mybutton/compare/v0.5...v0.6 [0.5]: https://github.com/openscilab/mybutton/compare/v0.4...v0.5 [0.4]: https://github.com/openscilab/mybutton/compare/v0.3...v0.4 [0.3]: https://github.com/openscilab/mybutton/compare/v0.2...v0.3 From e716fb493cd4bc40606515a545fab8dc7a5981f2 Mon Sep 17 00:00:00 2001 From: Fatemeh sh Date: Sat, 8 Mar 2025 22:05:58 +0330 Subject: [PATCH 6/7] update `bug_report.yml` --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index d60935c..5b38228 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -84,6 +84,7 @@ body: label: MyButton version description: Which version of MyButton are you using? options: + - MyButton 0.6 - MyButton 0.5 - MyButton 0.4 - MyButton 0.3 From e3a59c200c9ebe20c03d986cde12bc5103e8c44a Mon Sep 17 00:00:00 2001 From: Fatemeh sh Date: Sat, 8 Mar 2025 23:35:17 +0330 Subject: [PATCH 7/7] update `CHANGELOG.md` --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1c77e0..9c39baa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - `Custom Share` button - Add `ServiceName` enum ### Changed -- Update dependency versions mentioned in the depandabot alerts +- Update dependencies mentioned in the depandabot alerts - Update `ShareModal` display settings to handle `Custom Share` button action - Update naming conventions - GitHub action versions updated