Skip to content

Commit

Permalink
chore(core): release 2.78.0 (#921)
Browse files Browse the repository at this point in the history
- chore(core): release 2.78.0
  • Loading branch information
JagadeeshKaricherla-branch authored Aug 9, 2023
1 parent 3792568 commit 6973916
Show file tree
Hide file tree
Showing 7 changed files with 382 additions and 391 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to the Branch Web SDK will be documented here.
The Branch Web SDK adheres to [Semantic Versioning](http://semver.org/).

## [VERSION] - unreleased
## [2.78.0] - 2023-08-08
- feat(SDK-2049): send referring link data to pageview
- fix(SDK-2016): Send raw identity to v1/open besides identity_id

## [2.76.0] - 2023-07-13
- SDK-1897 remove v1/has-app API calls

Expand Down
501 changes: 244 additions & 257 deletions dist/build.js

Large diffs are not rendered by default.

258 changes: 129 additions & 129 deletions dist/build.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "branch-sdk",
"version": "2.76.0",
"version": "2.78.0",
"description": "Branch Metrics Deep Linking/Smart Banner Web SDK",
"main": "dist/build.min.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/0_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ goog.provide('config');
config.app_service_endpoint = 'https://app.link';
config.link_service_endpoint = 'https://bnc.lt';
config.api_endpoint = 'https://api2.branch.io';
config.version = '2.76.0';
config.version = '2.78.0';
2 changes: 1 addition & 1 deletion test/web-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ goog.provide('config');
config.app_service_endpoint = 'https://app.link';
config.link_service_endpoint = 'https://bnc.lt';
config.api_endpoint = 'https://api.branch.io';
config.version = '2.76.0';
config.version = '2.78.0';

0 comments on commit 6973916

Please sign in to comment.