Skip to content

Commit c169b7f

Browse files
committed
chore: Bump version to 0.0.22 and update CHANGELOG
- Updated package version in package.json to 0.0.22. - Added new entry in CHANGELOG.md detailing enhancements to the Bluesky component, including unique iframe IDs and improved height adjustment logic.
1 parent 851f998 commit c169b7f

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

.changeset/famous-boats-sing.md

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

packages/sveltekit-embed/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# sveltekit-embed
22

3+
## 0.0.22
4+
5+
### Patch Changes
6+
7+
- 851f998: feat: Enhance Bluesky component with unique iframe IDs and
8+
height adjustment logic
9+
10+
- Implemented unique ID generation for each iframe instance to
11+
ensure proper height updates.
12+
- Updated message handling to only adjust height for the specific
13+
iframe that sent the message.
14+
- Added comprehensive tests to verify functionality for multiple
15+
instances and edge cases, ensuring robustness in height
16+
adjustments and iframe identification.
17+
318
## 0.0.21
419

520
### Patch Changes

packages/sveltekit-embed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sveltekit-embed",
3-
"version": "0.0.21",
3+
"version": "0.0.22",
44
"author": {
55
"name": "Scott Spence",
66
"email": "[email protected]",

0 commit comments

Comments
 (0)