Closed Ahoi-IT closed 1 year ago
Hi @Ahoi-IT thanks for the hint. There is no idea behind using "2301.1", it's simply a mistake, you are right. I will create a PR here and in https://github.com/tallence/core-forms/ Edit: we already used the correct version in the core-forms-repo
Hello @timolemke .
First of all, thanks for your great work and for providing this cool extension in 2301.1 already.
I've tried to merge your current master branch into our project-specific clone and got some merge conflicts regarding the version numbers.
CoreMedia upstream uses version number without minor versions (e.g. 2301.1) for maven dependencies, but with minor versions (e.g. 2301.1.0) for studio modules.
Example: from https://github.com/tallence/core-forms/blob/master/apps/studio-client/shared/js/form-editor/package.json:
vs. https://github.com/coremedia-contributions/coremedia-blueprints-workspace/blob/cmcc-11-2301/apps/studio-client/apps/main/blueprint-forms/package.json:
What's the idea behind it? Why are you using shorter version numbers than coremedia. Does this work in your environment?