Skip to content

Commit

Permalink
chore: release v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
runjuu committed Jan 11, 2023
1 parent f10b33e commit ed1d875
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crossbell-universe",
"version": "0.0.3",
"version": "0.0.4",
"license": "MIT",
"private": true,
"repository": "github:Crossbell-Box/crossbell-universe",
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crossbell/connect-kit",
"version": "0.0.3",
"version": "0.0.4",
"license": "MIT",
"repository": "github:Crossbell-Box/crossbell-universe",
"bugs": "https://github.com/Crossbell-Box/crossbell-universe/issues",
Expand Down
2 changes: 1 addition & 1 deletion packages/contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crossbell/contract",
"version": "0.0.3",
"version": "0.0.4",
"license": "MIT",
"repository": "github:Crossbell-Box/crossbell-universe",
"bugs": "https://github.com/Crossbell-Box/crossbell-universe/issues",
Expand Down
2 changes: 1 addition & 1 deletion packages/indexer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crossbell/indexer",
"version": "0.0.3",
"version": "0.0.4",
"license": "MIT",
"repository": "github:Crossbell-Box/crossbell-universe",
"bugs": "https://github.com/Crossbell-Box/crossbell-universe/issues",
Expand Down
2 changes: 1 addition & 1 deletion packages/notification/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crossbell/notification",
"version": "0.0.3",
"version": "0.0.4",
"license": "MIT",
"repository": "github:Crossbell-Box/crossbell-universe",
"bugs": "https://github.com/Crossbell-Box/crossbell-universe/issues",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crossbell/ui",
"version": "0.0.3",
"version": "0.0.4",
"license": "MIT",
"repository": "github:Crossbell-Box/crossbell-universe",
"bugs": "https://github.com/Crossbell-Box/crossbell-universe/issues",
Expand Down
2 changes: 1 addition & 1 deletion packages/util-ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crossbell/util-ethers",
"version": "0.0.3",
"version": "0.0.4",
"license": "MIT",
"repository": "github:Crossbell-Box/crossbell-universe",
"bugs": "https://github.com/Crossbell-Box/crossbell-universe/issues",
Expand Down
2 changes: 1 addition & 1 deletion packages/util-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crossbell/util-hooks",
"version": "0.0.3",
"version": "0.0.4",
"license": "MIT",
"repository": "github:Crossbell-Box/crossbell-universe",
"bugs": "https://github.com/Crossbell-Box/crossbell-universe/issues",
Expand Down
2 changes: 1 addition & 1 deletion packages/util-ipfs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crossbell/util-ipfs",
"version": "0.0.3",
"version": "0.0.4",
"license": "MIT",
"repository": "github:Crossbell-Box/crossbell-universe",
"bugs": "https://github.com/Crossbell-Box/crossbell-universe/issues",
Expand Down
2 changes: 1 addition & 1 deletion packages/util-metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crossbell/util-metadata",
"version": "0.0.3",
"version": "0.0.4",
"license": "MIT",
"repository": "github:Crossbell-Box/crossbell-universe",
"bugs": "https://github.com/Crossbell-Box/crossbell-universe/issues",
Expand Down
2 changes: 1 addition & 1 deletion sites/crossbell.io/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crossbell.io",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"scripts": {
"analyze": "ANALYZE=true npm run build",
Expand Down
2 changes: 1 addition & 1 deletion sites/x-sync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "x-sync",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"scripts": {
"build": "rm -rf .next && next build",
Expand Down

2 comments on commit ed1d875

@vercel
Copy link

@vercel vercel bot commented on ed1d875 Jan 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

x-sync – ./sites/x-sync

x-sync.vercel.app
x-sync-crossbell.vercel.app
x-sync-git-main-crossbell.vercel.app
www.xsync.app
xsync.app

@vercel
Copy link

@vercel vercel bot commented on ed1d875 Jan 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

crossbell-io – ./sites/crossbell.io

crossbell.vercel.app
crossbell-io-crossbell.vercel.app
crossbell-io-git-main-crossbell.vercel.app

Please sign in to comment.