Skip to content

Commit ce90c63

Browse files
Merge branch 'main' of github.com:nasa-jpl/explorer-1
2 parents 2f362d0 + 1ebcd54 commit ce90c63

File tree

15 files changed

+58
-15
lines changed

15 files changed

+58
-15
lines changed

.changeset/angry-ties-work.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# explorer-1
22

3+
## 3.3.1
4+
5+
### Patch Changes
6+
7+
- 230858f: Updates dist generation workflow
8+
39
## 3.3.0
410

511
### Minor Changes

apps/html-storybook/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @explorer-1/html-storybook
2+
3+
## 2.0.2
4+
5+
### Patch Changes
6+
7+
- 230858f: Updates dist generation workflow

apps/html-storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@explorer-1/html-storybook",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"private": false,
55
"publishConfig": {
66
"access": "public"

apps/vue-storybook/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @explorer-1/vue-storybook
22

3+
## 0.0.20
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [230858f]
8+
- @explorer-1/common@1.2.1
9+
- @explorer-1/html@0.0.4
10+
- @explorer-1/common-storybook@0.0.3
11+
- @explorer-1/vue@0.3.1
12+
313
## 0.0.19
414

515
### Patch Changes

apps/vue-storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@explorer-1/vue-storybook",
3-
"version": "0.0.19",
3+
"version": "0.0.20",
44
"private": false,
55
"publishConfig": {
66
"access": "public"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publishConfig": {
55
"access": "public"
66
},
7-
"version": "3.3.0",
7+
"version": "3.3.1",
88
"type": "module",
99
"description": "Monorepo for JPL's design system, Explorer 1",
1010
"keywords": [

packages/common/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @explorer-1/common
22

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- 230858f: Updates dist generation workflow
8+
39
## 1.2.0
410

511
### Minor Changes

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@explorer-1/common",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"private": false,
55
"publishConfig": {
66
"access": "public"

packages/html/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @explorer-1/html
2+
3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- 230858f: Updates dist generation workflow

0 commit comments

Comments
 (0)