Skip to content

Commit 8c95048

Browse files
authored
release: 0.14.0-rc.2 (#490)
1 parent 08b35f2 commit 8c95048

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ If the version of Open Telemetry is unspecified for a version, then it is the sa
44

55
## Unreleased
66

7-
## 0.14.0-rc.1
7+
## 0.14.0-rc.2
88

99
| Open Telemetry API | Core | Instrumentations & Contrib |
1010
| ------------------ | ------ | -------------------------- |

package-lock.json

Lines changed: 5 additions & 5 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,7 +1,7 @@
11
{
22
"name": "@splunk/otel-web-dev-root",
33
"private": true,
4-
"version": "0.14.0-rc.1",
4+
"version": "0.14.0-rc.2",
55
"workspaces": [
66
"packages/*"
77
],

packages/session-recorder/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@splunk/otel-web-session-recorder",
3-
"version": "0.14.0-rc.1",
3+
"version": "0.14.0-rc.2",
44
"description": "Splunk distribution of rrweb for recording session",
55
"repository": "github:signalfx/splunk-otel-js-browser",
66
"scripts": {
@@ -36,7 +36,7 @@
3636
"type-fest": "^3.2.0"
3737
},
3838
"peerDependencies": {
39-
"@splunk/otel-web": "^0.14.0-rc.1"
39+
"@splunk/otel-web": "^0.14.0-rc.2"
4040
},
4141
"devDependencies": {
4242
"@babel/plugin-transform-runtime": "^7.19.1",

packages/session-recorder/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ limitations under the License.
1515
*/
1616

1717
// this is an autogenerated file, see scripts/version-update.js
18-
export const VERSION = '0.14.0-rc.1';
18+
export const VERSION = '0.14.0-rc.2';

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@splunk/otel-web",
3-
"version": "0.14.0-rc.1",
3+
"version": "0.14.0-rc.2",
44
"description": "Splunk distribution of Open Telemetry for browser environment.",
55
"repository": "github:signalfx/splunk-otel-js-browser",
66
"scripts": {

packages/web/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ limitations under the License.
1515
*/
1616

1717
// this is an autogenerated file, see scripts/version-update.js
18-
export const VERSION = '0.14.0-rc.1';
18+
export const VERSION = '0.14.0-rc.2';

0 commit comments

Comments
 (0)