Skip to content

Commit 1ef4552

Browse files
committed
0.2.0
1 parent 2ac93a0 commit 1ef4552

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
33
The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning].
44

55
## [Unreleased]
6+
7+
## [0.2.0] - 2025-08-05
68
### Added
79
- `react` - Add `loader` prop to `UnforgettableQRCode` component to allow custom loading component
810
- `examples/basic-recovery-react` - Example app demonstrating basic usage (React + TS)
@@ -20,5 +22,6 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
2022
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
2123
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
2224

23-
[Unreleased]: https://github.com/rarimo/unforgettable-sdk/compare/0.1.0...HEAD
25+
[Unreleased]: https://github.com/rarimo/unforgettable-sdk/compare/0.2.0...HEAD
26+
[0.2.0]: https://github.com/rarimo/unforgettable-sdk/compare/0.1.0...0.2.0
2427
[0.1.0]: https://github.com/rarimo/unforgettable-sdk/releases/tag/0.1.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unforgettable-sdk-monorepo",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"private": true,
55
"workspaces": [
66
"packages/*",

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": "@rarimo/unforgettable-sdk",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"sideEffects": false,
55
"license": "MIT",
66
"homepage": "https://unforgettable.app",

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": "@rarimo/unforgettable-sdk-react",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"sideEffects": false,
55
"license": "MIT",
66
"homepage": "https://unforgettable.app",

0 commit comments

Comments
 (0)