Skip to content

Commit 472be70

Browse files
authored
Merge pull request #13 from Shakya47/changeset-release/main
Version Packages
2 parents aa0941c + 002d779 commit 472be70

5 files changed

Lines changed: 20 additions & 10 deletions

File tree

.changeset/public-beta-launch.md

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

packages/core/CHANGELOG.md

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

3+
## 0.1.7
4+
5+
### Patch Changes
6+
7+
- 76dd252: Update library package metadata and documentation to officially transition to a Public Beta status. This includes:
8+
- Updating core and React npm package descriptions to signal Public Beta status.
9+
- Adding top-level status badges and aligning the v1.0 public roadmap (featuring Vue, Svelte, and Angular binding tracks) in READMEs.
10+
311
## 0.1.6
412

513
### 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.6",
3+
"version": "0.1.7",
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @pip-it-up/react
22

3+
## 0.1.7
4+
5+
### Patch Changes
6+
7+
- 76dd252: Update library package metadata and documentation to officially transition to a Public Beta status. This includes:
8+
- Updating core and React npm package descriptions to signal Public Beta status.
9+
- Adding top-level status badges and aligning the v1.0 public roadmap (featuring Vue, Svelte, and Angular binding tracks) in READMEs.
10+
- Updated dependencies [76dd252]
11+
- @pip-it-up/core@0.1.7
12+
313
## 0.1.6
414

515
### 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.6",
3+
"version": "0.1.7",
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)