Skip to content

Commit

Permalink
Bumping to v3.1.1 (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle committed Jul 18, 2024
1 parent 83e8262 commit 59abf06
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion apps/html-storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@explorer-1/html-storybook",
"version": "2.0.0",
"version": "2.0.1",
"private": false,
"publishConfig": {
"access": "public"
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.2",
"version": "0.0.3",
"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.1.0",
"version": "3.1.1",
"type": "module",
"description": "Monorepo for JPL's design system, Explorer 1",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/common-storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@explorer-1/common-storybook",
"version": "0.0.1",
"version": "0.0.2",
"private": false,
"publishConfig": {
"access": "public"
Expand Down
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.0.3",
"version": "1.0.4",
"private": false,
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/configs/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@explorer-1/eslint-config",
"version": "1.0.0",
"version": "1.0.1",
"description": "Shared eslint config",
"main": "index.js",
"private": false,
Expand Down
1 change: 1 addition & 0 deletions packages/configs/prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@explorer-1/prettier-config",
"version": "1.0.0",
"private": false,
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/configs/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@explorer-1/tsconfig",
"version": "1.0.0",
"version": "1.0.1",
"private": false,
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/html/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@explorer-1/html",
"private": true,
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"scripts": {
"dev": "vite",
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.1",
"version": "0.0.2",
"private": false,
"publishConfig": {
"access": "public"
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.1.1",
"version": "0.1.2",
"private": false,
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 59abf06

Please sign in to comment.