Skip to content

Commit

Permalink
chore: version packages (#105)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 3, 2025
1 parent 5194fab commit 988fb4e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
12 changes: 0 additions & 12 deletions .changeset/fair-shrimps-begin.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# overlay-kit

## 1.6.0

### Minor Changes

- [#102](https://github.com/toss/overlay-kit/pull/102) [`becbd90`](https://github.com/toss/overlay-kit/commit/becbd90fa111419c3bcf4088edebc6ce743fdf40) Thanks [@jungpaeng](https://github.com/jungpaeng)! - feat: Add local overlay context support

- Add `experimental_createOverlayContext` function to create isolated overlay contexts
- Refactor context management to support multiple overlay instances
- Move overlay provider and controller logic into separate files
- Update store management to support local state
- Add documentation for new context creation API
- Improve type definitions and exports

## 1.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "overlay-kit",
"version": "1.5.0",
"version": "1.6.0",
"description": "Next-generation tools for managing overlays",
"keywords": [
"overlay",
Expand Down

0 comments on commit 988fb4e

Please sign in to comment.