Skip to content

Commit 9629494

Browse files
committed
2 parents 0751741 + c75c961 commit 9629494

File tree

6 files changed

+140
-138
lines changed

6 files changed

+140
-138
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111

1212
steps:
1313
- name: Checkout repository
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515

1616
- name: Setup pnpm
1717
uses: pnpm/action-setup@v4
1818
with:
19-
version: 10.13.1
19+
version: 10.14.0
2020
run_install: false
2121

2222
- name: Setup Node.js

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414

1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
- name: Setup pnpm
2020
uses: pnpm/action-setup@v4
2121
with:
22-
version: 10.13.1
22+
version: 10.14.0
2323
run_install: false
2424

2525
- name: Setup Node.js

.github/workflows/version-bump.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
with:
2323
token: ${{ secrets.GITHUB_TOKEN }}
2424
fetch-depth: 0
2525

2626
- name: Setup pnpm
2727
uses: pnpm/action-setup@v4
2828
with:
29-
version: 10.13.1
29+
version: 10.14.0
3030
run_install: false
3131

3232
- name: Set up Node

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@interactive-video-labs/react",
3-
"version": "0.0.2",
3+
"version": "0.1.0",
44
"description": "Thin React wrapper for the @interactive-video-labs/core engine. Enables cue-based interactive video playback in React apps.",
55
"type": "module",
66
"main": "dist/index.cjs",
@@ -53,7 +53,7 @@
5353
"bugs": {
5454
"url": "https://github.com/interactive-video-labs/interactive-video-react-wrapper/issues"
5555
},
56-
"packageManager": "pnpm@10.13.1",
56+
"packageManager": "pnpm@10.14.0",
5757
"peerDependencies": {
5858
"@interactive-video-labs/core": "^0.1.2",
5959
"react": ">=17.0.0 || >=18.0.0",

0 commit comments

Comments
 (0)