Skip to content

Commit

Permalink
chore(release): publish v0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
victorges committed Feb 1, 2024
1 parent bc809e4 commit c41f502
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"lerna": "2.9.0",
"npmClient": "yarn",
"packages": ["packages/**"],
"version": "0.16.1"
"version": "0.16.2"
}
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "@livepeer.studio/api",
"description": "Livepeer Studio API node for controlling streams",
"version": "0.16.1",
"version": "0.16.2",
"license": "MIT",
"main": "dist/index.js",
"module": "src/index.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@cloudflare/json-schema-walker": "^0.1.1",
"@cloudflare/kv-asset-handler": "^0.0.11",
"@lit-protocol/sdk-nodejs": "^1.1.241",
"@livepeer.studio/www": "^0.16.1",
"@livepeer.studio/www": "^0.16.2",
"@livepeer/sdk": "1.0.0-alpha.7",
"@onflow/fcl": "^1.3.2",
"@peculiar/webcrypto": "^1.2.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/www/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@livepeer.studio/www",
"version": "0.16.1",
"version": "0.16.2",
"scripts": {
"prepare": "cd ../api && yarn run prepare",
"dev": "next",
Expand All @@ -20,7 +20,7 @@
"@emotion/core": "^10.0.17",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^10.0.23",
"@livepeer.studio/api": "^0.16.1",
"@livepeer.studio/api": "^0.16.2",
"@livepeer/design-system": "^1.1.0",
"@livepeer/react": "^3.1.9",
"@mdx-js/loader": "^1.6.16",
Expand Down

0 comments on commit c41f502

Please sign in to comment.