Skip to content

Commit

Permalink
Merge pull request #1 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 c4a2d4f + 92d1af9 commit a303503
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/three-buckets-jog.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.4

### Patch Changes

- Updated dependencies [c4a2d4f]
- @triyanox/react-video@0.1.3

## 0.0.3

### 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.3",
"version": "0.0.4",
"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.3

### Patch Changes

- c4a2d4f: Fix framer-motion declarations problem

## 0.1.2

### 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.2",
"version": "0.1.3",
"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 a303503

Please sign in to comment.