@everchron/ec-shards 2.2.1 → 2.2.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/dist/ec-shards.common.js +39 -39
- package/dist/ec-shards.common.js.map +1 -1
- package/dist/ec-shards.css +1 -1
- package/dist/ec-shards.umd.js +39 -39
- package/dist/ec-shards.umd.js.map +1 -1
- package/dist/ec-shards.umd.min.js +1 -1
- package/dist/ec-shards.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/components/comment-list/comment-list.vue +4 -0
- package/src/components/dialog/dialog.vue +2 -0
- package/src/components/rating-favorability/rating-favorability.vue +1 -1
- package/src/stories/Changelog.stories.mdx +2 -1
package/package.json
CHANGED
|
@@ -6,11 +6,12 @@ import { Meta } from '@storybook/addon-docs/blocks';
|
|
|
6
6
|
Changelog
|
|
7
7
|
</h1>
|
|
8
8
|
|
|
9
|
-
## Version 2.2.
|
|
9
|
+
## Version 2.2.2 (4 November 2022)
|
|
10
10
|
|
|
11
11
|
### Fixes
|
|
12
12
|
|
|
13
13
|
- Fix broken skeleton instances introduced in 2.2.0
|
|
14
|
+
- Fix some general styling issues
|
|
14
15
|
|
|
15
16
|
## Version 2.2.0 (4 November 2022)
|
|
16
17
|
|