@commercetools-frontend/babel-preset-mc-app 21.3.0 → 21.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @commercetools-frontend/babel-preset-mc-app
2
2
 
3
+ ## 21.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2538](https://github.com/commercetools/merchant-center-application-kit/pull/2538) [`cc7c19d0`](https://github.com/commercetools/merchant-center-application-kit/commit/cc7c19d06e25002e0d35c072b6f9388dd61f87cb) Thanks [@emmenko](https://github.com/emmenko)! - Fix flaky resolution of `@emotion/babel-preset-css-prop`
8
+
3
9
  ## 21.3.0
4
10
 
5
11
  ### Patch Changes
package/create.js CHANGED
@@ -85,7 +85,7 @@ module.exports = function createBabePresetConfigForMcApp(api, opts = {}, env) {
85
85
  // use the `@emotion/babel-plugin` plugin.
86
86
  // https://emotion.sh/docs/@emotion/babel-preset-css-prop
87
87
  options.runtime !== 'automatic' && [
88
- '@emotion/babel-preset-css-prop',
88
+ require('@emotion/babel-preset-css-prop').default,
89
89
  {
90
90
  sourceMap: isEnvDevelopment,
91
91
  autoLabel: 'dev-only',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/babel-preset-mc-app",
3
- "version": "21.3.0",
3
+ "version": "21.3.2",
4
4
  "description": "Babel preset used by a MC application",
5
5
  "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
6
6
  "repository": {