Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .changeset/major-hornets-sleep.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/common-room/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @workleap/common-room

## 2.0.12

### Patch Changes

- [#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.

## 2.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/common-room/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@workleap/common-room",
"author": "Workleap",
"version": "2.0.11",
"version": "2.0.12",
"description": "Shared Common Room utilities for web application at Workleap.",
"license": "Apache-2.0",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/honeycomb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @workleap/honeycomb

## 8.0.1

### Patch Changes

- [#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.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/honeycomb/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@workleap/honeycomb",
"author": "Workleap",
"version": "8.0.0",
"version": "8.0.1",
"description": "Shared Honeycomb configuration for web application at Workleap.",
"license": "Apache-2.0",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/logrocket/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @workleap/logrocket

## 3.0.1

### Patch Changes

- [#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.

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/logrocket/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@workleap/logrocket",
"author": "Workleap",
"version": "3.0.0",
"version": "3.0.1",
"description": "A package containing utilities for LogRocket.",
"license": "Apache-2.0",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/mixpanel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @workleap/mixpanel

## 5.0.1

### Patch Changes

- [#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.

- Updated dependencies [[`049e75d`](https://github.com/workleap/wl-telemetry/commit/049e75d3954c8564b757bb15bf6b75c4f8e79cb7)]:
- @workleap/logrocket@3.0.1

## 5.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mixpanel/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@workleap/mixpanel",
"author": "Workleap",
"version": "5.0.0",
"version": "5.0.1",
"description": "A package containing utilities for Mixpanel telemetry.",
"license": "Apache-2.0",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/telemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @workleap/telemetry

## 3.0.1

### Patch Changes

- [#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.

- Updated dependencies [[`049e75d`](https://github.com/workleap/wl-telemetry/commit/049e75d3954c8564b757bb15bf6b75c4f8e79cb7)]:
- @workleap/honeycomb@8.0.1
- @workleap/logrocket@3.0.1
- @workleap/mixpanel@5.0.1

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/telemetry/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@workleap/telemetry",
"author": "Workleap",
"version": "3.0.0",
"version": "3.0.1",
"description": "A telemetry library for Workleap's web applications.",
"license": "Apache-2.0",
"repository": {
Expand Down