Gatsby: [gatsby-plugin-emotion] old 3.x files published in 4.0.5 build

Created on 11 Mar 2019  路  3Comments  路  Source: gatsbyjs/gatsby

11482 has struck again.

Description

gatsby-plugin-emotion 4.0.5 is breaking builds where 4.0.4 succeeded. Some old files from 3.x (gatsby-browser.js, gatsby-ssr.js, and wrap-element.js) made it into the published package. These files were originally deleted in #10500.

Compare 4.0.4 to 4.0.5 on unpkg:

https://unpkg.com/[email protected]/ (correct)
https://unpkg.com/[email protected]/ (incorrect)

Steps to reproduce

N/A

Expected result

I would expect only the current files to be in the corresponding published package.

Actual result

Additional files (not in the current source tree) are being included in the published package.

Environment

N/A

Most helpful comment

4.0.6 was republished with clean files ( https://unpkg.com/[email protected]/ )

All 3 comments

ugh :/ will re-publish

4.0.6 was republished with clean files ( https://unpkg.com/[email protected]/ )

Thanks @pieh!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dustinhorton picture dustinhorton  路  3Comments

magicly picture magicly  路  3Comments

andykais picture andykais  路  3Comments

signalwerk picture signalwerk  路  3Comments

brandonmp picture brandonmp  路  3Comments