Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @project-serum/[email protected]
 - @project-serum/[email protected]
 - @project-serum/[email protected]
 - @project-serum/[email protected]
  • Loading branch information
armaniferrante committed Jan 27, 2021
1 parent 4505bc0 commit 144bb04
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions packages/lockup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project-serum/lockup",
"version": "0.0.1-0.0.1-beta.1.0",
"version": "0.0.1-beta.2",
"description": "Serum lockup",
"repository": "project-serum/serum-ts",
"main": "dist/cjs/index.js",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@project-serum/borsh": "^0.0.1-beta.0",
"@project-serum/common": "^0.0.1-0.0.1-beta.1.0",
"@project-serum/common": "^0.0.1-beta.2",
"@solana/spl-token": "0.0.11",
"bn.js": "^5.1.2",
"buffer-layout": "^1.2.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/registry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project-serum/registry",
"version": "0.0.1-0.0.1-beta.1.0",
"version": "0.0.1-beta.2",
"description": "Package from interacting with the Serum Registry",
"repository": "project-serum/serum-ts",
"main": "dist/cjs/index.js",
Expand All @@ -24,8 +24,8 @@
},
"dependencies": {
"@project-serum/borsh": "^0.0.1-beta.0",
"@project-serum/common": "^0.0.1-0.0.1-beta.1.0",
"@project-serum/lockup": "^0.0.1-0.0.1-beta.1.0",
"@project-serum/common": "^0.0.1-beta.2",
"@project-serum/lockup": "^0.0.1-beta.2",
"@solana/spl-token": "0.0.11",
"bn.js": "^5.1.2",
"buffer-layout": "^1.2.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/stake-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@project-serum/stake-ui",
"version": "0.0.1-0.0.1-beta.1.0",
"version": "0.0.1-beta.2",
"private": true,
"homepage": "https://project-serum.github.io/serum-ts/stake-ui/",
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@project-serum/common": "^0.0.1-0.0.1-beta.1.0",
"@project-serum/lockup": "^0.0.1-0.0.1-beta.1.0",
"@project-serum/registry": "^0.0.1-0.0.1-beta.1.0",
"@project-serum/common": "^0.0.1-beta.2",
"@project-serum/lockup": "^0.0.1-beta.2",
"@project-serum/registry": "^0.0.1-beta.2",
"@project-serum/sol-wallet-adapter": "^0.1.4",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
Expand Down

0 comments on commit 144bb04

Please sign in to comment.