Skip to content

Commit 6a86f0b

Browse files
Version Packages (#783)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 604b717 commit 6a86f0b

File tree

9 files changed

+30
-10
lines changed

9 files changed

+30
-10
lines changed

.changeset/nice-feet-develop.md

Lines changed: 0 additions & 6 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.8
4+
5+
### Patch Changes
6+
7+
- 604b717: Fixing url handling in BlockCsrTable, adding option to disable trailing slash in BaseLink.
8+
39
## 3.4.7
410

511
### Patch Changes

apps/vue-storybook/CHANGELOG.md

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

3+
## 0.0.29
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [604b717]
8+
- @explorer-1/vue@0.3.9
9+
310
## 0.0.28
411

512
### 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.28",
3+
"version": "0.0.29",
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.7",
7+
"version": "3.4.8",
88
"type": "module",
99
"description": "Monorepo for JPL's design system, Explorer 1",
1010
"keywords": [

packages/nuxt/CHANGELOG.md

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

3+
## 0.0.27
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [604b717]
8+
- @explorer-1/vue@0.3.9
9+
310
## 0.0.26
411

512
### Patch Changes

packages/nuxt/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/nuxt",
3-
"version": "0.0.26",
3+
"version": "0.0.27",
44
"private": false,
55
"publishConfig": {
66
"access": "public"

packages/vue/CHANGELOG.md

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

3+
## 0.3.9
4+
5+
### Patch Changes
6+
7+
- 604b717: Fixing url handling in BlockCsrTable, adding option to disable trailing slash in BaseLink.
8+
39
## 0.3.8
410

511
### Patch Changes

packages/vue/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",
3-
"version": "0.3.8",
3+
"version": "0.3.9",
44
"private": false,
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)