Skip to content

Commit

Permalink
Version Packages (#716)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 28, 2025
1 parent fb6ba35 commit 3958356
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/healthy-boats-trade.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# explorer-1

## 3.2.99

### Patch Changes

- fb6ba35: Fixing height of HeroMedia

## 3.2.98

### Patch Changes
Expand Down
9 changes: 9 additions & 0 deletions apps/vue-storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @explorer-1/vue-storybook

## 0.0.14

### Patch Changes

- Updated dependencies [fb6ba35]
- @explorer-1/common@1.1.24
- @explorer-1/vue@0.2.100
- @explorer-1/common-storybook@0.0.3

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/vue-storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@explorer-1/vue-storybook",
"version": "0.0.13",
"version": "0.0.14",
"private": false,
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "3.2.98",
"version": "3.2.99",
"type": "module",
"description": "Monorepo for JPL's design system, Explorer 1",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @explorer-1/common

## 1.1.24

### Patch Changes

- fb6ba35: Fixing height of HeroMedia
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@explorer-1/common",
"version": "1.1.23",
"version": "1.1.24",
"private": false,
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @explorer-1/nuxt

## 0.0.13

### Patch Changes

- Updated dependencies [fb6ba35]
- @explorer-1/common@1.1.24
- @explorer-1/vue@0.2.100

## 0.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@explorer-1/nuxt",
"version": "0.0.12",
"version": "0.0.13",
"private": false,
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @explorer-1/vue

## 0.2.100

### Patch Changes

- fb6ba35: Fixing height of HeroMedia
- Updated dependencies [fb6ba35]
- @explorer-1/common@1.1.24

## 0.2.99

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@explorer-1/vue",
"version": "0.2.99",
"version": "0.2.100",
"private": false,
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 3958356

Please sign in to comment.