Skip to content

Commit

Permalink
chore(release): publish v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
victorges committed Mar 22, 2022
1 parent 5622d54 commit 83ecfcf
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"packages/**"
],
"useWorkspaces": true,
"version": "0.2.7"
"version": "0.3.0"
}
2 changes: 1 addition & 1 deletion packages/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@livepeer.com/admin",
"version": "0.2.5",
"version": "0.3.0",
"main": "package.json",
"scripts": {
"deploy": "yarn run graphql-deploy && yarn run sanity-deploy",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "@livepeer.com/api",
"description": "Livepeer API node for controlling streams",
"version": "0.2.7",
"version": "0.3.0",
"license": "MIT",
"main": "dist/index.js",
"module": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livepeer.com/design-system",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/www/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@livepeer.com/www",
"version": "0.2.7",
"version": "0.3.0",
"scripts": {
"prepare": "cd ../api && yarn run prepare",
"dev": "next",
Expand All @@ -21,8 +21,8 @@
"@emotion/core": "^10.0.17",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^10.0.23",
"@livepeer.com/api": "^0.2.7",
"@livepeer.com/design-system": "^0.2.0",
"@livepeer.com/api": "^0.3.0",
"@livepeer.com/design-system": "^0.3.0",
"@mdx-js/loader": "^1.6.16",
"@mdx-js/mdx": "^1.6.16",
"@mdx-js/react": "^1.6.16",
Expand Down

0 comments on commit 83ecfcf

Please sign in to comment.