From 3b308ee4fd89beec8b4c6d61d0cfaf6023645a83 Mon Sep 17 00:00:00 2001 From: Thomas Beer <71586988+Tommypop2@users.noreply.github.com> Date: Tue, 5 Mar 2024 23:28:32 +0000 Subject: [PATCH] Release --- packages/commands/package.json | 2 +- packages/core/package.json | 2 +- packages/create-solid/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/commands/package.json b/packages/commands/package.json index fcf469a..755c988 100644 --- a/packages/commands/package.json +++ b/packages/commands/package.json @@ -1,6 +1,6 @@ { "name": "@solid-cli/commands", - "version": "0.0.15", + "version": "0.0.16", "description": "The main command handlers for the Solid CLI", "license": "MIT", "homepage": "https://solid-cli.netlify.app", diff --git a/packages/core/package.json b/packages/core/package.json index 6864907..f971fe2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@solid-cli/core", - "version": "0.0.21", + "version": "0.0.22", "description": "A CLI for Solid", "author": "Thomas Beer & Rahul Batra", "license": "MIT", diff --git a/packages/create-solid/package.json b/packages/create-solid/package.json index a13b0b5..29fb016 100644 --- a/packages/create-solid/package.json +++ b/packages/create-solid/package.json @@ -1,6 +1,6 @@ { "name": "create-solid", - "version": "0.5.2", + "version": "0.5.3", "description": "Create Solid apps with low configuration", "author": "Thomas Beer", "contributors": [