buildo / bento-design-system

A customizable and extensible Design System framework for React.js projects
https://www.bento-ds.com
MIT License
116 stars 12 forks source link

Bug: @buildo/bento-design-system only contains a package.json #883

Closed JamieMason closed 2 months ago

JamieMason commented 2 months ago

Description of the bug

Hi, I'm trying Bento for the first time by following https://developer.bento-ds.com/Getting%20Started/quick-start/.

The package only contains a package.json file and nothing more – is that correct?

This applies to these versions: https://www.npmjs.com/package/@buildo/bento-design-system/v/0.22.22?activeTab=code https://www.npmjs.com/package/@buildo/bento-design-system/v/0.22.21?activeTab=code

This one is OK though and contains code: https://www.npmjs.com/package/@buildo/bento-design-system/v/0.22.17?activeTab=code

Thanks,

Jamie

Playroom reproduction

No response

Version

0.22.22

What browsers are you seeing the problem on?

No response

gabro commented 2 months ago

Woops, thank you for reporting! We recently changed the CI system for release and it seems there's a bug in it. I'll try to get to it asap

gabro commented 2 months ago

Ok, this seems to be fixed now. I've manually verified that version 0.22.23 shows all the files at https://www.npmjs.com/package/@buildo/bento-design-system?activeTab=code.

Thanks again for the bug report @JamieMason!