Skip to content

Commit 9c014f0

Browse files
authored
Release 0.14.0-rc.1 (#488)
* Release 0.14.0-rc.1 * Update peerdeps value
1 parent 8a1a282 commit 9c014f0

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
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.0
7+
## 0.14.0-rc.1
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: 2 additions & 2 deletions
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.0",
4+
"version": "0.14.0-rc.1",
55
"workspaces": [
66
"packages/*"
77
],
@@ -29,7 +29,7 @@
2929
"test:integration:remote": "npm run --ws test:integration:remote --",
3030
"test:performance": "npm run --ws test:performance --",
3131
"test:unit:ci": "npm run --ws test:unit:ci --",
32-
"version": "node ./scripts/version-update.mjs",
32+
"postversion": "node ./scripts/version-update.mjs",
3333
"version:bump": "npm version --workspaces --include-workspace-root",
3434
"version:check": "node ./scripts/version-check.mjs",
3535
"tag:check": "node ./scripts/tag-check.js"

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.0",
3+
"version": "0.14.0-rc.1",
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.0"
39+
"@splunk/otel-web": "^0.14.0-rc.1"
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.0';
18+
export const VERSION = '0.14.0-rc.1';

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.0",
3+
"version": "0.14.0-rc.1",
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.0';
18+
export const VERSION = '0.14.0-rc.1';

0 commit comments

Comments
 (0)