vwo-fme-react-sdk 1.50.0 → 1.55.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +3 -3
  3. package/yarn.lock +9939 -0
package/CHANGELOG.md CHANGED
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.55.0] - 2026-06-30
9
+
10
+ ### Added
11
+
12
+ - Added user tracking support: sends a `vwo_feTrackUsage` event when user tracking is enabled for the account and no variation-shown impression was dispatched for the evaluation.
13
+
14
+ ### Changed
15
+
16
+ - Updated `vwo-fme-node-sdk` and `wingify-fme-node-sdk` dependencies to version `1.55.0`.
17
+
8
18
  ## [1.50.0] - 2026-06-05
9
19
 
10
20
  This release introduces **Wingify** as the primary SDK branding and package namespace, while keeping existing **VWO** integrations fully supported.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vwo-fme-react-sdk",
3
- "version": "1.50.0",
3
+ "version": "1.55.0",
4
4
  "description": "VWO React SDK for Feature Management and Experimentation",
5
5
  "source": "lib/index.ts",
6
6
  "main": "dist/vwo-fme-react-sdk.cjs.production.min.js",
@@ -57,7 +57,7 @@
57
57
  "@wingify/service-logger": "^0.1.0",
58
58
  "@wingify/util-check-license-header": "^0.1.0",
59
59
  "@wingify/util-data-type": "^0.1.0",
60
- "vwo-fme-node-sdk": "^1.50.0"
60
+ "vwo-fme-node-sdk": "^1.55.0"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "react": ">=16.8.0"
@@ -100,7 +100,7 @@
100
100
  "tslib": "^2.8.1",
101
101
  "typescript": "^5.4.5",
102
102
  "typescript-eslint": "^7.8.0",
103
- "wingify-fme-node-sdk": "^1.50.0"
103
+ "wingify-fme-node-sdk": "^1.55.0"
104
104
  },
105
105
  "lint-staged": {
106
106
  "**/*.{ts,json,md}": [