Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .changeset/beta.md

This file was deleted.

11 changes: 11 additions & 0 deletions .changeset/init-beta.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"@geist/ui-react": patch
"@geist/ddev": patch
"@geist/domain": patch
"@geist/graphql": patch
"@geist/storybook": patch
"@geist/docs": patch
"@geist/registry": patch
---

init Beta launch
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@geist/docs",
"type": "module",
"version": "0.0.1",
"version": "0.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/ddev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@geist/ddev",
"version": "0.0.2",
"version": "0.0.0",
"description": "Add components and utils to your dApps and agent",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/gql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@geist/graphql",
"version": "1.0.0",
"version": "0.0.0",
"description": "",
"main": "index.js",
"files": ["dist"],
Expand Down
Loading