carbon-preprocess-svelte 0.8.1 → 0.8.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 +4 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [0.8.2](https://github.com/carbon-design-system/carbon-preprocess-svelte/releases/tag/v0.8.2) - 2022-04-10
|
|
9
|
+
|
|
10
|
+
- set latest major version of `carbon-icons-svelte` to `11`
|
|
11
|
+
|
|
8
12
|
## [0.8.1](https://github.com/carbon-design-system/carbon-preprocess-svelte/releases/tag/v0.8.1) - 2022-04-10
|
|
9
13
|
|
|
10
14
|
- hot fix to re-build components imports map using a non-linked version of `carbon-components-svelte`
|
package/dist/index.js
CHANGED
|
@@ -22840,7 +22840,7 @@ var CARBON_SVELTE = {
|
|
|
22840
22840
|
};
|
|
22841
22841
|
var LATEST_MAJOR_VERSION = {
|
|
22842
22842
|
[CARBON_SVELTE.components]: "0",
|
|
22843
|
-
[CARBON_SVELTE.icons]: "
|
|
22843
|
+
[CARBON_SVELTE.icons]: "11",
|
|
22844
22844
|
[CARBON_SVELTE.pictograms]: "11"
|
|
22845
22845
|
};
|
|
22846
22846
|
var API_COMPONENTS = `src/${CARBON_SVELTE.components}.js`;
|
package/dist/index.mjs
CHANGED
|
@@ -22851,7 +22851,7 @@ var CARBON_SVELTE = {
|
|
|
22851
22851
|
};
|
|
22852
22852
|
var LATEST_MAJOR_VERSION = {
|
|
22853
22853
|
[CARBON_SVELTE.components]: "0",
|
|
22854
|
-
[CARBON_SVELTE.icons]: "
|
|
22854
|
+
[CARBON_SVELTE.icons]: "11",
|
|
22855
22855
|
[CARBON_SVELTE.pictograms]: "11"
|
|
22856
22856
|
};
|
|
22857
22857
|
var API_COMPONENTS = `src/${CARBON_SVELTE.components}.js`;
|