Skip to content

Commit 957742a

Browse files
committed
chore(release): publish v0.19.0
1 parent 66a2165 commit 957742a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
},
88
"npmClient": "yarn",
99
"packages": ["packages/**"],
10-
"version": "0.18.0"
10+
"version": "0.19.0"
1111
}

packages/api/package.json

Lines changed: 2 additions & 2 deletions
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.18.0",
5+
"version": "0.19.0",
66
"license": "MIT",
77
"main": "dist/index.js",
88
"module": "src/index.js",
@@ -45,7 +45,7 @@
4545
"@cloudflare/json-schema-walker": "^0.1.1",
4646
"@cloudflare/kv-asset-handler": "^0.0.11",
4747
"@lit-protocol/sdk-nodejs": "^1.1.241",
48-
"@livepeer.studio/www": "^0.18.0",
48+
"@livepeer.studio/www": "^0.19.0",
4949
"@onflow/fcl": "^1.3.2",
5050
"@peculiar/webcrypto": "^1.2.3",
5151
"@sendgrid/client": "^7.6.0",

packages/www/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@livepeer.studio/www",
4-
"version": "0.18.0",
4+
"version": "0.19.0",
55
"scripts": {
66
"prepare": "cd ../api && yarn run prepare",
77
"dev": "next",
@@ -21,7 +21,7 @@
2121
"@emotion/react": "^11.4.0",
2222
"@emotion/styled": "^10.0.23",
2323
"@june-so/analytics-next": "^2.0.0",
24-
"@livepeer.studio/api": "^0.18.0",
24+
"@livepeer.studio/api": "^0.19.0",
2525
"@livepeer/design-system": "^1.1.0",
2626
"@livepeer/react": "^3.1.9",
2727
"@mdx-js/loader": "^1.6.16",

0 commit comments

Comments
 (0)