Skip to content

Commit 1751ea1

Browse files
committed
1.0.0
1 parent 5270819 commit 1751ea1

5 files changed

Lines changed: 9 additions & 6 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+
## [1.0.0] - 2025-12-04
68
### Changed
79
- Update default app URL to `https://unforgettable.app/sdk` across all platforms
810

@@ -80,7 +82,8 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
8082
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
8183
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
8284

83-
[Unreleased]: https://github.com/rarimo/unforgettable-sdk/compare/0.8.0...HEAD
85+
[Unreleased]: https://github.com/rarimo/unforgettable-sdk/compare/1.0.0...HEAD
86+
[1.0.0]: https://github.com/rarimo/unforgettable-sdk/compare/0.8.0...1.0.0
8487
[0.8.0]: https://github.com/rarimo/unforgettable-sdk/compare/0.7.0...0.8.0
8588
[0.7.0]: https://github.com/rarimo/unforgettable-sdk/compare/0.6.0...0.7.0
8689
[0.6.0]: https://github.com/rarimo/unforgettable-sdk/compare/0.5.1...0.6.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.8.0",
3+
"version": "1.0.0",
44
"private": true,
55
"workspaces": [
66
"packages/*",

packages/android/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = "com.rarimo"
8-
version = "0.8.0"
8+
version = "1.0.0"
99

1010
repositories {
1111
mavenCentral()
@@ -37,7 +37,7 @@ publishing {
3737
create<MavenPublication>("maven") {
3838
groupId = "com.rarimo"
3939
artifactId = "unforgettable-sdk"
40-
version = "0.8.0"
40+
version = "1.0.0"
4141

4242
from(components["java"])
4343

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.8.0",
3+
"version": "1.0.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.8.0",
3+
"version": "1.0.0",
44
"sideEffects": false,
55
"license": "MIT",
66
"homepage": "https://unforgettable.app",

0 commit comments

Comments
 (0)