Skip to content

Commit

Permalink
chore: version packages (#6)
Browse files Browse the repository at this point in the history
* chore: version packages

* ci: bump build

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Chase Adams <c@cadams.io>
  • Loading branch information
3 people authored Aug 17, 2022
1 parent 97c56f6 commit 06521cb
Show file tree
Hide file tree
Showing 10 changed files with 61 additions and 38 deletions.
22 changes: 0 additions & 22 deletions .changeset/early-chicken-hide.md

This file was deleted.

1 change: 1 addition & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
presets: ['@babel/preset-typescript', '@babel/preset-react'],

overrides: [
{
include: ['./packages/core', './packages/react'],
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
},
"dependencies": {
"@livepeer/design-system": "^1.0.3",
"@livepeer/react": "^0.2.1",
"@livepeer/react": "^0.2.2",
"@reach/skip-nav": "^0.17.0",
"ethers": "^5.6.9",
"hls.js": "^1.2.0",
"livepeer": "^0.2.1",
"livepeer": "^0.2.2",
"next": "^12.2.5",
"next-themes": "^0.2.0",
"nextra": "2.0.0-beta.17",
Expand Down
4 changes: 2 additions & 2 deletions examples/_dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"lint": "next lint"
},
"dependencies": {
"@livepeer/react": "^0.2.1",
"@livepeer/react": "^0.2.2",
"connectkit": "^0.0.1",
"ethers": "^5.6.9",
"livepeer": "^0.2.1",
"livepeer": "^0.2.2",
"next": "^12.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"lint": "next lint"
},
"dependencies": {
"@livepeer/react": "^0.2.1",
"@livepeer/react": "^0.2.2",
"ethers": "^5.6.9",
"livepeer": "^0.2.1",
"livepeer": "^0.2.2",
"next": "^12.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
22 changes: 22 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# livepeer

## 0.2.2

### Patch Changes

- [#5](https://github.com/livepeer/livepeer.js/pull/5) [`97c56f6`](https://github.com/livepeer/livepeer.js/commit/97c56f64b18f62c6b417e35ac27834747b7a0c20) Thanks [@0xcadams](https://github.com/0xcadams)! - Updated the default studio API key to use a new, tracked (and rate-limited) version.

```diff
-export const defaultStudioApiKey = '182188f3-3ddf-4dc2-9889-79ecb17a26c9';
+export const defaultStudioApiKey = '4991930c-f9ae-46a0-a2a8-488c466da778';
```

Updated the types on `CreateAssetArgs` to include `ReadStream` for node.js environments.

```diff
export type CreateAssetArgs = {
name: string;

- file: File;
+ file: File | ReadStream;
};
```

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "livepeer",
"description": "Livepeer's vanilla JS library.",
"license": "MIT",
"version": "0.2.1",
"version": "0.2.2",
"repository": {
"type": "git",
"url": "https://github.com/livepeer/livepeer.js.git",
Expand Down
22 changes: 22 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @livepeer/react

## 0.2.2

### Patch Changes

- [#5](https://github.com/livepeer/livepeer.js/pull/5) [`97c56f6`](https://github.com/livepeer/livepeer.js/commit/97c56f64b18f62c6b417e35ac27834747b7a0c20) Thanks [@0xcadams](https://github.com/0xcadams)! - Updated the default studio API key to use a new, tracked (and rate-limited) version.

```diff
-export const defaultStudioApiKey = '182188f3-3ddf-4dc2-9889-79ecb17a26c9';
+export const defaultStudioApiKey = '4991930c-f9ae-46a0-a2a8-488c466da778';
```

Updated the types on `CreateAssetArgs` to include `ReadStream` for node.js environments.

```diff
export type CreateAssetArgs = {
name: string;

- file: File;
+ file: File | ReadStream;
};
```

## 0.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@livepeer/react",
"description": "React components & hooks for apps built with Livepeer.",
"license": "MIT",
"version": "0.2.1",
"version": "0.2.2",
"repository": {
"type": "git",
"url": "https://github.com/livepeer/livepeer.js.git",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@types/react-dom": "^18.0.6",
"@types/use-sync-external-store": "^0.0.3",
"ethers": "^5.6.9",
"livepeer": "^0.2.1",
"livepeer": "^0.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"wagmi": "^0.6.3"
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 06521cb

@vercel
Copy link

@vercel vercel bot commented on 06521cb Aug 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.