Skip to content

Commit

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

* ci: bump

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Chase Adams <[email protected]>
  • Loading branch information
3 people authored Oct 5, 2023
1 parent 6095d73 commit 0ffe910
Show file tree
Hide file tree
Showing 20 changed files with 76 additions and 42 deletions.
9 changes: 0 additions & 9 deletions .changeset/old-grapes-add.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/_expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dev:web": "expo start --web"
},
"dependencies": {
"@livepeer/react-native": "^1.8.6",
"@livepeer/react-native": "^1.8.7",
"expo": "47.0.9",
"expo-av": "~13.0.2",
"expo-image-picker": "~14.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/_next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@livepeer/react": "^2.8.7",
"@livepeer/react": "^2.8.8",
"@rainbow-me/rainbowkit": "^0.8.0",
"ethers": "^5.7.2",
"next": "^13.0.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/_react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"postinstall": "pnpm install:pod || echo 'pod installation failed, skipping'"
},
"dependencies": {
"@livepeer/react-native": "^1.8.6",
"@livepeer/react-native": "^1.8.7",
"expo": "^47.0.0",
"expo-av": "~13.0.1",
"react": "18.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dev:web": "expo start --web"
},
"dependencies": {
"@livepeer/react-native": "^1.8.6",
"@livepeer/react-native": "^1.8.7",
"expo": "47.0.9",
"expo-av": "~13.0.2",
"expo-image-picker": "~14.0.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/next-13/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@livepeer/design-system": "^1.1.0",
"@livepeer/react": "^2.8.7",
"@livepeer/react": "^2.8.8",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-toast": "^1.1.5",
"@sentry/nextjs": "^7.69.0",
Expand All @@ -20,7 +20,7 @@
"encoding": "^0.1.13",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"livepeer": "^2.8.7",
"livepeer": "^2.8.8",
"mux-embed": "^4.28.1",
"next": "13.5.1",
"next-themes": "^0.2.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@livepeer/react": "^2.8.7",
"@livepeer/react": "^2.8.8",
"next": "^13.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"@apollo/client": "^3.7.2",
"cross-fetch": "^3.1.5",
"graphql": "^16.6.0",
"livepeer": "^2.8.7"
"livepeer": "^2.8.8"
}
}
2 changes: 1 addition & 1 deletion examples/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"vite": "^3.2.5"
},
"dependencies": {
"livepeer": "^2.8.7"
"livepeer": "^2.8.8"
}
}
9 changes: 9 additions & 0 deletions packages/core-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @livepeer/core-react

## 1.8.8

### Patch Changes

- [#388](https://github.com/livepeer/livepeer.js/pull/388) [`6095d73`](https://github.com/livepeer/livepeer.js/commit/6095d73fbfd469f5148479d757d90e81ed8569db) Thanks [@0xcadams](https://github.com/0xcadams)! - **Feature:** added `onClipStarted` and ensured overridden `liveSyncDurationCount` in HLS config does not throw errors in HLS.js.

- Updated dependencies [[`6095d73`](https://github.com/livepeer/livepeer.js/commit/6095d73fbfd469f5148479d757d90e81ed8569db)]:
- @livepeer/core@1.8.8

## 1.8.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/core-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@livepeer/core-react",
"description": "React components & hooks for apps built with Livepeer.",
"license": "MIT",
"version": "1.8.7",
"version": "1.8.8",
"repository": {
"type": "git",
"url": "https://github.com/livepeer/livepeer.js.git",
Expand Down Expand Up @@ -69,7 +69,7 @@
},
"peerDependenciesMeta": {},
"dependencies": {
"@livepeer/core": "^1.8.7",
"@livepeer/core": "^1.8.8",
"@tanstack/query-async-storage-persister": "4.29.23",
"@tanstack/query-core": "4.29.23",
"@tanstack/react-query": "4.29.23",
Expand Down
9 changes: 9 additions & 0 deletions packages/core-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# livepeer

## 2.8.8

### Patch Changes

- [#388](https://github.com/livepeer/livepeer.js/pull/388) [`6095d73`](https://github.com/livepeer/livepeer.js/commit/6095d73fbfd469f5148479d757d90e81ed8569db) Thanks [@0xcadams](https://github.com/0xcadams)! - **Feature:** added `onClipStarted` and ensured overridden `liveSyncDurationCount` in HLS config does not throw errors in HLS.js.

- Updated dependencies [[`6095d73`](https://github.com/livepeer/livepeer.js/commit/6095d73fbfd469f5148479d757d90e81ed8569db)]:
- @livepeer/[email protected]

## 2.8.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/core-web/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": "2.8.7",
"version": "2.8.8",
"repository": {
"type": "git",
"url": "https://github.com/livepeer/livepeer.js.git",
Expand Down Expand Up @@ -115,7 +115,7 @@
}
},
"dependencies": {
"@livepeer/core": "^1.8.7",
"@livepeer/core": "^1.8.8",
"@stitches/core": "^1.2.8",
"core-js": "^3.31.1",
"cross-fetch": "^4.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @livepeer/core

## 1.8.8

### Patch Changes

- [#388](https://github.com/livepeer/livepeer.js/pull/388) [`6095d73`](https://github.com/livepeer/livepeer.js/commit/6095d73fbfd469f5148479d757d90e81ed8569db) Thanks [@0xcadams](https://github.com/0xcadams)! - **Feature:** added `onClipStarted` and ensured overridden `liveSyncDurationCount` in HLS config does not throw errors in HLS.js.

## 1.8.7

### 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/core",
"description": "Livepeer's core vanilla JS library.",
"license": "MIT",
"version": "1.8.7",
"version": "1.8.8",
"repository": {
"type": "git",
"url": "https://github.com/livepeer/livepeer.js.git",
Expand Down
9 changes: 9 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @livepeer/react-native

## 1.8.7

### Patch Changes

- [#388](https://github.com/livepeer/livepeer.js/pull/388) [`6095d73`](https://github.com/livepeer/livepeer.js/commit/6095d73fbfd469f5148479d757d90e81ed8569db) Thanks [@0xcadams](https://github.com/0xcadams)! - **Feature:** added `onClipStarted` and ensured overridden `liveSyncDurationCount` in HLS config does not throw errors in HLS.js.

- Updated dependencies [[`6095d73`](https://github.com/livepeer/livepeer.js/commit/6095d73fbfd469f5148479d757d90e81ed8569db)]:
- @livepeer/core-react@1.8.8

## 1.8.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@livepeer/react-native",
"description": "React Native components & hooks for mobile apps built with Livepeer.",
"license": "MIT",
"version": "1.8.6",
"version": "1.8.7",
"repository": {
"type": "git",
"url": "https://github.com/livepeer/livepeer.js.git",
Expand Down Expand Up @@ -59,7 +59,7 @@
},
"peerDependenciesMeta": {},
"dependencies": {
"@livepeer/core-react": "^1.8.7",
"@livepeer/core-react": "^1.8.8",
"react-native-url-polyfill": "^2.0.0",
"stitches-native": "^0.4.0",
"zustand": "^4.3.9"
Expand Down
10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @livepeer/react

## 2.8.8

### Patch Changes

- [#388](https://github.com/livepeer/livepeer.js/pull/388) [`6095d73`](https://github.com/livepeer/livepeer.js/commit/6095d73fbfd469f5148479d757d90e81ed8569db) Thanks [@0xcadams](https://github.com/0xcadams)! - **Feature:** added `onClipStarted` and ensured overridden `liveSyncDurationCount` in HLS config does not throw errors in HLS.js.

- Updated dependencies [[`6095d73`](https://github.com/livepeer/livepeer.js/commit/6095d73fbfd469f5148479d757d90e81ed8569db)]:
- @livepeer/[email protected]
- [email protected]

## 2.8.7

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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 web apps built with Livepeer.",
"license": "MIT",
"version": "2.8.7",
"version": "2.8.8",
"repository": {
"type": "git",
"url": "https://github.com/livepeer/livepeer.js.git",
Expand Down Expand Up @@ -60,13 +60,13 @@
}
},
"dependencies": {
"@livepeer/core-react": "^1.8.7",
"@livepeer/core-react": "^1.8.8",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-select": "^1.2.2",
"@stitches/react": "^1.2.8",
"core-js": "^3.31.1",
"livepeer": "2.8.7",
"livepeer": "2.8.8",
"zustand": "^4.3.9"
},
"devDependencies": {
Expand Down
28 changes: 14 additions & 14 deletions pnpm-lock.yaml

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

2 comments on commit 0ffe910

@vercel
Copy link

@vercel vercel bot commented on 0ffe910 Oct 5, 2023

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 0ffe910 Oct 5, 2023

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.