Skip to content

Commit 20493c7

Browse files
committed
release: version and release
1 parent 729454c commit 20493c7

9 files changed

Lines changed: 20 additions & 15 deletions

File tree

.changeset/pre.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

packages/create-solid/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# create-solid
2+
3+
## 0.6.0

packages/create-solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-solid",
3-
"version": "0.6.0-alpha.1",
3+
"version": "0.6.0",
44
"description": "Create Solid apps with low configuration",
55
"author": "Thomas Beer",
66
"contributors": [

packages/create/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @solid-cli/create
2+
3+
## 0.6.0
4+
5+
### Patch Changes
6+
7+
- @solid-cli/utils@0.6.0

packages/create/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solid-cli/create",
3-
"version": "0.6.0-alpha.1",
3+
"version": "0.6.0",
44
"description": "Create Solid apps with low configuration",
55
"author": "Thomas Beer",
66
"contributors": [

packages/full-solid/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# @solid-cli/full
2+
3+
## 0.6.0

packages/full-solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solid-cli/full",
3-
"version": "0.6.0-alpha.1",
3+
"version": "0.6.0",
44
"description": "Create Solid apps with low configuration",
55
"author": "Thomas Beer",
66
"contributors": [

packages/utils/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# @solid-cli/utils
2+
3+
## 0.6.0

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solid-cli/utils",
3-
"version": "0.6.0-alpha.1",
3+
"version": "0.6.0",
44
"description": "A collection of utilities for the Solid CLI",
55
"license": "MIT",
66
"homepage": "https://solid-cli.netlify.app",

0 commit comments

Comments
 (0)