@commercetools-uikit/utils
Advanced tools
Comparing version 0.0.0-canary-202129162721 to 0.0.0-canary-20213894649
# @commercetools-uikit/utils | ||
## 0.0.0-canary-202129162721 | ||
## 0.0.0-canary-20213894649 | ||
### Major Changes | ||
- [#1852](https://github.com/commercetools/ui-kit/pull/1852) [`236994dd`](https://github.com/commercetools/ui-kit/commit/236994ddbd033b0fa296d05ac40ce907524ff35d) Thanks [@adnasa](https://github.com/adnasa)! - Bump `@commercetools-uikit/*` and `@commercetools-frontend/ui-kit` to v12. | ||
Read more about it in our [Release Notes](https://docs.commercetools.com/custom-applications/releases). | ||
## 11.2.1 | ||
### Patch Changes | ||
- [#1836](https://github.com/commercetools/ui-kit/pull/1836) [`f4b53b59`](https://github.com/commercetools/ui-kit/commit/f4b53b59971711b0b585a39246ad2c52c85288b9) Thanks [@adnasa](https://github.com/adnasa)! - chore: update dependencies | ||
## 11.2.0 | ||
### Patch Changes | ||
- [`93232c64`](https://github.com/commercetools/ui-kit/commit/93232c64be9f2c794557f42fc9cf14bc61f2d557) [#1786](https://github.com/commercetools/ui-kit/pull/1786) Thanks [@adnasa](https://github.com/adnasa)! - Migrate `AccessibleButton` to TypeScript | ||
@@ -8,0 +22,0 @@ |
@@ -220,3 +220,3 @@ 'use strict'; | ||
// NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file. | ||
var version = '0.0.0-canary-202129162721'; | ||
var version = '0.0.0-canary-20213894649'; | ||
@@ -223,0 +223,0 @@ exports.SafeHTMLElement = SafeHTMLElement; |
@@ -201,3 +201,3 @@ 'use strict'; | ||
// NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file. | ||
var version = '0.0.0-canary-202129162721'; | ||
var version = '0.0.0-canary-20213894649'; | ||
@@ -204,0 +204,0 @@ exports.SafeHTMLElement = SafeHTMLElement; |
@@ -205,4 +205,4 @@ import _slicedToArray from '@babel/runtime-corejs3/helpers/esm/slicedToArray'; | ||
// NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file. | ||
var version = '0.0.0-canary-202129162721'; | ||
var version = '0.0.0-canary-20213894649'; | ||
export { SafeHTMLElement, addStaticFields, createSequentialId, filterAriaAttributes, filterDataAttributes, filterInvalidAttributes, getFieldId, isNumberish, parseTime, version, warnDeprecatedComponent, warnDeprecatedProp, warning }; |
@@ -1,2 +0,2 @@ | ||
declare const _default: "0.0.0-canary-202129162721"; | ||
declare const _default: "0.0.0-canary-20213894649"; | ||
export default _default; |
{ | ||
"name": "@commercetools-uikit/utils", | ||
"description": "A collection of utilities shared across the other packages.", | ||
"version": "0.0.0-canary-202129162721", | ||
"version": "0.0.0-canary-20213894649", | ||
"bugs": "https://github.com/commercetools/ui-kit/issues", | ||
@@ -33,4 +33,4 @@ "repository": { | ||
"dependencies": { | ||
"@babel/runtime": "7.13.9", | ||
"@babel/runtime-corejs3": "7.13.9", | ||
"@babel/runtime": "7.13.10", | ||
"@babel/runtime-corejs3": "7.13.10", | ||
"@emotion/is-prop-valid": "1.1.0", | ||
@@ -37,0 +37,0 @@ "@types/warning": "^3.0.0", |
36221
+ Added@babel/runtime@7.13.10(transitive)
+ Added@babel/runtime-corejs3@7.13.10(transitive)
- Removed@babel/runtime@7.13.9(transitive)
- Removed@babel/runtime-corejs3@7.13.9(transitive)
Updated@babel/runtime@7.13.10