Skip to content

Commit

Permalink
chore(ix-player-react): release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luqven committed Nov 2, 2023
1 parent 6b2cb16 commit 0d403e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion packages/ix-player-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.1](https://github.com/imgix/ix-elements/packages/@imgix/[email protected]) (2023-01-17)
## [1.0.0](https://github.com/imgix/ix-elements/tree/%40imgix/ix-player-react%401.0.0) (2023-11-2)

## [0.0.1](https://github.com/imgix/ix-elements/tree/%40imgix/ix-player-react%400.0.1) (2023-01-17)

**Note** First beta release of ix-player-react.
6 changes: 3 additions & 3 deletions packages/ix-player-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@imgix/ix-player-react",
"version": "0.0.1",
"version": "1.0.0",
"description": "An imgix video custom element for React",
"main": "./dist/index.cjs.js",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/imgix/ix-elements/tree/l/ix-player",
"url": "https://github.com/imgix/ix-elements/tree/main/packages/ix-player-react",
"directory": "packages/ix-player-react"
},
"author": "imgix, Inc.",
Expand Down Expand Up @@ -63,7 +63,7 @@
}
},
"dependencies": {
"@imgix/ix-player": ">=0.0.1",
"@imgix/ix-player": ">=1.0.0",
"@mux/playback-core": "0.15.0",
"prop-types": "^15.7.2"
},
Expand Down

0 comments on commit 0d403e0

Please sign in to comment.