Skip to content

[release/v7.x] refactor(version): adjust to new semver 0.10.2 release#142

Merged
jdrueckert merged 1 commit intofix/release-v7-infrastructure-updatesfrom
refactor/adjust-to-semver-0.10.0-v7-backport
Jan 20, 2024
Merged

[release/v7.x] refactor(version): adjust to new semver 0.10.2 release#142
jdrueckert merged 1 commit intofix/release-v7-infrastructure-updatesfrom
refactor/adjust-to-semver-0.10.0-v7-backport

Conversation

@BenjaminAmos
Copy link
Contributor

This is a copy of #141 for Gestalt 7.

- after zafarkhaja went MIA after 2015, AntiLaby took over and released 0.10.0 in 2019
- zafarkhaja came back now and published a conflicting 0.10.0 release with breaking changes
  - getMajorVersion, getMinorVersion, getPatchVersion methods were removed
- fixed by using new majorVersion, minorVersion, patchVersion methods
- also switched to suggested alternatives for methods deprecated with 0.10.0
  - forIntegers -> of
  - valueOf -> parse
  - getPreReleaseVersion -> preReleaseVersion
  - increment[Major|Minor|Patch]Version -> next[Major|Minor|Patch]Version
@BenjaminAmos BenjaminAmos changed the base branch from release/v7.x to fix/release-v7-infrastructure-updates January 20, 2024 21:49
@BenjaminAmos BenjaminAmos force-pushed the refactor/adjust-to-semver-0.10.0-v7-backport branch from 21325b0 to def8153 Compare January 20, 2024 21:51
@jdrueckert jdrueckert merged commit 9101684 into fix/release-v7-infrastructure-updates Jan 20, 2024
@jdrueckert jdrueckert deleted the refactor/adjust-to-semver-0.10.0-v7-backport branch January 20, 2024 21:56
jdrueckert added a commit that referenced this pull request Jan 20, 2024
…#142)

- after zafarkhaja went MIA after 2015, AntiLaby took over and released 0.10.0 in 2019
- zafarkhaja came back now and published a conflicting 0.10.0 release with breaking changes
  - getMajorVersion, getMinorVersion, getPatchVersion methods were removed
- fixed by using new majorVersion, minorVersion, patchVersion methods
- also switched to suggested alternatives for methods deprecated with 0.10.0
  - forIntegers -> of
  - valueOf -> parse
  - getPreReleaseVersion -> preReleaseVersion
  - increment[Major|Minor|Patch]Version -> next[Major|Minor|Patch]Version

Co-authored-by: Josephine Rueckert <jd.rueckert@googlemail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants