Skip to content

Commit deda13a

Browse files
chore: version packages (#162)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ec07614 commit deda13a

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

.changeset/quick-humans-bathe.md

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

packages/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# overlay-kit
22

3+
## 1.8.1
4+
5+
### Patch Changes
6+
7+
- [#161](https://github.com/toss/overlay-kit/pull/161) [`ec07614`](https://github.com/toss/overlay-kit/commit/ec0761404eabe27b07a8ad31cf82df34fb3169f7) Thanks [@jungpaeng](https://github.com/jungpaeng)! - feat: Change to allow each overlay provider to have a unique event ID
8+
9+
Each overlay provider now uses a unique event ID instead of relying on shared global identifiers.
10+
11+
This change improves event handling accuracy and avoids potential collisions when managing multiple overlays from different providers.
12+
It is backward-compatible for existing overlays that do not explicitly set a provider-specific ID.
13+
314
## 1.8.0
415

516
### Minor Changes

packages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "overlay-kit",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"description": "Next-generation tools for managing overlays",
55
"keywords": [
66
"overlay",

0 commit comments

Comments
 (0)