Skip to content
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

swagger-ui-react - docExpansion in changelog for 3.22.0, but not in release on NPM #5294

Closed
davidsmf opened this issue Apr 10, 2019 · 3 comments

Comments

@davidsmf
Copy link

Q&A (please complete the following information)

  • OS: all
  • Version: 3.22.0
  • Method of installation: npm

Content & configuration

$ npm install swagger-ui-react@3.22.0
$ grep docExpansion node_modules/swagger-ui-react/index.js
$

Describe the bug you're encountering

It looks like the npm release doesn't reflect the contents of the tag/release notes.

@laurence-hudson-mindfoundry
Copy link
Contributor

@shockey Did transpiling the change from #5242 get missed out of the 3.22.0 release process?

@shockey
Copy link
Contributor

shockey commented Apr 13, 2019

Thanks for the heads-up, @davidsmf!

Not sure what happened here with 3.22.0, but I've just run a test release of swagger-ui-react@3.22.1-alpha.0 from CI and the docExpansion content made it in correctly:

➜  curl -s https://unpkg.com/swagger-ui-react@3.22.1-alpha.0/index.js | grep docExpansion

        docExpansion: this.props.docExpansion

I'll check the 3.22.1 release contents once it's live in a few minutes, before I close this out.

@shockey
Copy link
Contributor

shockey commented Apr 13, 2019

OK, swagger-ui-react@3.22.1 is now live on npm!

looks like it has the latest changes:

➜ curl -s https://unpkg.com/swagger-ui-react@3.22.1/index.js | grep docExpansion 
        docExpansion: this.props.docExpansion

closing, thanks again @davidsmf @laurence-hudson-mindfoundry!

@shockey shockey closed this as completed Apr 13, 2019
@lock lock bot locked and limited conversation to collaborators Apr 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants