Skip to content

Commit

Permalink
Merge pull request #4 from triyanox/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update package versions
  • Loading branch information
triyanox authored Dec 18, 2023
2 parents 229fb29 + e9f33ba commit 0ba9604
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/strong-singers-collect.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# web

## 0.0.6

### Patch Changes

- Updated dependencies [229fb29]
- @triyanox/react-video@0.1.5

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "0.0.5",
"version": "0.0.6",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @triyanox/react-video

## 0.1.5

### Patch Changes

- 229fb29: Remove double click to full screen

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@triyanox/react-video",
"version": "0.1.4",
"version": "0.1.5",
"description": "A video component for react inspired by the ios video player",
"license": "Apache-2.0",
"main": "./dist/index.js",
Expand Down

0 comments on commit 0ba9604

Please sign in to comment.