Skip to content

Commit

Permalink
removing console output, bumping package versions for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle committed Oct 10, 2024
1 parent 105bd2a commit cd253bb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
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.78",
"version": "3.2.79",
"type": "module",
"description": "Monorepo for JPL's design system, Explorer 1",
"keywords": [
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.78",
"version": "0.2.79",
"private": false,
"publishConfig": {
"access": "public"
Expand Down
1 change: 0 additions & 1 deletion packages/vue/src/components/NavJumpMenu/NavJumpMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ const theJumpLinks = computed(() => {
const initializeJumpMenu = () => {
initialized.value = true
console.log('initialized jump menu', initialized.value)
}
const theBreadcrumbs = computed(() => {
Expand Down

0 comments on commit cd253bb

Please sign in to comment.