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
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,10 +80,18 @@ npm run packages:changeset
80
80
81
81
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.
82
82
83
-
## Releaseto NPM
83
+
## Release to NPM
84
84
85
85
Just merge the `Version Packages` PR into main, and the packages will be published to npm automatically.
86
86
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 |
0 commit comments