Skip to content

Commit ef27ca4

Browse files
Version Packages (#750)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 165092c commit ef27ca4

File tree

13 files changed

+49
-13
lines changed

13 files changed

+49
-13
lines changed

.changeset/good-geckos-turn.md

Lines changed: 0 additions & 7 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.4.0
4+
5+
### Minor Changes
6+
7+
- 165092c: Moving JS dependencies from @explorer-1/html to @explorer-1/common
8+
39
## 3.3.1
410

511
### Patch Changes

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.21
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [165092c]
8+
- @explorer-1/common@1.3.0
9+
- @explorer-1/html@0.1.0
10+
- @explorer-1/common-storybook@0.0.3
11+
- @explorer-1/vue@0.3.2
12+
313
## 0.0.20
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.20",
3+
"version": "0.0.21",
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.1",
7+
"version": "3.4.0",
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.3.0
4+
5+
### Minor Changes
6+
7+
- 165092c: Moving JS dependencies from @explorer-1/html to @explorer-1/common
8+
39
## 1.2.1
410

511
### Patch 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.1",
3+
"version": "1.3.0",
44
"private": false,
55
"publishConfig": {
66
"access": "public"

packages/html/CHANGELOG.md

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

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 165092c: Moving JS dependencies from @explorer-1/html to @explorer-1/common
8+
39
## 0.0.4
410

511
### Patch Changes

packages/html/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@explorer-1/html",
33
"private": true,
4-
"version": "0.0.4",
4+
"version": "0.1.0",
55
"type": "module",
66
"repository": {
77
"type": "git",

packages/nuxt/CHANGELOG.md

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

3+
## 0.0.20
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [165092c]
8+
- @explorer-1/common@1.3.0
9+
- @explorer-1/vue@0.3.2
10+
311
## 0.0.19
412

513
### Patch Changes

0 commit comments

Comments
 (0)