@elvia/elvis-breadcrumb
Advanced tools
Comparing version 2.1.5 to 2.1.6
@@ -5,2 +5,14 @@ { | ||
{ | ||
"date": "07.11.22", | ||
"version": "2.1.6", | ||
"changelog": [ | ||
{ | ||
"type": "patch", | ||
"changes": [ | ||
"Use <span class=\"code-text\">@elvia/elvis-component-wrapper@^3.0.1</span>. This fixes an issue where the component would not properly unmount when used as webcomponent." | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"date": "02.11.22", | ||
@@ -7,0 +19,0 @@ "version": "2.1.5", |
{ | ||
"name": "@elvia/elvis-breadcrumb", | ||
"version": "2.1.5", | ||
"version": "2.1.6", | ||
"description": "", | ||
@@ -8,5 +8,13 @@ "license": "MIT", | ||
"main": "web_component.js", | ||
"files": [ | ||
"web_component.js", | ||
"react.js", | ||
"react.d.ts", | ||
"CHANGELOG.json", | ||
"README.md", | ||
"dist/**/*" | ||
], | ||
"dependencies": { | ||
"@elvia/elvis-colors": "^1.4.2", | ||
"@elvia/elvis-component-wrapper": "^3.0.0", | ||
"@elvia/elvis-component-wrapper": "^3.0.1", | ||
"@elvia/elvis-icon": "^1.3.1", | ||
@@ -13,0 +21,0 @@ "@elvia/elvis-toolbox": "^5.0.0", |
Sorry, the diff of this file is too big to display
678130
17
895