[PR #760] [MERGED] feat: upgrade version to v1.1.0 #747

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

📋 Pull Request Information

Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/760
Author: @dreamhunter2333
Created: 11/8/2025
Status: Merged
Merged: 11/8/2025
Merged by: @dreamhunter2333

Base: mainHead: feature/email


📝 Commits (1)

  • d99dee5 feat: upgrade version to v1.1.0

📊 Changes

5 files changed (+14 additions, -12 deletions)

View changed files

📝 CHANGELOG.md (+2 -0)
📝 frontend/package.json (+4 -4)
📝 pages/package.json (+2 -2)
📝 vitepress-docs/package.json (+2 -2)
📝 worker/package.json (+4 -4)

📄 Description

User description

  • Update version number to 1.1.0 in all package.json files
  • Add v1.1.0 placeholder in CHANGELOG.md

🤖 Generated with Claude Code


PR Type

Enhancement, Documentation


Description

  • Updated version numbers to 1.1.0 across all package.json files.

  • Added a placeholder for version v1.1.0 in CHANGELOG.md.

  • Upgraded dependencies in multiple package.json files.

  • Improved project configuration with updated dependency versions.


Changes walkthrough 📝

Relevant files
Documentation
CHANGELOG.md
Added placeholder for version `v1.1.0` in changelog           

CHANGELOG.md

  • Added a new section for version v1.1.0.
  • Prepared the changelog for the upcoming release.
  • +2/-0     
    Enhancement
    package.json
    Updated version and dependencies in frontend package.json

    frontend/package.json

  • Updated project version to 1.1.0.
  • Upgraded axios to ^1.13.2.
  • Upgraded vue to ^3.5.24.
  • Updated wrangler to ^4.46.0.
  • +4/-4     
    package.json
    Updated version and dependencies in pages package.json     

    pages/package.json

  • Updated project version to 1.1.0.
  • Updated wrangler to ^4.46.0.
  • +2/-2     
    package.json
    Updated version and dependencies in vitepress-docs package.json

    vitepress-docs/package.json

  • Updated project version to 1.1.0.
  • Updated wrangler to ^4.46.0.
  • +2/-2     
    package.json
    Updated version and dependencies in worker package.json   

    worker/package.json

  • Updated project version to 1.1.0.
  • Upgraded @cloudflare/workers-types to ^4.20251107.0.
  • Upgraded typescript-eslint to ^8.46.3.
  • Updated wrangler to ^4.46.0.
  • +4/-4     

    Need help?
  • Type /help how to ... in the comments thread for any questions about PR-Agent usage.
  • Check out the documentation for more information.

  • 🔄 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/760 **Author:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Created:** 11/8/2025 **Status:** ✅ Merged **Merged:** 11/8/2025 **Merged by:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Base:** `main` ← **Head:** `feature/email` --- ### 📝 Commits (1) - [`d99dee5`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/d99dee52b94bb5bf1b3b9a10fff5a4b83ab5d37a) feat: upgrade version to v1.1.0 ### 📊 Changes **5 files changed** (+14 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+2 -0) 📝 `frontend/package.json` (+4 -4) 📝 `pages/package.json` (+2 -2) 📝 `vitepress-docs/package.json` (+2 -2) 📝 `worker/package.json` (+4 -4) </details> ### 📄 Description ### **User description** - Update version number to 1.1.0 in all package.json files - Add v1.1.0 placeholder in CHANGELOG.md 🤖 Generated with [Claude Code](https://claude.ai/code) ___ ### **PR Type** Enhancement, Documentation ___ ### **Description** - Updated version numbers to `1.1.0` across all `package.json` files. - Added a placeholder for version `v1.1.0` in `CHANGELOG.md`. - Upgraded dependencies in multiple `package.json` files. - Improved project configuration with updated dependency versions. ___ ### **Changes walkthrough** 📝 <table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Documentation</strong></td><td><table> <tr> <td> <details> <summary><strong>CHANGELOG.md</strong><dd><code>Added placeholder for version `v1.1.0` in changelog</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary> <hr> CHANGELOG.md <li>Added a new section for version <code>v1.1.0</code>.<br> <li> Prepared the changelog for the upcoming release. </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/760/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed">+2/-0</a>&nbsp; &nbsp; &nbsp; </td> </tr> </table></td></tr><tr><td><strong>Enhancement</strong></td><td><table> <tr> <td> <details> <summary><strong>package.json</strong><dd><code>Updated version and dependencies in frontend package.json</code></dd></summary> <hr> frontend/package.json <li>Updated project version to <code>1.1.0</code>.<br> <li> Upgraded <code>axios</code> to <code>^1.13.2</code>.<br> <li> Upgraded <code>vue</code> to <code>^3.5.24</code>.<br> <li> Updated <code>wrangler</code> to <code>^4.46.0</code>. </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/760/files#diff-da6498268e99511d9ba0df3c13e439d10556a812881c9d03955b2ef7c6c1c655">+4/-4</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td> <details> <summary><strong>package.json</strong><dd><code>Updated version and dependencies in pages package.json</code>&nbsp; &nbsp; &nbsp; </dd></summary> <hr> pages/package.json <li>Updated project version to <code>1.1.0</code>.<br> <li> Updated <code>wrangler</code> to <code>^4.46.0</code>. </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/760/files#diff-74314f72f6616d400be4cb0d161867d8148f23c22d4c12c7188aedb129c00c59">+2/-2</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td> <details> <summary><strong>package.json</strong><dd><code>Updated version and dependencies in vitepress-docs package.json</code></dd></summary> <hr> vitepress-docs/package.json <li>Updated project version to <code>1.1.0</code>.<br> <li> Updated <code>wrangler</code> to <code>^4.46.0</code>. </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/760/files#diff-3adbfbfaa65ecc60f48c8d009a52c697d4c80d61ee887799df22407fcb73f380">+2/-2</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td> <details> <summary><strong>package.json</strong><dd><code>Updated version and dependencies in worker package.json</code>&nbsp; &nbsp; </dd></summary> <hr> worker/package.json <li>Updated project version to <code>1.1.0</code>.<br> <li> Upgraded <code>@cloudflare/workers-types</code> to <code>^4.20251107.0</code>.<br> <li> Upgraded <code>typescript-eslint</code> to <code>^8.46.3</code>.<br> <li> Updated <code>wrangler</code> to <code>^4.46.0</code>. </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/760/files#diff-89dc6f41a53ce13f2da5a00dd34868762e6cd0df46eddc9f5c3c4510b1493870">+4/-4</a>&nbsp; &nbsp; &nbsp; </td> </tr> </table></td></tr></tr></tbody></table> ___ > <details> <summary> Need help?</summary><li>Type <code>/help how to ...</code> in the comments thread for any questions about PR-Agent usage.</li><li>Check out the <a href="https://qodo-merge-docs.qodo.ai/usage-guide/">documentation</a> for more information.</li></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:47 +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#747
    No description provided.