Skip to content

Commit

Permalink
fix: fixframer-motion declarions #3
Browse files Browse the repository at this point in the history
  • Loading branch information
chaqchase committed Dec 18, 2023
1 parent c0f5ed9 commit c4a2d4f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
File renamed without changes.
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.3

### Patch Changes

- Updated dependencies [c0f5ed9]
- @triyanox/react-video@0.1.2

## 0.0.2

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

### Patch Changes

- c0f5ed9: Fix framer-motion declarations problem

## 0.1.1

### 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.1",
"version": "0.1.2",
"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 c4a2d4f

Please sign in to comment.