Skip to content

Commit 4486098

Browse files
bumping package versions before publishing (#490)
1 parent 64acaa6 commit 4486098

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

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

packages/common-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/common-storybook",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"private": false,
55
"publishConfig": {
66
"access": "public"

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.0.2",
3+
"version": "1.0.3",
44
"private": false,
55
"publishConfig": {
66
"access": "public"

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.0",
4+
"version": "0.0.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@explorer-1/nuxt",
3+
"version": "0.0.1",
34
"private": false,
45
"publishConfig": {
56
"access": "public"
@@ -9,7 +10,6 @@
910
"type": "git",
1011
"url": "https://github.com/nasa-jpl/explorer-1"
1112
},
12-
"version": "0.0.0",
1313
"type": "module",
1414
"exports": {
1515
".": {

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.0.5",
3+
"version": "0.1.0",
44
"private": false,
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)