Infineon / infineon-design-system-stencil

https://infineon.github.io/infineon-design-system-stencil/
MIT License
24 stars 8 forks source link

CDN: allow user control over major version #1344

Open verena-ifx opened 2 months ago

verena-ifx commented 2 months ago

Research/add versioning capability to the CDN

PS: Only for a major version Minor and Patch should come automatically

tishoyanchev commented 2 months ago

@verena-ifx I believe this works: <script type="module" src="https://cdn.jsdelivr.net/npm/@infineon/infineon-design-system-stencil@23/dist/infineon-design-system-stencil/infineon-design-system-stencil.esm.js"></script>

I think this sets only the major version. Can you please test it to make sure?