Skip to content

Commit

Permalink
Merge pull request #11 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 Feb 8, 2024
2 parents 98c5d4e + bdb5d8e commit 741561a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/flat-walls-roll.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.9

### Patch Changes

- Updated dependencies [8a3951e]
- @triyanox/react-video@0.1.8

## 0.0.8

### 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.8",
"version": "0.0.9",
"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.8

### Patch Changes

- 8a3951e: Update dependencies and fix the aspect ration on the root wrapper

## 0.1.7

### 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.7",
"version": "0.1.8",
"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 741561a

Please sign in to comment.