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 Nov 13, 2024
1 parent ed1cbe5 commit 9e51706
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/dry-wombats-act.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.6

### Patch Changes

- ed1cbe5: Adds support for the `page` event type

## 0.0.5

### 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.5",
"version": "0.0.6",
"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.11

### Patch Changes

- ed1cbe5: Adds support for the `page` event type
- Updated dependencies [ed1cbe5]
- [email protected]

## 0.0.10

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

0 comments on commit 9e51706

Please sign in to comment.