Skip to content

Commit

Permalink
1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasBuelens committed Feb 15, 2024
1 parent 3665e10 commit 57a9294
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
> - 🏠 Internal
> - πŸ’… Polish
## Unreleased
## v1.7.1 (2024-02-15)

- πŸ’… Export `version` in public API. ([#53](https://github.com/THEOplayer/web-ui/pull/53))
- πŸ’… Allow importing `@theoplayer/web-ui/package.json`. ([#53](https://github.com/THEOplayer/web-ui/pull/53))
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theoplayer/web-ui",
"version": "1.7.0",
"version": "1.7.1",
"description": "UI component library for the THEOplayer Web SDK",
"main": "dist/THEOplayerUI.js",
"module": "dist/THEOplayerUI.mjs",
Expand Down
3 changes: 2 additions & 1 deletion react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@
> - 🏠 Internal
> - πŸ’… Polish
## Unreleased
## v1.7.1 (2024-02-15)

- πŸ› Fix "Warning: useLayoutEffect does nothing on the server" when using `@theoplayer/react-ui` in Node. ([#52](https://github.com/THEOplayer/web-ui/pull/52))
- πŸ’… Export `version` in public API. ([#53](https://github.com/THEOplayer/web-ui/pull/53))
- πŸ’… Allow importing `@theoplayer/react-ui/package.json`. ([#53](https://github.com/THEOplayer/web-ui/pull/53))
- 🏠 See changes to [Open Video UI for Web v1.7.1](https://github.com/THEOplayer/web-ui/blob/v1.7.1/CHANGELOG.md)

## v1.7.0 (2024-02-15)

Expand Down
4 changes: 2 additions & 2 deletions react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theoplayer/react-ui",
"version": "1.7.0",
"version": "1.7.1",
"description": "React component library for the THEOplayer Web SDK",
"main": "dist/THEOplayerReactUI.js",
"module": "dist/THEOplayerReactUI.mjs",
Expand Down Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"@lit/react": "^1.0.3",
"@theoplayer/web-ui": "^1.7.0"
"@theoplayer/web-ui": "^1.7.1"
},
"peerDependencies": {
"@types/react": "^16.3.0 || ^17 || ^18",
Expand Down

0 comments on commit 57a9294

Please sign in to comment.