Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/next' into feature/cpp-app-passt…
Browse files Browse the repository at this point in the history
…hrough
  • Loading branch information
ksentak committed Jul 2, 2024
2 parents 15c4959 + 8c21f10 commit ba47dc7
Show file tree
Hide file tree
Showing 10 changed files with 745 additions and 1,290 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.2.1-next.2](https://github.com/rdkcentral/firebolt-apis/compare/v1.2.1-next.1...v1.2.1-next.2) (2024-07-01)


### Bug Fixes

* **core, manage:** update C++ tests to run simultaneously for core and manage SDKs ([ef7bc4c](https://github.com/rdkcentral/firebolt-apis/commit/ef7bc4ce117cbce799ddab8c9b44522730374514))

## [1.2.1-next.1](https://github.com/rdkcentral/firebolt-apis/compare/v1.2.0...v1.2.1-next.1) (2024-06-26)


Expand Down
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": "@firebolt-js/sdks",
"version": "1.2.1-next.1",
"version": "1.2.1-next.2",
"description": "The Firebolt JS SDK",
"type": "module",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion src/sdks/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebolt-js/sdk",
"version": "1.2.1-next.1",
"version": "1.2.1-next.2",
"description": "The Firebolt JS SDK",
"main": "./dist/lib/firebolt.mjs",
"types": "./dist/lib/firebolt.d.ts",
Expand Down
399 changes: 276 additions & 123 deletions src/sdks/core/src/cpp/sdk/cpptest/CoreSDKTest.cpp

Large diffs are not rendered by default.

Loading

0 comments on commit ba47dc7

Please sign in to comment.