Skip to content

Commit

Permalink
Merge pull request #43 from digi-monkey/bump-0.6.0-rc1
Browse files Browse the repository at this point in the history
chore: bump v0.6.0-rc1
  • Loading branch information
digi-monkey authored Jul 1, 2022
2 parents eb726f9 + d4ee48e commit a8c742b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seal-blog",
"version": "0.6.0",
"version": "0.6.0-rc1",
"license": "MIT",
"private": true,
"workspaces": [
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seal-blog/client",
"version": "0.6.0",
"version": "0.6.0-rc1",
"private": true,
"devDependencies": {
"@testing-library/jest-dom": "^5.11.4",
Expand All @@ -26,7 +26,7 @@
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@metamask/onboarding": "^1.0.0",
"@seal-blog/sdk": "0.6.0",
"@seal-blog/sdk": "0.6.0-rc1",
"babylonjs-hook": "^0.1.0",
"crypto-js": "^4.1.1",
"degen": "^0.0.9",
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": "@seal-blog/contract",
"version": "0.6.0",
"version": "0.6.0-rc1",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seal-blog/sdk",
"version": "0.6.0",
"version": "0.6.0-rc1",
"license": "MIT",
"main": "lib/index",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seal-blog/server",
"version": "0.6.0",
"version": "0.6.0-rc1",
"license": "MIT",
"main": "src/index",
"scripts": {
Expand All @@ -22,7 +22,7 @@
]
},
"dependencies": {
"@seal-blog/sdk": "0.6.0",
"@seal-blog/sdk": "0.6.0-rc1",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"ethers": "^5.6.7",
Expand Down

0 comments on commit a8c742b

Please sign in to comment.