Skip to content

Commit 2389b16

Browse files
added FE-BE versioning in readme (#1777)
* added FE-BE versioning in readme * added changeset * Update weak-windows-taste.md
1 parent 62d16da commit 2389b16

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.changeset/weak-windows-taste.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@orchestrator-ui/orchestrator-ui-components': minor
3+
---
4+
5+
808 - Support for metadata description modify - requires orchestrator core 2.10.0

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,18 @@ npm run packages:changeset
8080

8181
Once the pull-request with a changeset file is merged to the main branch another PR is opened by the Changesets-bot to update the version numbers of the packages. When this pull request gets merged to main an automatic publish to NPM will be performed.
8282

83-
## Releaseto NPM
83+
## Release to NPM
8484

8585
Just merge the `Version Packages` PR into main, and the packages will be published to npm automatically.
8686

87+
## Frontend-Backend versioning dependency
88+
89+
This table shows the line up between the frontend orchestrator ui library and backend orchestrator-core. In the UI a check is added to validate whether the UI match a minimum release of the backend.
90+
91+
| Frontend version | Minimum backend version | Changes |
92+
| ---------------- | ----------------------- | ------------------------------------------------------- |
93+
| 3.4.0 | 2.10.0 | Endpoints in BE to modify description on metadata pages |
94+
8795
## Storybook
8896

8997
The storybook can be run from the packages/orchestrator-ui-components/ folder, run:

0 commit comments

Comments
 (0)