Skip to content

Commit b6bf182

Browse files
ci(changesets): version packages (#166)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 049e75d commit b6bf182

11 files changed

Lines changed: 43 additions & 14 deletions

File tree

.changeset/major-hornets-sleep.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/common-room/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @workleap/common-room
22

3+
## 2.0.12
4+
5+
### Patch Changes
6+
7+
- [#165](https://github.com/workleap/wl-telemetry/pull/165) [`049e75d`](https://github.com/workleap/wl-telemetry/commit/049e75d3954c8564b757bb15bf6b75c4f8e79cb7) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated packages to use range version for workspace dependency versions.
8+
39
## 2.0.11
410

511
### Patch Changes

packages/common-room/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@workleap/common-room",
33
"author": "Workleap",
4-
"version": "2.0.11",
4+
"version": "2.0.12",
55
"description": "Shared Common Room utilities for web application at Workleap.",
66
"license": "Apache-2.0",
77
"repository": {

packages/honeycomb/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @workleap/honeycomb
22

3+
## 8.0.1
4+
5+
### Patch Changes
6+
7+
- [#165](https://github.com/workleap/wl-telemetry/pull/165) [`049e75d`](https://github.com/workleap/wl-telemetry/commit/049e75d3954c8564b757bb15bf6b75c4f8e79cb7) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated packages to use range version for workspace dependency versions.
8+
39
## 8.0.0
410

511
### Major Changes

packages/honeycomb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@workleap/honeycomb",
33
"author": "Workleap",
4-
"version": "8.0.0",
4+
"version": "8.0.1",
55
"description": "Shared Honeycomb configuration for web application at Workleap.",
66
"license": "Apache-2.0",
77
"repository": {

packages/logrocket/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @workleap/logrocket
22

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- [#165](https://github.com/workleap/wl-telemetry/pull/165) [`049e75d`](https://github.com/workleap/wl-telemetry/commit/049e75d3954c8564b757bb15bf6b75c4f8e79cb7) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated packages to use range version for workspace dependency versions.
8+
39
## 3.0.0
410

511
### Major Changes

packages/logrocket/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@workleap/logrocket",
33
"author": "Workleap",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"description": "A package containing utilities for LogRocket.",
66
"license": "Apache-2.0",
77
"repository": {

packages/mixpanel/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @workleap/mixpanel
22

3+
## 5.0.1
4+
5+
### Patch Changes
6+
7+
- [#165](https://github.com/workleap/wl-telemetry/pull/165) [`049e75d`](https://github.com/workleap/wl-telemetry/commit/049e75d3954c8564b757bb15bf6b75c4f8e79cb7) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated packages to use range version for workspace dependency versions.
8+
9+
- Updated dependencies [[`049e75d`](https://github.com/workleap/wl-telemetry/commit/049e75d3954c8564b757bb15bf6b75c4f8e79cb7)]:
10+
- @workleap/logrocket@3.0.1
11+
312
## 5.0.0
413

514
### Major Changes

packages/mixpanel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@workleap/mixpanel",
33
"author": "Workleap",
4-
"version": "5.0.0",
4+
"version": "5.0.1",
55
"description": "A package containing utilities for Mixpanel telemetry.",
66
"license": "Apache-2.0",
77
"repository": {

packages/telemetry/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @workleap/telemetry
22

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- [#165](https://github.com/workleap/wl-telemetry/pull/165) [`049e75d`](https://github.com/workleap/wl-telemetry/commit/049e75d3954c8564b757bb15bf6b75c4f8e79cb7) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated packages to use range version for workspace dependency versions.
8+
9+
- Updated dependencies [[`049e75d`](https://github.com/workleap/wl-telemetry/commit/049e75d3954c8564b757bb15bf6b75c4f8e79cb7)]:
10+
- @workleap/honeycomb@8.0.1
11+
- @workleap/logrocket@3.0.1
12+
- @workleap/mixpanel@5.0.1
13+
314
## 3.0.0
415

516
### Major Changes

0 commit comments

Comments
 (0)