From 1c5e7514012f7b12172a5cd68155ec7837551a88 Mon Sep 17 00:00:00 2001 From: Fatemeh Shahali <49586768+F-Shahali@users.noreply.github.com> Date: Wed, 23 Oct 2024 11:48:55 +0330 Subject: [PATCH] Version 0.3 (#43) * update `CHANGELOG.md` * update version tags in `package.json` & `SECURITY.md` & `version_check.py` & `constants.ts` * add new version option to `bug_report.yml` --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + CHANGELOG.md | 4 +++- SECURITY.md | 4 ++-- otherfiles/version_check.py | 2 +- package.json | 2 +- src/App/Config/constants.ts | 2 +- 6 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 50adff7..8807da0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -86,6 +86,7 @@ body: options: - MyButton 0.1 - MyButton 0.2 + - MyButton 0.3 default: 0 validations: required: true diff --git a/CHANGELOG.md b/CHANGELOG.md index c521bb3..7f8af78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ 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.3] - 2024-10-23 ### Added - Google Tag Manager installed - Support `X` @@ -36,6 +37,7 @@ 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.2...dev +[Unreleased]: https://github.com/openscilab/mybutton/compare/v0.3...dev +[0.3]: https://github.com/openscilab/mybutton/compare/v0.2...v0.3 [0.2]: https://github.com/openscilab/mybutton/compare/v0.1...v0.2 [0.1]: https://github.com/openscilab/mybutton/compare/c6df6cc...v0.1 diff --git a/SECURITY.md b/SECURITY.md index 386a98a..e15df99 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,8 +4,8 @@ | Version | Supported | | ------------- | ------------------ | -| 0.2 | :white_check_mark: | -| < 0.2 | :x: | +| 0.3 | :white_check_mark: | +| < 0.3 | :x: | ## Reporting a vulnerability diff --git a/otherfiles/version_check.py b/otherfiles/version_check.py index 984855b..ab6c21e 100644 --- a/otherfiles/version_check.py +++ b/otherfiles/version_check.py @@ -4,7 +4,7 @@ import sys import codecs Failed = 0 -MYBUTTON_VERSION = "0.2" +MYBUTTON_VERSION = "0.3" CHANGELOG_ITEMS = [ diff --git a/package.json b/package.json index c9e6f8a..a2f392b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mybutton", "description": "Effortless link sharing across your desired platforms", - "version": "0.2", + "version": "0.3", "author": "MyButton Development Team", "license": "MIT", "homepage": "https://mybutton.click", diff --git a/src/App/Config/constants.ts b/src/App/Config/constants.ts index 422622c..ffdc823 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.2, + VERSION: 0.3, }; const LOCAL = {