@explorer-1/vue 0.3.7 → 0.3.8

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @explorer-1/vue
2
2
 
3
+ ## 0.3.8
4
+
5
+ ### Patch Changes
6
+
7
+ - 9c083c4: Fixing both pinia store and vue-component-meta docgen in Storybook. Making tags more consistent in Storybook.
8
+
3
9
  ## 0.3.7
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@explorer-1/vue",
3
- "version": "0.3.7",
3
+ "version": "0.3.8",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -4,7 +4,7 @@ import HomepageCarousel from './HomepageCarousel.vue'
4
4
  export default {
5
5
  title: 'Components/WWW/Homepage/HomepageCarousel',
6
6
  component: HomepageCarousel,
7
- tags: ['carousel'],
7
+ tags: ['carousels'],
8
8
  excludeStories: /.*Data$/,
9
9
  parameters: {
10
10
  viewMode: 'canvas'
@@ -2,7 +2,7 @@ import TopicDetailMissionCarousel from './TopicDetailMissionCarousel.vue'
2
2
  export default {
3
3
  title: 'Components/WWW/TopicDetail/MissionCarousel/TopicDetailMissionCarousel',
4
4
  component: TopicDetailMissionCarousel,
5
- tags: ['carousel', 'listings'],
5
+ tags: ['carousels', 'listings'],
6
6
  excludeStories: /.*Data$/
7
7
  }
8
8