Skip to content

Commit 7b06f5d

Browse files
committed
chore: version and release
1 parent 535971b commit 7b06f5d

File tree

8 files changed

+30
-4
lines changed

8 files changed

+30
-4
lines changed

packages/create-solid/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# create-solid
22

3+
## 0.6.12
4+
5+
### Patch Changes
6+
7+
- Update dependencies, add new template, and remove `cd` command if project is created in working directory
8+
39
## 0.6.11
410

511
### Patch Changes

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.11",
3+
"version": "0.6.12",
44
"description": "Create Solid apps with low configuration",
55
"author": "Thomas Beer",
66
"contributors": [

packages/create/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @solid-cli/create
22

3+
## 0.6.12
4+
5+
### Patch Changes
6+
7+
- Update dependencies, add new template, and remove `cd` command if project is created in working directory
8+
- Updated dependencies
9+
- @solid-cli/utils@0.6.2
10+
311
## 0.6.11
412

513
### Patch Changes

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.11",
3+
"version": "0.6.12",
44
"description": "Create Solid apps with low configuration",
55
"author": "Thomas Beer",
66
"contributors": [

packages/full-solid/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @solid-cli/full
22

3+
## 0.6.3
4+
5+
### Patch Changes
6+
7+
- Update dependencies, add new template, and remove `cd` command if project is created in working directory
8+
39
## 0.6.1
410

511
### Patch Changes

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.2",
3+
"version": "0.6.3",
44
"description": "Create Solid apps with low configuration",
55
"author": "Thomas Beer",
66
"contributors": [

packages/utils/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
# @solid-cli/utils
22

3+
## 0.6.2
4+
5+
### Patch Changes
6+
7+
- Update dependencies
8+
39
## 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.1",
3+
"version": "0.6.2",
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)