[PR #830] [MERGED] feat: upgrade version to v1.4.0 #791

Closed
opened 2026-02-26 21:32:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/830
Author: @dreamhunter2333
Created: 2/2/2026
Status: Merged
Merged: 2/2/2026
Merged by: @dreamhunter2333

Base: mainHead: feature/email


📝 Commits (3)

  • 04ddd16 feat: upgrade version to v1.4.0
  • 0115300 fix: update VERSION constant to v1.4.0
  • 73a9bce docs: add worker/src/constants.ts to version upgrade skill

📊 Changes

8 files changed (+77 additions, -7 deletions)

View changed files

.claude/skills/version-upgrade/SKILL.md (+54 -0)
📝 CHANGELOG.md (+9 -1)
📝 CHANGELOG_EN.md (+9 -1)
📝 frontend/package.json (+1 -1)
📝 pages/package.json (+1 -1)
📝 vitepress-docs/package.json (+1 -1)
📝 worker/package.json (+1 -1)
📝 worker/src/constants.ts (+1 -1)

📄 Description

User description

Summary

  • Upgrade version number to v1.4.0 in all package.json files (frontend, worker, pages, vitepress-docs)
  • Add v1.4.0 placeholder in CHANGELOG.md and CHANGELOG_EN.md
  • Add .claude skills configuration for version upgrade automation

Test plan

  • Verify version number updated correctly in all package.json files
  • Verify CHANGELOG files have v1.4.0 placeholder section

🤖 Generated with Claude Code


PR Type

Enhancement, Documentation


Description

  • Upgraded project version to v1.4.0 across all package.json files.

  • Added v1.4.0 placeholder sections in CHANGELOG.md and CHANGELOG_EN.md.

  • Introduced .claude/skills/version-upgrade configuration for version automation.


Diagram Walkthrough

flowchart LR
  versionUpgrade["Version Upgrade Automation"] -- "Added configuration" --> claudeSkills[".claude/skills/version-upgrade"]
  versionUpgrade -- "Updated version" --> packageJsonFiles["All package.json files"]
  versionUpgrade -- "Added placeholders" --> changelogFiles["CHANGELOG.md & CHANGELOG_EN.md"]

File Walkthrough

Relevant files
Enhancement
1 files
SKILL.md
Added version upgrade automation configuration                     
+53/-0   
Documentation
2 files
CHANGELOG.md
Added v1.4.0 placeholder section                                                 
+9/-1     
CHANGELOG_EN.md
Added v1.4.0 placeholder section (English)                             
+9/-1     
Configuration changes
4 files
package.json
Updated version to v1.4.0                                                               
+1/-1     
package.json
Updated version to v1.4.0                                                               
+1/-1     
package.json
Updated version to v1.4.0                                                               
+1/-1     
package.json
Updated version to v1.4.0                                                               
+1/-1     


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dreamhunter2333/cloudflare_temp_email/pull/830 **Author:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Created:** 2/2/2026 **Status:** ✅ Merged **Merged:** 2/2/2026 **Merged by:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Base:** `main` ← **Head:** `feature/email` --- ### 📝 Commits (3) - [`04ddd16`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/04ddd16b41035cd4a1f35fc88655836a7e04744e) feat: upgrade version to v1.4.0 - [`0115300`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/0115300b74e84dca906e53ac959bd81d9818638b) fix: update VERSION constant to v1.4.0 - [`73a9bce`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/73a9bceccd5ad669b79aa0abeecb10b194be1390) docs: add worker/src/constants.ts to version upgrade skill ### 📊 Changes **8 files changed** (+77 additions, -7 deletions) <details> <summary>View changed files</summary> ➕ `.claude/skills/version-upgrade/SKILL.md` (+54 -0) 📝 `CHANGELOG.md` (+9 -1) 📝 `CHANGELOG_EN.md` (+9 -1) 📝 `frontend/package.json` (+1 -1) 📝 `pages/package.json` (+1 -1) 📝 `vitepress-docs/package.json` (+1 -1) 📝 `worker/package.json` (+1 -1) 📝 `worker/src/constants.ts` (+1 -1) </details> ### 📄 Description ### **User description** ## Summary - Upgrade version number to v1.4.0 in all package.json files (frontend, worker, pages, vitepress-docs) - Add v1.4.0 placeholder in CHANGELOG.md and CHANGELOG_EN.md - Add .claude skills configuration for version upgrade automation ## Test plan - [ ] Verify version number updated correctly in all package.json files - [ ] Verify CHANGELOG files have v1.4.0 placeholder section 🤖 Generated with [Claude Code](https://claude.com/claude-code) ___ ### **PR Type** Enhancement, Documentation ___ ### **Description** - Upgraded project version to `v1.4.0` across all `package.json` files. - Added `v1.4.0` placeholder sections in `CHANGELOG.md` and `CHANGELOG_EN.md`. - Introduced `.claude/skills/version-upgrade` configuration for version automation. ___ ### Diagram Walkthrough ```mermaid flowchart LR versionUpgrade["Version Upgrade Automation"] -- "Added configuration" --> claudeSkills[".claude/skills/version-upgrade"] versionUpgrade -- "Updated version" --> packageJsonFiles["All package.json files"] versionUpgrade -- "Added placeholders" --> changelogFiles["CHANGELOG.md & CHANGELOG_EN.md"] ``` <details> <summary><h3> File Walkthrough</h3></summary> <table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Enhancement</strong></td><td><details><summary>1 files</summary><table> <tr> <td><strong>SKILL.md</strong><dd><code>Added version upgrade automation configuration</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/830/files#diff-e8960672bef1aa759b922397a6cd89ce1189939c4a92beb979bb7a56e2bd5fef">+53/-0</a>&nbsp; &nbsp; </td> </tr> </table></details></td></tr><tr><td><strong>Documentation</strong></td><td><details><summary>2 files</summary><table> <tr> <td><strong>CHANGELOG.md</strong><dd><code>Added v1.4.0 placeholder section</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/830/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed">+9/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td><strong>CHANGELOG_EN.md</strong><dd><code>Added v1.4.0 placeholder section (English)</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/830/files#diff-77d2276dbbf8eb648363b81ea97049986b18e2cf1e90bd20fb5133ed5ff4fcae">+9/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> </table></details></td></tr><tr><td><strong>Configuration changes</strong></td><td><details><summary>4 files</summary><table> <tr> <td><strong>package.json</strong><dd><code>Updated version to v1.4.0</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/830/files#diff-da6498268e99511d9ba0df3c13e439d10556a812881c9d03955b2ef7c6c1c655">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td><strong>package.json</strong><dd><code>Updated version to v1.4.0</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/830/files#diff-74314f72f6616d400be4cb0d161867d8148f23c22d4c12c7188aedb129c00c59">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td><strong>package.json</strong><dd><code>Updated version to v1.4.0</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/830/files#diff-3adbfbfaa65ecc60f48c8d009a52c697d4c80d61ee887799df22407fcb73f380">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td><strong>package.json</strong><dd><code>Updated version to v1.4.0</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/830/files#diff-89dc6f41a53ce13f2da5a00dd34868762e6cd0df46eddc9f5c3c4510b1493870">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> </table></details></td></tr></tr></tbody></table> </details> ___ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 21:32:58 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudflare_temp_email#791
No description provided.