Skip to content

Commit 9af816d

Browse files
release: bump version to 2.11.2 (#1160)
Co-authored-by: embrace-ci <embrace-ci@users.noreply.github.com>
1 parent b745cb2 commit 9af816d

File tree

113 files changed

+223
-223
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+223
-223
lines changed

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"bin": {
44
"embrace-web-cli": "dist/index.mjs"
55
},
6-
"version": "2.11.1",
6+
"version": "2.11.2",
77
"description": "Embrace Web CLI for uploading sourcemaps and versioning bundles",
88
"type": "module",
99
"publishConfig": {

cli/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const CLI_VERSION = '2.11.1';
1+
export const CLI_VERSION = '2.11.2';
22
export const CLI_NAME = '@embrace-io/web-cli';
33
export const CLI_DESCRIPTION =
44
'Embrace Web CLI to help setup the Embrace SDK in your web app';

package-lock.json

Lines changed: 3 additions & 3 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": "@embrace-io/web-sdk",
3-
"version": "2.11.1",
3+
"version": "2.11.2",
44
"description": "Embrace Web SDK",
55
"type": "module",
66
"imports": {

src/resources/constants/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const TEMPLATE_APP_VERSION = 'EmbIOAppVersionX.X.X';
2-
export const SDK_VERSION = '2.11.1';
2+
export const SDK_VERSION = '2.11.2';
33
export const EMBRACE_SERVICE_NAME = 'embrace-web-sdk';
44
// NATIVE_FRAMEWORK is the representation Embrace BE uses to differentiate between
55
// sdks. It is an enum, so we just send a number here

tests/integration/tests/__golden__/chromium-next-15-turbopack-app-handle-204-with-body-logs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
{
3131
"key": "sdk_version",
3232
"value": {
33-
"stringValue": "2.11.1"
33+
"stringValue": "2.11.2"
3434
}
3535
},
3636
{
3737
"key": "telemetry.sdk.version",
3838
"value": {
39-
"stringValue": "2.11.1"
39+
"stringValue": "2.11.2"
4040
}
4141
},
4242
{

tests/integration/tests/__golden__/chromium-next-15-turbopack-app-handle-204-with-body-session.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
{
3131
"key": "sdk_version",
3232
"value": {
33-
"stringValue": "2.11.1"
33+
"stringValue": "2.11.2"
3434
}
3535
},
3636
{
3737
"key": "telemetry.sdk.version",
3838
"value": {
39-
"stringValue": "2.11.1"
39+
"stringValue": "2.11.2"
4040
}
4141
},
4242
{

tests/integration/tests/__golden__/chromium-next-15-turbopack-app-send-log.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
{
3131
"key": "sdk_version",
3232
"value": {
33-
"stringValue": "2.11.1"
33+
"stringValue": "2.11.2"
3434
}
3535
},
3636
{
3737
"key": "telemetry.sdk.version",
3838
"value": {
39-
"stringValue": "2.11.1"
39+
"stringValue": "2.11.2"
4040
}
4141
},
4242
{

tests/integration/tests/__golden__/chromium-next-15-turbopack-app-session.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
{
3131
"key": "sdk_version",
3232
"value": {
33-
"stringValue": "2.11.1"
33+
"stringValue": "2.11.2"
3434
}
3535
},
3636
{
3737
"key": "telemetry.sdk.version",
3838
"value": {
39-
"stringValue": "2.11.1"
39+
"stringValue": "2.11.2"
4040
}
4141
},
4242
{

tests/integration/tests/__golden__/chromium-next-15-turbopack-pages-handle-204-with-body-logs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
{
3131
"key": "sdk_version",
3232
"value": {
33-
"stringValue": "2.11.1"
33+
"stringValue": "2.11.2"
3434
}
3535
},
3636
{
3737
"key": "telemetry.sdk.version",
3838
"value": {
39-
"stringValue": "2.11.1"
39+
"stringValue": "2.11.2"
4040
}
4141
},
4242
{

0 commit comments

Comments
 (0)