Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Commit

Permalink
chore(release): publish v1.0.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jozanza committed Mar 30, 2018
1 parent 6882318 commit f5231a2
Show file tree
Hide file tree
Showing 16 changed files with 130 additions and 20 deletions.
32 changes: 29 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.0.0-alpha.4"></a>
# [1.0.0-alpha.4](https://github.com/livepeer/livepeerjs/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2018-03-30)


### Code Refactoring

* **graphql-sdk:** Updated typedefs and resolvers to work with latest sdk updates ([930145c](https://github.com/livepeer/livepeerjs/commit/930145c))


### Features

* **apollo:** Added option for controllerAddress ([c5729ed](https://github.com/livepeer/livepeerjs/commit/c5729ed))
* **player:** Embed route ([8f35f61](https://github.com/livepeer/livepeerjs/commit/8f35f61))
* **sdk:** Add controllerAddress option and update rpc methods to reflect ABI updates ([1c3a6e3](https://github.com/livepeer/livepeerjs/commit/1c3a6e3)), closes [#36](https://github.com/livepeer/livepeerjs/issues/36)


### BREAKING CHANGES

* **graphql-sdk:** Somee type definitions have changed
* **sdk:** Some method signatures have changed




<a name="1.0.0-alpha.3"></a>
# [1.0.0-alpha.3](https://github.com/livepeer/livepeerjs/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2018-02-14)

Expand Down Expand Up @@ -86,6 +115,3 @@
* **sdk:** Added new getBroadcaster method ([4a9c36e](https://github.com/livepeer/livepeerjs/commit/4a9c36e))
* **sdk:** getTranscoderTotalStake method ([23d7e51](https://github.com/livepeer/livepeerjs/commit/23d7e51))
* **sdk:** Wait for transaction receipts ([0262ff7](https://github.com/livepeer/livepeerjs/commit/0262ff7))



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": "1.0.0-alpha.3"
"version": "1.0.0-alpha.4"
}
12 changes: 12 additions & 0 deletions packages/apollo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.0.0-alpha.4"></a>
# [1.0.0-alpha.4](https://github.com/livepeer/livepeerjs/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2018-03-30)




**Note:** Version bump only for package @livepeer/apollo
2 changes: 1 addition & 1 deletion packages/apollo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@livepeer/apollo",
"private": true,
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"license": "MIT",
"main": "main/index.js",
"module": "lib/index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/chroma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.0.0-alpha.4"></a>
# [1.0.0-alpha.4](https://github.com/livepeer/livepeerjs/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2018-03-30)




**Note:** Version bump only for package @livepeer/chroma
4 changes: 2 additions & 2 deletions packages/chroma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livepeer/chroma",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"main": "main/index.js",
"module": "lib/index.js",
"license": "MIT",
Expand All @@ -14,7 +14,7 @@
"test": "npx jest"
},
"dependencies": {
"@livepeer/sdk": "^1.0.0-alpha.3",
"@livepeer/sdk": "^1.0.0-alpha.4",
"hls.js": "https://github.com/jozanza/hls.js.git#9f68d40971242b0d2216376ff7ff776299acf8fd",
"prop-types": "15.6.1",
"react": "^16.1.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.0.0-alpha.4"></a>
# [1.0.0-alpha.4](https://github.com/livepeer/livepeerjs/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2018-03-30)




**Note:** Version bump only for package @livepeer/explorer
8 changes: 4 additions & 4 deletions packages/explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@livepeer/explorer",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"private": true,
"main": "src/electron/main.js",
"dependencies": {
"@livepeer/apollo": "^1.0.0-alpha.3",
"@livepeer/graphql-sdk": "^1.0.0-alpha.3",
"@livepeer/sdk": "^1.0.0-alpha.3",
"@livepeer/apollo": "^1.0.0-alpha.4",
"@livepeer/graphql-sdk": "^1.0.0-alpha.4",
"@livepeer/sdk": "^1.0.0-alpha.4",
"apollo-cache-inmemory": "1.1.10",
"apollo-client": "2.2.6",
"apollo-link": "1.2.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/graphql-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.0.0-alpha.4"></a>
# [1.0.0-alpha.4](https://github.com/livepeer/livepeerjs/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2018-03-30)




**Note:** Version bump only for package @livepeer/graphql-sdk
4 changes: 2 additions & 2 deletions packages/graphql-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livepeer/graphql-sdk",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"license": "MIT",
"main": "main/index.js",
"module": "lib/index.js",
Expand All @@ -15,7 +15,7 @@
"test": "npx ava"
},
"dependencies": {
"@livepeer/sdk": "^1.0.0-alpha.3",
"@livepeer/sdk": "^1.0.0-alpha.4",
"babel-runtime": "^6.26.0",
"graphql": "0.13.0",
"graphql-tools": "^2.19.0"
Expand Down
12 changes: 12 additions & 0 deletions packages/lpx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.0.0-alpha.4"></a>
# [1.0.0-alpha.4](https://github.com/livepeer/livepeerjs/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2018-03-30)




**Note:** Version bump only for package @livepeer/lpx
4 changes: 2 additions & 2 deletions packages/lpx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livepeer/lpx",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"license": "MIT",
"bin": {
"lpx": "bin/index.js"
Expand All @@ -14,7 +14,7 @@
"test": "npx ava"
},
"dependencies": {
"@livepeer/sdk": "^1.0.0-alpha.3",
"@livepeer/sdk": "^1.0.0-alpha.4",
"as-table": "^1.0.31",
"babel-runtime": "^6.26.0",
"cli-spinner": "0.2.8",
Expand Down
12 changes: 12 additions & 0 deletions packages/player/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.0.0-alpha.4"></a>
# [1.0.0-alpha.4](https://github.com/livepeer/livepeerjs/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2018-03-30)




**Note:** Version bump only for package @livepeer/player
8 changes: 4 additions & 4 deletions packages/player/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@livepeer/player",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"private": true,
"dependencies": {
"@livepeer/apollo": "^1.0.0-alpha.3",
"@livepeer/graphql-sdk": "^1.0.0-alpha.3",
"@livepeer/sdk": "^1.0.0-alpha.3",
"@livepeer/apollo": "^1.0.0-alpha.4",
"@livepeer/graphql-sdk": "^1.0.0-alpha.4",
"@livepeer/sdk": "^1.0.0-alpha.4",
"apollo-cache-inmemory": "1.1.10",
"apollo-client": "2.2.6",
"apollo-link": "1.2.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.0.0-alpha.4"></a>
# [1.0.0-alpha.4](https://github.com/livepeer/livepeerjs/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2018-03-30)




**Note:** Version bump only for package @livepeer/sdk
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": "@livepeer/sdk",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"license": "MIT",
"main": "main/index.js",
"module": "lib/index.js",
Expand Down

0 comments on commit f5231a2

Please sign in to comment.