Skip to content

Commit

Permalink
Split changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Nov 17, 2019
1 parent b5b0df5 commit bf86d7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .changeset/moody-stingrays-sort.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
'babel-plugin-emotion': minor
'@emotion/core': minor
---

`Global` gets handled by the Babel plugin now - this gives inline css-less expressions source maps. The same transforms are being applied for `Global` imported from macro entry (`@emotion/core/macro`).`
`Global` imported from macro entry (`@emotion/core/macro`) gets source maps generated now when inline css-less expression is used as value of the `styles` prop.
5 changes: 5 additions & 0 deletions .changeset/two-kiwis-give.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'babel-plugin-emotion': minor
---

`Global` gets handled by the Babel plugin now - this gives inline css-less expressions source maps.

0 comments on commit bf86d7d

Please sign in to comment.