@vtmn/svelte
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.2.3](https://github.com/Decathlon/vitamin-web/compare/@vtmn/svelte@0.2.2...@vtmn/svelte@0.2.3) (2021-04-07) | ||
**Note:** Version bump only for package @vtmn/svelte | ||
## [0.2.2](https://github.com/Decathlon/vitamin-web/compare/@vtmn/svelte@0.2.1...@vtmn/svelte@0.2.2) (2021-04-02) | ||
@@ -8,0 +16,0 @@ |
@@ -305,3 +305,3 @@ (function (global, factory) { | ||
after_update: [], | ||
context: new Map(parent_component ? parent_component.$$.context : []), | ||
context: new Map(parent_component ? parent_component.$$.context : options.context || []), | ||
// everything else | ||
@@ -374,3 +374,3 @@ callbacks: blank_object(), | ||
/* src/components/VtmnButton.svelte generated by Svelte v3.35.0 */ | ||
/* src/components/VtmnButton.svelte generated by Svelte v3.37.0 */ | ||
@@ -377,0 +377,0 @@ function create_fragment(ctx) { |
@@ -273,3 +273,3 @@ (function (global, factory) { | ||
after_update: [], | ||
context: new Map(parent_component ? parent_component.$$.context : []), | ||
context: new Map(parent_component ? parent_component.$$.context : options.context || []), | ||
// everything else | ||
@@ -342,3 +342,3 @@ callbacks: blank_object(), | ||
/* src/components/VtmnTextInput.svelte generated by Svelte v3.35.0 */ | ||
/* src/components/VtmnTextInput.svelte generated by Svelte v3.37.0 */ | ||
@@ -345,0 +345,0 @@ function create_if_block_1(ctx) { |
{ | ||
"name": "@vtmn/svelte", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Decathlon Design System - Vitamin Svelte library", | ||
@@ -40,3 +40,3 @@ "keywords": [ | ||
"rollup-plugin-svelte": "^7.1.0", | ||
"svelte": "3.35.0", | ||
"svelte": "3.37.0", | ||
"svelte-preprocess": "4.7.0" | ||
@@ -53,3 +53,3 @@ }, | ||
], | ||
"gitHead": "7308cea6de6e0dfba0a2072cc693097c5ec8ad53" | ||
"gitHead": "b266bef6ef51928902cedcbf3c740b00334b75cc" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
90441
2195