@theme-ui/preset-bootstrap
Advanced tools
Comparing version 0.8.0-develop.0 to 0.8.0
@@ -0,1 +1,20 @@ | ||
# v0.8.0 (Wed May 05 2021) | ||
#### 🐛 Bug Fix | ||
- Merge branch 'config' into config-2 [#1421](https://github.com/system-ui/theme-ui/pull/1421) ([@hasparus](https://github.com/hasparus)) | ||
- Merge branch 'develop' into config ([@lachlanjc](https://github.com/lachlanjc)) | ||
#### ⚠️ Pushed to `stable` | ||
- Merge branch 'stable' into develop ([@hasparus](https://github.com/hasparus)) | ||
#### Authors: 3 | ||
- Brent Jackson ([@jxnblk](https://github.com/jxnblk)) | ||
- Lachlan Campbell ([@lachlanjc](https://github.com/lachlanjc)) | ||
- Piotr Monwid-Olechnowicz ([@hasparus](https://github.com/hasparus)) | ||
--- | ||
# v0.7.0 (Thu Apr 15 2021) | ||
@@ -2,0 +21,0 @@ |
@@ -25,5 +25,9 @@ 'use strict'; | ||
var symbols = Object.getOwnPropertySymbols(object); | ||
if (enumerableOnly) symbols = symbols.filter(function (sym) { | ||
return Object.getOwnPropertyDescriptor(object, sym).enumerable; | ||
}); | ||
if (enumerableOnly) { | ||
symbols = symbols.filter(function (sym) { | ||
return Object.getOwnPropertyDescriptor(object, sym).enumerable; | ||
}); | ||
} | ||
keys.push.apply(keys, symbols); | ||
@@ -30,0 +34,0 @@ } |
@@ -25,5 +25,9 @@ 'use strict'; | ||
var symbols = Object.getOwnPropertySymbols(object); | ||
if (enumerableOnly) symbols = symbols.filter(function (sym) { | ||
return Object.getOwnPropertyDescriptor(object, sym).enumerable; | ||
}); | ||
if (enumerableOnly) { | ||
symbols = symbols.filter(function (sym) { | ||
return Object.getOwnPropertyDescriptor(object, sym).enumerable; | ||
}); | ||
} | ||
keys.push.apply(keys, symbols); | ||
@@ -30,0 +34,0 @@ } |
@@ -21,5 +21,9 @@ function _defineProperty(obj, key, value) { | ||
var symbols = Object.getOwnPropertySymbols(object); | ||
if (enumerableOnly) symbols = symbols.filter(function (sym) { | ||
return Object.getOwnPropertyDescriptor(object, sym).enumerable; | ||
}); | ||
if (enumerableOnly) { | ||
symbols = symbols.filter(function (sym) { | ||
return Object.getOwnPropertyDescriptor(object, sym).enumerable; | ||
}); | ||
} | ||
keys.push.apply(keys, symbols); | ||
@@ -26,0 +30,0 @@ } |
{ | ||
"name": "@theme-ui/preset-bootstrap", | ||
"version": "0.8.0-develop.0", | ||
"version": "0.8.0", | ||
"main": "dist/theme-ui-preset-bootstrap.cjs.js", | ||
@@ -14,3 +14,3 @@ "module": "dist/theme-ui-preset-bootstrap.esm.js", | ||
}, | ||
"gitHead": "de543978601864da4593c1ad6c2dc871ab129c71" | ||
"gitHead": "562548cbb77e1bd0c2911899c736e7a457f8bb5a" | ||
} |
34636
1295