Decathlon / vitamin-web

Decathlon Design System UI components for web applications
https://decathlon.github.io/vitamin-web
Apache License 2.0
279 stars 77 forks source link

feat: bump packages to 1.x.x #1397

Closed lauthieb closed 1 year ago

lauthieb commented 1 year ago

Changes description

We upgrade our packages to a stable version for each 1.x.x. The idea behind this is to mark the fact that Vitamin now considers itself stable and this is related to the decision to build a new, more modern, accessibility-aware, design token-based and right-to-left compatible implementation.

There is no breaking change, it's just a switch from version 0.x.x to 1.x.x.

Technically, with Lerna it is impossible to bump automatically from 0.x.x to 1.x.x via a simple commit message following conventional commits with "BREAKING CHANGE" because it is a 0.x.x and technically, it can break at each minor version change too, that's why this PR proposes to bumper manually all packages in 1.0.0. So they will once be merged PR create 1.1.0 releases on all of our packages @vtmn/xxx.

Thanks

Checklist

Does this introduce a breaking change?