Skip to content

Commit f83716b

Browse files
authored
Merge pull request #17 from Shakya47/changeset-release/main
Version Packages
2 parents 13368ea + 2555b35 commit f83716b

5 files changed

Lines changed: 16 additions & 8 deletions

File tree

.changeset/cleanup-feedback.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @pip-it-up/core
22

3+
## 0.1.9
4+
5+
### Patch Changes
6+
7+
- 0eb4867: Cleaned up the codebase to address community feedback. Removed the unused mode prop from the React package, deleted dead references to maintenance guides, and streamlined code comments and README descriptions.
8+
39
## 0.1.8
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pip-it-up/core",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"description": "Vanilla JS engine for the Document Picture-in-Picture API — move, clone, or portal any DOM element into a floating PiP window (public beta)",
55
"keywords": [
66
"picture-in-picture",

packages/react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @pip-it-up/react
22

3+
## 0.1.9
4+
5+
### Patch Changes
6+
7+
- 0eb4867: Cleaned up the codebase to address community feedback. Removed the unused mode prop from the React package, deleted dead references to maintenance guides, and streamlined code comments and README descriptions.
8+
- Updated dependencies [0eb4867]
9+
- @pip-it-up/core@0.1.9
10+
311
## 0.1.8
412

513
### Patch Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pip-it-up/react",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"description": "React components and hooks for the Document Picture-in-Picture API — PipWrapper, PipTrigger, usePip, useIsPipSupported (public beta)",
55
"keywords": [
66
"picture-in-picture",

0 commit comments

Comments
 (0)