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]
 - @project-serum/[email protected]
 - @project-serum/[email protected]
 - @project-serum/[email protected]
  • Loading branch information
armaniferrante committed Jan 27, 2021
1 parent 5d348de commit 8168751
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project-serum/common",
"version": "0.0.1-beta.0",
"version": "0.0.1-0.0.1-beta.1.0",
"description": "Serum common utilities",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
Expand All @@ -22,7 +22,7 @@
"prepare": "run-s clean build"
},
"dependencies": {
"@project-serum/serum": "^0.13.17",
"@project-serum/serum": "^0.13.20",
"bn.js": "^5.1.2",
"superstruct": "0.8.3"
},
Expand Down
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-beta.0",
"version": "0.0.1-0.0.1-beta.1.0",
"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-beta.0",
"@project-serum/common": "^0.0.1-0.0.1-beta.1.0",
"@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-beta.0",
"version": "0.0.1-0.0.1-beta.1.0",
"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-beta.0",
"@project-serum/lockup": "^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",
"@solana/spl-token": "0.0.11",
"bn.js": "^5.1.2",
"buffer-layout": "^1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/serum/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project-serum/serum",
"version": "0.13.19",
"version": "0.13.20",
"description": "Library for interacting with the serum dex",
"license": "MIT",
"repository": "project-serum/serum-ts",
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-beta.0",
"version": "0.0.1-0.0.1-beta.1.0",
"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-beta.0",
"@project-serum/lockup": "^0.0.1-beta.0",
"@project-serum/registry": "^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/registry": "^0.0.1-0.0.1-beta.1.0",
"@project-serum/sol-wallet-adapter": "^0.1.4",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/swap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project-serum/swap",
"version": "0.0.3",
"version": "0.0.4",
"description": "Serum Swap",
"main": "dist/index.umd.js",
"module": "dist/index.es5.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
]
},
"dependencies": {
"@project-serum/serum": "^0.13.17",
"@project-serum/serum": "^0.13.20",
"@solana/spl-token": "^0.0.13",
"@solana/spl-token-swap": "0.0.4",
"bn.js": "^5.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project-serum/tokens",
"version": "0.0.5",
"version": "0.0.6",
"description": "Serum tokens",
"main": "dist/index.umd.js",
"module": "dist/index.es5.js",
Expand Down

0 comments on commit 8168751

Please sign in to comment.