Skip to content

Commit

Permalink
chore: version packages (#407)
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 Nov 14, 2023
1 parent 570342f commit d868948
Show file tree
Hide file tree
Showing 20 changed files with 77 additions and 43 deletions.
9 changes: 0 additions & 9 deletions .changeset/chatty-moons-exercise.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": "^2.0.3",
"@livepeer/react-native": "^2.0.4",
"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": "^3.0.3",
"@livepeer/react": "^3.0.4",
"@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": "^2.0.3",
"@livepeer/react-native": "^2.0.4",
"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": "^2.0.3",
"@livepeer/react-native": "^2.0.4",
"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 @@ -9,9 +9,9 @@
"lint": "next lint"
},
"dependencies": {
"@livepeer/core-web": "^3.0.3",
"@livepeer/core-web": "^3.0.4",
"@livepeer/design-system": "^1.1.0",
"@livepeer/react": "^3.0.3",
"@livepeer/react": "^3.0.4",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-toast": "^1.1.5",
"@sentry/nextjs": "^7.69.0",
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": "^3.0.3",
"@livepeer/react": "^3.0.4",
"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 @@ -21,7 +21,7 @@
},
"dependencies": {
"@apollo/client": "^3.7.2",
"@livepeer/core-web": "^3.0.3",
"@livepeer/core-web": "^3.0.4",
"cross-fetch": "^3.1.5",
"graphql": "^16.6.0"
}
Expand Down
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/core-web": "^3.0.3"
"@livepeer/core-web": "^3.0.4"
}
}
11 changes: 10 additions & 1 deletion packages/core-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
# @livepeer/core-react

## 2.0.4

### Patch Changes

- [#406](https://github.com/livepeer/livepeer-react/pull/406) [`570342f`](https://github.com/livepeer/livepeer-react/commit/570342fc3e4570006c458a161f6edff9ef4de004) Thanks [@victorges](https://github.com/victorges)! - **Fix:** fixed metrics to only send values when they are defined, to avoid filtering on the backend.

- Updated dependencies [[`570342f`](https://github.com/livepeer/livepeer-react/commit/570342fc3e4570006c458a161f6edff9ef4de004)]:
- @livepeer/core@2.0.4

## 2.0.3

### Patch Changes

- [#403](https://github.com/livepeer/livepeer-react/pull/403) [`2d29716`](https://github.com/livepeer/livepeer-react/commit/2d297160a42dc17893e15342e0344139e385d873) Thanks [@0xcadams](https://github.com/0xcadams)! - **Fix:** fixed a race condition when b-frames are present in a stream, and fallback happens to HLS while SDP negotiation is still pending.
- [#403](https://github.com/livepeer/livepeer-react/pull/403) [`2d29716`](https://github.com/livepeer/livepeer-react/commit/2d297160a42dc17893e15342e0344139e385d873) Thanks [@0xcadams](https://github.com/0xcadams)! - **Fix:** fixed a race condition when b-frames are present in a stream, and fallback happens to HLS while SDP negotiation is still pending.

- Updated dependencies [[`2d29716`](https://github.com/livepeer/livepeer-react/commit/2d297160a42dc17893e15342e0344139e385d873)]:
- @livepeer/core@2.0.3
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": "2.0.3",
"version": "2.0.4",
"repository": {
"type": "git",
"url": "https://github.com/livepeer/livepeer-react.git",
Expand Down Expand Up @@ -69,7 +69,7 @@
},
"peerDependenciesMeta": {},
"dependencies": {
"@livepeer/core": "^2.0.3",
"@livepeer/core": "^2.0.4",
"@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

## 3.0.4

### Patch Changes

- [#406](https://github.com/livepeer/livepeer-react/pull/406) [`570342f`](https://github.com/livepeer/livepeer-react/commit/570342fc3e4570006c458a161f6edff9ef4de004) Thanks [@victorges](https://github.com/victorges)! - **Fix:** fixed metrics to only send values when they are defined, to avoid filtering on the backend.

- Updated dependencies [[`570342f`](https://github.com/livepeer/livepeer-react/commit/570342fc3e4570006c458a161f6edff9ef4de004)]:
- @livepeer/[email protected]

## 3.0.3

### 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/core-web",
"description": "Livepeer's vanilla JS library.",
"license": "MIT",
"version": "3.0.3",
"version": "3.0.4",
"repository": {
"type": "git",
"url": "https://github.com/livepeer/livepeer-react.git",
Expand Down Expand Up @@ -115,7 +115,7 @@
}
},
"dependencies": {
"@livepeer/core": "^2.0.3",
"@livepeer/core": "^2.0.4",
"@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

## 2.0.4

### Patch Changes

- [#406](https://github.com/livepeer/livepeer-react/pull/406) [`570342f`](https://github.com/livepeer/livepeer-react/commit/570342fc3e4570006c458a161f6edff9ef4de004) Thanks [@victorges](https://github.com/victorges)! - **Fix:** fixed metrics to only send values when they are defined, to avoid filtering on the backend.

## 2.0.3

### 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": "2.0.3",
"version": "2.0.4",
"repository": {
"type": "git",
"url": "https://github.com/livepeer/livepeer-react.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

## 2.0.4

### Patch Changes

- [#406](https://github.com/livepeer/livepeer-react/pull/406) [`570342f`](https://github.com/livepeer/livepeer-react/commit/570342fc3e4570006c458a161f6edff9ef4de004) Thanks [@victorges](https://github.com/victorges)! - **Fix:** fixed metrics to only send values when they are defined, to avoid filtering on the backend.

- Updated dependencies [[`570342f`](https://github.com/livepeer/livepeer-react/commit/570342fc3e4570006c458a161f6edff9ef4de004)]:
- @livepeer/core-react@2.0.4

## 2.0.3

### 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": "2.0.3",
"version": "2.0.4",
"repository": {
"type": "git",
"url": "https://github.com/livepeer/livepeer-react.git",
Expand Down Expand Up @@ -59,7 +59,7 @@
},
"peerDependenciesMeta": {},
"dependencies": {
"@livepeer/core-react": "^2.0.3",
"@livepeer/core-react": "^2.0.4",
"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

## 3.0.4

### Patch Changes

- [#406](https://github.com/livepeer/livepeer-react/pull/406) [`570342f`](https://github.com/livepeer/livepeer-react/commit/570342fc3e4570006c458a161f6edff9ef4de004) Thanks [@victorges](https://github.com/victorges)! - **Fix:** fixed metrics to only send values when they are defined, to avoid filtering on the backend.

- Updated dependencies [[`570342f`](https://github.com/livepeer/livepeer-react/commit/570342fc3e4570006c458a161f6edff9ef4de004)]:
- @livepeer/[email protected]
- @livepeer/[email protected]

## 3.0.3

### 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": "3.0.3",
"version": "3.0.4",
"repository": {
"type": "git",
"url": "https://github.com/livepeer/livepeer-react.git",
Expand Down Expand Up @@ -60,8 +60,8 @@
}
},
"dependencies": {
"@livepeer/core-react": "^2.0.3",
"@livepeer/core-web": "^3.0.3",
"@livepeer/core-react": "^2.0.4",
"@livepeer/core-web": "^3.0.4",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-select": "^1.2.2",
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.

3 comments on commit d868948

@vercel
Copy link

@vercel vercel bot commented on d868948 Nov 14, 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 d868948 Nov 14, 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 d868948 Nov 14, 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.