@explorer-1/vue-storybook 0.2.4 → 0.2.6

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @explorer-1/vue-storybook
2
2
 
3
+ ## 0.2.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [8ab5d03]
8
+ - @explorer-1/common@2.1.5
9
+ - @explorer-1/common-storybook@0.2.2
10
+ - @explorer-1/html@1.1.3
11
+ - @explorer-1/vue@1.1.6
12
+
13
+ ## 0.2.5
14
+
15
+ ### Patch Changes
16
+
17
+ - 93b7e7d: Fixing name of repo author (typo)
18
+ - Updated dependencies [93b7e7d]
19
+ - @explorer-1/common-storybook@0.2.2
20
+ - @explorer-1/common@2.1.4
21
+ - @explorer-1/html@1.1.3
22
+ - @explorer-1/vue@1.1.5
23
+
3
24
  ## 0.2.4
4
25
 
5
26
  ### Patch Changes
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@explorer-1/vue-storybook",
3
- "version": "0.2.4",
3
+ "version": "0.2.6",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
8
- "author": "JPL CreativeServices",
8
+ "author": "JPL CreativeStudio",
9
9
  "repository": {
10
10
  "type": "git",
11
11
  "url": "https://github.com/nasa-jpl/explorer-1"
@@ -24,10 +24,10 @@
24
24
  "vue-router": "^5.0.3",
25
25
  "vue3-compare-image": "^1.2.6",
26
26
  "vue3-observe-visibility": "^1.0.6",
27
- "@explorer-1/html": "1.1.2",
28
- "@explorer-1/common-storybook": "0.2.1",
29
- "@explorer-1/common": "2.1.3",
30
- "@explorer-1/vue": "1.1.4"
27
+ "@explorer-1/common": "2.1.5",
28
+ "@explorer-1/vue": "1.1.6",
29
+ "@explorer-1/common-storybook": "0.2.2",
30
+ "@explorer-1/html": "1.1.3"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@chromatic-com/storybook": "^5.0.1",
@@ -60,8 +60,8 @@
60
60
  "unplugin-vue-components": "^31.0.0",
61
61
  "vite": "^7.3.1",
62
62
  "vue-tsc": "^3.2.5",
63
- "@explorer-1/tsconfig": "1.0.2",
64
- "@explorer-1/prettier-config": "1.0.1"
63
+ "@explorer-1/tsconfig": "1.0.3",
64
+ "@explorer-1/prettier-config": "1.0.2"
65
65
  },
66
66
  "scripts": {
67
67
  "dev": "pnpm storybook",