Skip to content

Commit 7f0afcb

Browse files
release: bump version to 2.12.0 (#1172)
Co-authored-by: embrace-ci <embrace-ci@users.noreply.github.com>
1 parent 0159adc commit 7f0afcb

File tree

113 files changed

+222
-222
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

+222
-222
lines changed

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.

packages/web-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.2",
6+
"version": "2.12.0",
77
"description": "Embrace Web CLI for uploading sourcemaps and versioning bundles",
88
"type": "module",
99
"publishConfig": {

packages/web-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.2';
1+
export const CLI_VERSION = '2.12.0';
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';

packages/web-sdk/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.2",
3+
"version": "2.12.0",
44
"description": "Embrace Web SDK",
55
"type": "module",
66
"imports": {

packages/web-sdk/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.2';
2+
export const SDK_VERSION = '2.12.0';
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.2"
33+
"stringValue": "2.12.0"
3434
}
3535
},
3636
{
3737
"key": "telemetry.sdk.version",
3838
"value": {
39-
"stringValue": "2.11.2"
39+
"stringValue": "2.12.0"
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.2"
33+
"stringValue": "2.12.0"
3434
}
3535
},
3636
{
3737
"key": "telemetry.sdk.version",
3838
"value": {
39-
"stringValue": "2.11.2"
39+
"stringValue": "2.12.0"
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.2"
33+
"stringValue": "2.12.0"
3434
}
3535
},
3636
{
3737
"key": "telemetry.sdk.version",
3838
"value": {
39-
"stringValue": "2.11.2"
39+
"stringValue": "2.12.0"
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.2"
33+
"stringValue": "2.12.0"
3434
}
3535
},
3636
{
3737
"key": "telemetry.sdk.version",
3838
"value": {
39-
"stringValue": "2.11.2"
39+
"stringValue": "2.12.0"
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.2"
33+
"stringValue": "2.12.0"
3434
}
3535
},
3636
{
3737
"key": "telemetry.sdk.version",
3838
"value": {
39-
"stringValue": "2.11.2"
39+
"stringValue": "2.12.0"
4040
}
4141
},
4242
{

0 commit comments

Comments
 (0)