Skip to content

Commit

Permalink
Merge pull request #8 from FrigadeHQ/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
christianmat authored Oct 29, 2024
2 parents ccde48d + d16d0d9 commit 60d9fe6
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/clever-dogs-pretend.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.4

### Patch Changes

- ccde48d: Adds the ability to auto capture events (implicit tracking), adds support for private API calls (queries, events)

## 0.0.3

### 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.3",
"version": "0.0.4",
"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.6

### Patch Changes

- ccde48d: Adds the ability to auto capture events (implicit tracking), adds support for private API calls (queries, events)
- Updated dependencies [ccde48d]
- analytics-plugin-trench@0.0.4

## 0.0.5

### 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.5",
"version": "0.0.6",
"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.3"
"analytics-plugin-trench": "0.0.4"
},
"jest": {
"rootDir": ".",
Expand Down

0 comments on commit 60d9fe6

Please sign in to comment.