Skip to content

Conversation

@github-actions
Copy link
Contributor

Summary

Automated back-merge of hotfix v1.2.5 from main to develop branch.

Details

  • Original PR: hotfix: v1.2.5 #39
  • Merged Branch: hotfix/v1.2.5
  • Version: v1.2.5
  • Type: hotfix
  • Merge Commit: c1592e8
  • Tag Created: ✅ Yes
  • Branch: chore/back-merge-v1.2.5-to-develop

What this PR does

  • Syncs develop branch with main after hotfix merge
  • Ensures develop has all changes from the v1.2.5 hotfix
  • Maintains Git Flow branching model integrity
  • Automatically resolves common version conflicts (keeps develop version if newer)

Auto-generated

This PR was automatically created by GitHub Actions.

Review and merge when ready - this should typically be a straightforward merge unless there are conflicts that need manual resolution.

github-actions bot and others added 8 commits September 14, 2025 14:26
- Update version to 1.2.5 in package.json

- Changelog generation skipped (manual update needed)

This commit prepares the hotfix/v1.2.5 branch for hotfix.
- Fix route.meta.transition type assertion in App.vue
- Replace $slots access with useSlots() in BaseCard.vue script setup
- Add proper type annotations for variant union in CodeBlock.vue
- Remove unused 't' variable in Documentation.vue
- Add route-based lazy loading with dynamic imports
- Configure manual chunking for vendor libraries separation
- Implement i18n locale lazy loading for better performance
- Add loading spinner component with Suspense wrapper
- Optimize Vite build configuration with Terser minification
- Split CSS and vendor chunks for improved caching
- Reduce largest chunk from >500kB to 334.87kB
- Enable modern browser optimizations with esnext target
- Add @types/node dependency for Node.js type declarations
- Update tsconfig.node.json to include Node.js types
- Convert vite.config.ts to ES module patterns using import.meta.url
- Replace __dirname with fileURLToPath for modern Node.js compatibility
- Maintain all existing build optimizations and chunk splitting
Automated back-merge of hotfix v1.2.5 from main branch.

Original PR: #39
Merged commit: c1592e8
Tag created: v1.2.5
Branch: chore/back-merge-v1.2.5-to-develop
@ryanaidilp ryanaidilp merged commit 53fd83f into develop Sep 14, 2025
@ryanaidilp ryanaidilp deleted the chore/back-merge-v1.2.5-to-develop branch September 14, 2025 14:47
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.

1 participant