Skip to content

chore(release): bump to 2.1.3. #156

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Aug 22, 2018
Merged

chore(release): bump to 2.1.3. #156

merged 5 commits into from
Aug 22, 2018

Conversation

mikeproeng37
Copy link
Contributor

@mikeproeng37 mikeproeng37 commented Aug 21, 2018

Summary

  • Bumps the version number to prepare for release.
  • Bring back the previous changelog entry

@mikeproeng37 mikeproeng37 changed the title Bump to 2.1.2. chore(release): Bump to 2.1.2. Aug 21, 2018
@mikeproeng37 mikeproeng37 changed the title chore(release): Bump to 2.1.2. chore(release): bump to 2.1.2. Aug 21, 2018
@mikeproeng37
Copy link
Contributor Author

build-e2e

@coveralls
Copy link

coveralls commented Aug 21, 2018

Coverage Status

Coverage remained the same at 97.114% when pulling 84cca27 on mng/bump-2.1.2 into 5b379df on master.

Copy link
Contributor

@spencerwilson-optimizely spencerwilson-optimizely left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if a "deprecation" should make something go from a semver-PATCH to semver-MINOR release, but my comments assume it does (on the principle that a release is a patch release if and only if its changelog entry only contains Fixed items. It's a debatable definition for sure...)

Mentally replace "2.2.0" in the comments with "2.1.3" if you disagree. I don't feel strongly about it right now, but at some point we should align on it.

@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Deprecated
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please move the stuff under Unreleased into the new 2.2.0 entry.

@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Deprecated
* The UMD build of the SDK now assigns the SDK namespace object to `window.optimizelySdk` rather than to `window.optimizelyClient`. The old name still works, but on its first access a deprecation warning is logged to the console. The alias will be removed in the 3.0.0 release.

## [2.1.2] - August 21, 2018
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this release is 2.2.0. The current release on npm is 2.1.2.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:( this means the current production package is sending the wrong version. Nice catch though. I'd argue for 2.1.3 because we aren't introducing any new features, at least that's what we've been using as a basis for minor version bumps.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I bumped the version in v2.1.x branch only (#126), since that's the only place the patch version is relevant.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does that mean that the changelog entry for 2.1.2 never escapes the v2.1.x branch? That's not good :\

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changelog is correct/complete on all released tags, at least (none of which are defined in master). I can see the argument for keeping master up-to-date with the "current" branch though, so we can change it.

@mikeproeng37 mikeproeng37 changed the title chore(release): bump to 2.1.2. chore(release): bump to 2.1.3. Aug 22, 2018
### Deprecated
* The UMD build of the SDK now assigns the SDK namespace object to `window.optimizelySdk` rather than to `window.optimizelyClient`. The old name still works, but on its first access a deprecation warning is logged to the console. The alias will be removed in the 3.0.0 release.
- The UMD build of the SDK now assigns the SDK namespace object to `window.optimizelySdk` rather than to `window.optimizelyClient`. The old name still works, but on its first access a deprecation warning is logged to the console. The alias will be removed in the 3.0.0 release.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: could you add the link to the PR like for the others? (I shoulda done this but wasn't aware of the pattern, but I like it)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

duh, yeah I shoulda added it, will do

@mikeproeng37 mikeproeng37 merged commit 8f9bcb3 into master Aug 22, 2018
@spencerwilson-optimizely spencerwilson-optimizely deleted the mng/bump-2.1.2 branch August 22, 2018 19:14
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.

5 participants