Skip to content

Commit 1b095f8

Browse files
Release 2.84.0 (#1003)
release(2.84.0) : release 2.84.0
1 parent d51e5e2 commit 1b095f8

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ All notable changes to the Branch Web SDK will be documented here.
33
The Branch Web SDK adheres to [Semantic Versioning](http://semver.org/).
44

55
## [VERSION] - unreleased
6+
## [2.84.0] - 2024-02-28
7+
- fix(SDK-2255): removes defaults for parameter values of setDMAParamsForEEA method
68
## [2.82.0] - 2024-02-15
79
- feat(EMT-111): add setDMAParamsForEEA method
810
- feat(SDK-2237): add setAPIUrl getAPIUrl methods

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "branch-sdk",
3-
"version": "2.82.0",
3+
"version": "2.84.0",
44
"description": "Branch Metrics Deep Linking/Smart Banner Web SDK",
55
"main": "dist/build.min.js",
66
"files": [

src/0_config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ goog.provide('config');
66
config.app_service_endpoint = 'https://app.link';
77
config.link_service_endpoint = 'https://bnc.lt';
88
config.api_endpoint = 'https://api2.branch.io';
9-
config.version = '2.82.0';
9+
config.version = '2.84.0';

test/web-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ goog.provide('config');
66
config.app_service_endpoint = 'https://app.link';
77
config.link_service_endpoint = 'https://bnc.lt';
88
config.api_endpoint = 'https://api.branch.io';
9-
config.version = '2.82.0';
9+
config.version = '2.84.0';

0 commit comments

Comments
 (0)