Skip to content

Commit

Permalink
v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
runjuu committed Jul 11, 2023
1 parent 0f06422 commit ed42e62
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"npmClient": "pnpm",
"version": "1.5.0"
"version": "1.5.1"
}
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": "1.5.0",
"version": "1.5.1",
"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 pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions sites/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "1.5.0",
"version": "1.5.1",
"private": true,
"scripts": {
"build": "next build",
Expand All @@ -10,7 +10,7 @@
"start": "next start"
},
"dependencies": {
"@crossbell/connect-kit": "^1.5.0",
"@crossbell/connect-kit": "^1.5.1",
"@crossbell/contract": "^1.5.0",
"@crossbell/indexer": "^1.5.0",
"@crossbell/notification": "^1.5.0",
Expand Down

1 comment on commit ed42e62

@vercel
Copy link

@vercel vercel bot commented on ed42e62 Jul 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-universe – ./

crossbell-dev.vercel.app
crossbell-universe-git-main-crossbell.vercel.app
crossbell-universe-crossbell.vercel.app

Please sign in to comment.