Skip to content

Commit 6b2cb16

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

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

packages/ix-player/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@0.0.1) (2023-01-12)
6+
## [1.0.0](https://github.com/imgix/ix-elements/tree/%40imgix/ix-player%401.0.0) (2023-11-2)
7+
8+
## [0.0.1](https://github.com/imgix/ix-elements/tree/%40imgix/ix-player%400.0.1) (2023-01-12)
79

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

packages/ix-player/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@imgix/ix-player",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "An imgix video custom element that works anywhere",
55
"main": "./dist/index.cjs.js",
66
"module": "./dist/index.mjs",
@@ -22,7 +22,7 @@
2222
},
2323
"repository": {
2424
"type": "git",
25-
"url": "https://github.com/imgix/ix-elements/tree/l/ix-player",
25+
"url": "https://github.com/imgix/ix-elements/tree/main/packages/ix-player",
2626
"directory": "packages/ix-player"
2727
},
2828
"author": "imgix, Inc.",

0 commit comments

Comments
 (0)