Skip to content

Commit c41f502

Browse files
committed
chore(release): publish v0.16.2
1 parent bc809e4 commit c41f502

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"lerna": "2.9.0",
99
"npmClient": "yarn",
1010
"packages": ["packages/**"],
11-
"version": "0.16.1"
11+
"version": "0.16.2"
1212
}

packages/api/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"name": "@livepeer.studio/api",
44
"description": "Livepeer Studio API node for controlling streams",
5-
"version": "0.16.1",
5+
"version": "0.16.2",
66
"license": "MIT",
77
"main": "dist/index.js",
88
"module": "src/index.js",
@@ -46,7 +46,7 @@
4646
"@cloudflare/json-schema-walker": "^0.1.1",
4747
"@cloudflare/kv-asset-handler": "^0.0.11",
4848
"@lit-protocol/sdk-nodejs": "^1.1.241",
49-
"@livepeer.studio/www": "^0.16.1",
49+
"@livepeer.studio/www": "^0.16.2",
5050
"@livepeer/sdk": "1.0.0-alpha.7",
5151
"@onflow/fcl": "^1.3.2",
5252
"@peculiar/webcrypto": "^1.2.3",

packages/www/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@livepeer.studio/www",
4-
"version": "0.16.1",
4+
"version": "0.16.2",
55
"scripts": {
66
"prepare": "cd ../api && yarn run prepare",
77
"dev": "next",
@@ -20,7 +20,7 @@
2020
"@emotion/core": "^10.0.17",
2121
"@emotion/react": "^11.4.0",
2222
"@emotion/styled": "^10.0.23",
23-
"@livepeer.studio/api": "^0.16.1",
23+
"@livepeer.studio/api": "^0.16.2",
2424
"@livepeer/design-system": "^1.1.0",
2525
"@livepeer/react": "^3.1.9",
2626
"@mdx-js/loader": "^1.6.16",

0 commit comments

Comments
 (0)