Skip to content

Commit 08ac88c

Browse files
github-actions[bot]leo-paz
authored andcommitted
chore: version packages
1 parent c377edd commit 08ac88c

10 files changed

Lines changed: 36 additions & 18 deletions

File tree

.changeset/quiet-lamps-travel.md

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

.changeset/soft-stage-deprecation.md

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

packages/browser/CHANGELOG.md

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

3+
## 1.5.2
4+
5+
### Patch Changes
6+
7+
- [#130](https://github.com/OutlitAI/outlit-sdk/pull/130) [`c37989d`](https://github.com/OutlitAI/outlit-sdk/commit/c37989d4f7a05ae3f3f9ef8e58e1a8842cf65971) Thanks [@leo-paz](https://github.com/leo-paz)! - Deprecate manual engaged and inactive stage helper usage while preserving wire compatibility. Activation remains the manual SDK stage; engaged and inactive are now documented as derived from tracked activity.
8+
9+
- Updated dependencies [[`c37989d`](https://github.com/OutlitAI/outlit-sdk/commit/c37989d4f7a05ae3f3f9ef8e58e1a8842cf65971)]:
10+
- @outlit/core@1.5.2
11+
312
## 1.5.1
413

514
### Patch Changes

packages/browser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@outlit/browser",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "Outlit browser tracking SDK with React and Vue bindings",
55
"license": "Apache-2.0",
66
"author": "Outlit AI",
@@ -78,7 +78,7 @@
7878
"deploy:version": "bun run build && tsx ./scripts/deploy.ts version"
7979
},
8080
"dependencies": {
81-
"@outlit/core": "^1.5.1"
81+
"@outlit/core": "^1.5.2"
8282
},
8383
"devDependencies": {
8484
"@outlit/typescript-config": "workspace:*",

packages/cli/CHANGELOG.md

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

3+
## 1.8.0
4+
5+
### Minor Changes
6+
7+
- [#133](https://github.com/OutlitAI/outlit-sdk/pull/133) [`dd67421`](https://github.com/OutlitAI/outlit-sdk/commit/dd674219d5b57ffb2717ac8d7b07031bfe7f81fd) Thanks [@leo-paz](https://github.com/leo-paz)! - Add browser-assisted CLI authentication for non-interactive agent shells.
8+
39
## 1.7.1
410

511
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@outlit/cli",
3-
"version": "1.7.1",
3+
"version": "1.8.0",
44
"description": "CLI for Outlit customer intelligence platform",
55
"license": "Apache-2.0",
66
"repository": {

packages/core/CHANGELOG.md

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

3+
## 1.5.2
4+
5+
### Patch Changes
6+
7+
- [#130](https://github.com/OutlitAI/outlit-sdk/pull/130) [`c37989d`](https://github.com/OutlitAI/outlit-sdk/commit/c37989d4f7a05ae3f3f9ef8e58e1a8842cf65971) Thanks [@leo-paz](https://github.com/leo-paz)! - Deprecate manual engaged and inactive stage helper usage while preserving wire compatibility. Activation remains the manual SDK stage; engaged and inactive are now documented as derived from tracked activity.
8+
39
## 1.5.1
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@outlit/core",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "Shared types and utilities for Outlit tracking SDKs",
55
"license": "Apache-2.0",
66
"author": "Outlit AI",

packages/node/CHANGELOG.md

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

3+
## 1.5.2
4+
5+
### Patch Changes
6+
7+
- [#130](https://github.com/OutlitAI/outlit-sdk/pull/130) [`c37989d`](https://github.com/OutlitAI/outlit-sdk/commit/c37989d4f7a05ae3f3f9ef8e58e1a8842cf65971) Thanks [@leo-paz](https://github.com/leo-paz)! - Deprecate manual engaged and inactive stage helper usage while preserving wire compatibility. Activation remains the manual SDK stage; engaged and inactive are now documented as derived from tracked activity.
8+
9+
- Updated dependencies [[`c37989d`](https://github.com/OutlitAI/outlit-sdk/commit/c37989d4f7a05ae3f3f9ef8e58e1a8842cf65971)]:
10+
- @outlit/core@1.5.2
11+
312
## 1.5.1
413

514
### Patch Changes

packages/node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@outlit/node",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "Outlit server-side tracking SDK for Node.js",
55
"license": "Apache-2.0",
66
"author": "Outlit AI",
@@ -51,7 +51,7 @@
5151
"test": "vitest run"
5252
},
5353
"dependencies": {
54-
"@outlit/core": "^1.5.1"
54+
"@outlit/core": "^1.5.2"
5555
},
5656
"devDependencies": {
5757
"@outlit/typescript-config": "workspace:*",

0 commit comments

Comments
 (0)