Skip to content

Conversation

@DomagojGojak
Copy link
Collaborator

Summary

This change simplifies how components are organized by removing the version folder layer from the component directory structure.

Before: integration/components/button/1.0.0/button.json
After: integration/components/button/button.json

Components are now stored directly in their named folder without requiring a version subdirectory, making the project structure cleaner and easier to work with.

Changes

  • Simplified component directory structure (removed version folders)
  • Updated component API endpoints from /api/component/{id}/latest.json to /api/component/{id}.json
  • Removed version selector from the component documentation UI
  • Updated CLI commands to work with the change

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants