Skip to content

Commit 0d403e0

Browse files
committed
chore(ix-player-react): release v1.0.0
1 parent 6b2cb16 commit 0d403e0

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

packages/ix-player-react/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
## [0.0.1](https://github.com/imgix/ix-elements/packages/@imgix/ix-player-react@0.0.1) (2023-01-17)
6+
## [1.0.0](https://github.com/imgix/ix-elements/tree/%40imgix/ix-player-react%401.0.0) (2023-11-2)
7+
8+
## [0.0.1](https://github.com/imgix/ix-elements/tree/%40imgix/ix-player-react%400.0.1) (2023-01-17)
79

810
**Note** First beta release of ix-player-react.

packages/ix-player-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@imgix/ix-player-react",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "An imgix video custom element for React",
55
"main": "./dist/index.cjs.js",
66
"module": "./dist/index.mjs",
@@ -28,7 +28,7 @@
2828
},
2929
"repository": {
3030
"type": "git",
31-
"url": "https://github.com/imgix/ix-elements/tree/l/ix-player",
31+
"url": "https://github.com/imgix/ix-elements/tree/main/packages/ix-player-react",
3232
"directory": "packages/ix-player-react"
3333
},
3434
"author": "imgix, Inc.",
@@ -63,7 +63,7 @@
6363
}
6464
},
6565
"dependencies": {
66-
"@imgix/ix-player": ">=0.0.1",
66+
"@imgix/ix-player": ">=1.0.0",
6767
"@mux/playback-core": "0.15.0",
6868
"prop-types": "^15.7.2"
6969
},

0 commit comments

Comments
 (0)