You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently, we faced the issue with versioning for the second time and decided to create this issue. I've tried to find some solutions or answers why it happens but didn't found anything helpful.
In our project we have a bunch of fixed packages to have consistency when something has changed.
Here is how our config looks:
And here is the latest generated changeset md file:
---
"@organization/anchor": minor
"@organization/badge": minor
"@organization/button": minor
"@organization/container": minor
"@organization/divider": minor
"@organization/form": minor
"@organization/heading": minor
"@organization/hint": minor
"@organization/icon-container": minor
"@organization/icons": minor
"@organization/inputs": minor
"@organization/stack": minor
"@organization/tag": minor
"@organization/text": minor
"@organization/react-core": minor
"@organization/theme": minor
"@organization/vite-config-package": minor
"@organization/eslint-config": minor
"@organization/eslint-config-legacy": minor
"@organization/stylelint-config": minor
"@organization/ts-config": minor
---
Release note...
From the first sight, everything looks nice.
The previous versions of our packages was next:
@organization/anchor - 1.0.0
...
@organization/react-core - 1.0.3
@organization/theme - 1.0.3
@organization/vite-config-package - 1.1.0
@organization/eslint-config - 1.2.0
@organization/eslint-config-legacy - 1.1.0
@organization/stylelint-config - 1.2.0
@organization/ts-config - 1.1.0
When the "github action" had been completed we've seen that most of our packages' versions was bumped to next major version instead of minor.
The major version was applied to the all components' packages but not for system configs. Looks like the issue is related to fixed version functionality.
The text was updated successfully, but these errors were encountered:
Recently, we faced the issue with versioning for the second time and decided to create this issue. I've tried to find some solutions or answers why it happens but didn't found anything helpful.
In our project we have a bunch of fixed packages to have consistency when something has changed.
Here is how our config looks:
And here is the latest generated changeset md file:
From the first sight, everything looks nice.
The previous versions of our packages was next:
@organization/anchor
- 1.0.0@organization/react-core
- 1.0.3@organization/theme
- 1.0.3@organization/vite-config-package
- 1.1.0@organization/eslint-config
- 1.2.0@organization/eslint-config-legacy
- 1.1.0@organization/stylelint-config
- 1.2.0@organization/ts-config
- 1.1.0When the "github action" had been completed we've seen that most of our packages' versions was bumped to next major version instead of minor.
The major version was applied to the all components' packages but not for system configs. Looks like the issue is related to fixed version functionality.
The text was updated successfully, but these errors were encountered: