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]
  • Loading branch information
armaniferrante committed Feb 11, 2021
1 parent 8be87b0 commit c7126ff
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.2",
"version": "0.0.1-beta.3",
"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.20",
"@project-serum/serum": "^0.13.21",
"bn.js": "^5.1.2",
"superstruct": "0.8.3"
},
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.20",
"version": "0.13.21",
"description": "Library for interacting with the serum dex",
"license": "MIT",
"repository": "project-serum/serum-ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/stake-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@project-serum/stake-ui",
"version": "0.0.1-beta.2",
"version": "0.0.1-beta.3",
"private": true,
"homepage": ".",
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@project-serum/anchor": "^0.0.0-alpha.7",
"@project-serum/common": "^0.0.1-beta.2",
"@project-serum/common": "^0.0.1-beta.3",
"@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.4",
"version": "0.0.5",
"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.20",
"@project-serum/serum": "^0.13.21",
"@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.6",
"version": "0.0.7",
"description": "Serum tokens",
"main": "dist/index.umd.js",
"module": "dist/index.es5.js",
Expand Down

0 comments on commit c7126ff

Please sign in to comment.