Skip to content

Commit

Permalink
bump: v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gxxcastillo committed Feb 2, 2024
1 parent a81921c commit a9fc9e5
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 3 deletions.
8 changes: 8 additions & 0 deletions apps/basic-demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# basic-demo

## 0.0.1

### Patch Changes

- Updated dependencies
- @gxxc/solid-forms@0.0.1
2 changes: 1 addition & 1 deletion apps/basic-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "basic-demo",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @gxxc/solid-forms-examples

## 0.0.1

### Patch Changes

- Updated dependencies
- @gxxc/solid-forms@0.0.1
2 changes: 1 addition & 1 deletion packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gxxc/solid-forms-examples",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"type": "module",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/solid-forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @gxxc/solid-forms

## 0.0.1

### Patch Changes

- Generally, most things are working
2 changes: 1 addition & 1 deletion packages/solid-forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gxxc/solid-forms",
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"description": "Solid.js forms",
"repository": "https://github.com/gxxcastillo/solid-forms",
Expand Down

0 comments on commit a9fc9e5

Please sign in to comment.