Skip to content

chore: release 0.1.0#2

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main
Open

chore: release 0.1.0#2
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main

Conversation

@github-actions

@github-actions github-actions Bot commented Mar 24, 2026

Copy link
Copy Markdown

🤖 I have created a release beep boop

vue-email-mono-repo: 0.1.0

0.1.0 (2026-03-31)

Features

  • cli: Preview Dev Server — CLI + Nuxt 4 Preview UI (#6) (e03ab8c)
  • port 15 core React Email components to Vue 3 (#1) (c07bb43)
  • vue-email: port render utility and advanced components (#3) (3ab7b75)
  • vue-email: port Tailwind CSS integration (#4) (#4) (7e97bee)

Bug Fixes

  • correct PR URL in vendor-package-port metadata (5c4dba3)
  • update repository URLs to chatbot-pf org (85a91d8)

This PR was generated with Release Please. See documentation.

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 3 files

Architecture diagram
sequenceDiagram
    participant App as Host Application
    participant Core as Vue Email Components (v0.1.0)
    participant Vue3 as Vue 3 Composition API
    participant Renderer as SSR / Rendering Engine
    participant Post as Style Inliner / HTML Optimizer

    Note over App,Post: Runtime Rendering Flow (v0.1.0)

    App->>Core: Import & invoke ported components (e.g., EButton, EHtml)
    Core->>Vue3: NEW: Initialize component logic (ported from React)
    
    alt Component Lifecycle
        Core->>Core: Process reactive props
        Core->>Vue3: Resolve slots & templates
    end

    Core->>Renderer: Request static HTML generation
    Renderer-->>Core: Raw HTML string
    
    opt NEW: Email Compatibility Layer
        Core->>Post: Apply CSS-in-JS to inline styles
        Post->>Post: Transform modern HTML to legacy table-based layout
    end
    
    Post-->>App: Production-ready email HTML string

    Note over Core: CHANGED: Version bump to 0.1.0 via Release Please
Loading

@github-actions github-actions Bot force-pushed the release-please--branches--main branch 6 times, most recently from ba23510 to 575676b Compare March 26, 2026 08:21
@github-actions github-actions Bot force-pushed the release-please--branches--main branch from 575676b to 07ff5c9 Compare March 31, 2026 19:01
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants