Skip to content

Commit 9635212

Browse files
authored
chore(release): web-sdk 1.0.0 (#78)
1 parent 79e0575 commit 9635212

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

packages/web-sdk/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ All notable changes to `@telixon/web-sdk` are documented in this file. The forma
66

77
## [Unreleased]
88

9+
## [1.0.0] - 2026-08-21
10+
911
### Added
1012

1113
- `createPhoneInput` binding a plain `<input>` to a core input controller. It wires the
@@ -16,4 +18,5 @@ All notable changes to `@telixon/web-sdk` are documented in this file. The forma
1618
- `regionToFlagEmoji` mapping a region code to its flag emoji.
1719
- `@telixon/core` as a peer dependency; the engine loads through it directly.
1820

19-
[Unreleased]: https://github.com/martsinlabs/telixon/commits/main
21+
[Unreleased]: https://github.com/martsinlabs/telixon/compare/web-sdk@v1.0.0...HEAD
22+
[1.0.0]: https://github.com/martsinlabs/telixon/releases/tag/web-sdk@v1.0.0

packages/web-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@telixon/web-sdk",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "DOM adapter for @telixon/core: two headless widgets, PhoneInput driving a plain <input> and RegionList feeding region pickers.",
55
"keywords": [
66
"phone-input",

0 commit comments

Comments
 (0)