Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 3, 2024
1 parent 66e98aa commit 4c72c8b
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/olive-melons-dance.md

This file was deleted.

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

## 0.0.8

### Patch Changes

- 66e98aa: Fixes an issue where `identify` is not properly setting the traits

## 0.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics-plugin-trench/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "analytics-plugin-trench",
"version": "0.0.7",
"version": "0.0.8",
"description": "Trench plugin for Analytics",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/trench-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# trench-js

## 0.0.15

### Patch Changes

- 66e98aa: Fixes an issue where `identify` is not properly setting the traits
- Updated dependencies [66e98aa]
- [email protected]

## 0.0.14

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/trench-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trench-js",
"version": "0.0.14",
"version": "0.0.15",
"description": "Trench JS client for browser and Node.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"analytics": "^0.8.14",
"analytics-plugin-trench": "0.0.7"
"analytics-plugin-trench": "0.0.8"
},
"jest": {
"rootDir": ".",
Expand Down

0 comments on commit 4c72c8b

Please sign in to comment.