Skip to content

Commit af2dda0

Browse files
authored
Merge pull request #3 from Davidthecode/changeset-release/main
chore: version packages
2 parents 4e879d8 + 2cde3d4 commit af2dda0

7 files changed

Lines changed: 31 additions & 10 deletions

File tree

.changeset/busy-clubs-invite.md

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

packages/evaluation-core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @flagix/evaluation-core
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- 4e879d8: Improved SDK stability and lifecycle management. Added identify method for explicit user identity switching, fixed race conditions during initialization and SSE setup, and ensured feature flags gracefully fallback to 'off' variations when disabled. Fixed potential memory leaks in React hooks and added support for runtime API key changes.
8+
39
## 1.1.0
410

511
### Minor Changes

packages/evaluation-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flagix/evaluation-core",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

sdk/javascript/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @flagix/js-sdk
22

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- 4e879d8: Improved SDK stability and lifecycle management. Added identify method for explicit user identity switching, fixed race conditions during initialization and SSE setup, and ensured feature flags gracefully fallback to 'off' variations when disabled. Fixed potential memory leaks in React hooks and added support for runtime API key changes.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [4e879d8]
12+
- @flagix/evaluation-core@1.2.0
13+
314
## 1.2.0
415

516
### Minor Changes

sdk/javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flagix/js-sdk",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Flagix Javascript SDK",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

sdk/react/CHANGELOG.md

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

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- 4e879d8: Improved SDK stability and lifecycle management. Added identify method for explicit user identity switching, fixed race conditions during initialization and SSE setup, and ensured feature flags gracefully fallback to 'off' variations when disabled. Fixed potential memory leaks in React hooks and added support for runtime API key changes.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [4e879d8]
12+
- @flagix/js-sdk@1.3.0
13+
314
## 1.2.0
415

516
### Minor Changes

sdk/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flagix/react",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Flagix React SDK",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)