Skip to content

Commit 094d827

Browse files
Version Packages (#752)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0105dfb commit 094d827

File tree

13 files changed

+49
-13
lines changed

13 files changed

+49
-13
lines changed

.changeset/bright-peaches-tan.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.1
4+
5+
### Patch Changes
6+
7+
- 0105dfb: Cleaning up dependencies, fixing swiperOptions for vanilla JS
8+
39
## 3.4.0
410

511
### Minor 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.22
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [0105dfb]
8+
- @explorer-1/common@1.3.1
9+
- @explorer-1/html@0.1.1
10+
- @explorer-1/common-storybook@0.0.3
11+
- @explorer-1/vue@0.3.3
12+
313
## 0.0.21
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.21",
3+
"version": "0.0.22",
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.4.0",
7+
"version": "3.4.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.3.1
4+
5+
### Patch Changes
6+
7+
- 0105dfb: Cleaning up dependencies, fixing swiperOptions for vanilla JS
8+
39
## 1.3.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.3.0",
3+
"version": "1.3.1",
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.1
4+
5+
### Patch Changes
6+
7+
- 0105dfb: Cleaning up dependencies, fixing swiperOptions for vanilla JS
8+
39
## 0.1.0
410

511
### Minor 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.1.0",
4+
"version": "0.1.1",
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.21
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [0105dfb]
8+
- @explorer-1/common@1.3.1
9+
- @explorer-1/vue@0.3.3
10+
311
## 0.0.20
412

513
### Patch Changes

0 commit comments

Comments
 (0)