Skip to content

Commit 935e9cb

Browse files
committed
chore(release): 🎉 🚀 [skip ci]
- @analytics/core@0.12.7 - analytics@0.8.9
1 parent e5ddc0e commit 935e9cb

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

packages/analytics-core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.12.7](https://github.com/DavidWells/analytics/compare/@analytics/core@0.12.6...@analytics/core@0.12.7) (2023-06-16)
7+
8+
**Note:** Version bump only for package @analytics/core
9+
10+
11+
12+
13+
614
## [0.12.6](https://github.com/DavidWells/analytics/compare/@analytics/core@0.12.5...@analytics/core@0.12.6) (2023-06-16)
715

816
**Note:** Version bump only for package @analytics/core

packages/analytics-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@analytics/core",
3-
"version": "0.12.6",
3+
"version": "0.12.7",
44
"description": "Lightweight analytics library for tracking events, page views, & identifying users. Works with any third party analytics provider via an extendable plugin system.",
55
"keywords": [
66
"analytics",

packages/analytics/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.8.9](https://github.com/DavidWells/analytics/compare/analytics@0.8.8...analytics@0.8.9) (2023-06-16)
7+
8+
**Note:** Version bump only for package analytics
9+
10+
11+
12+
13+
614
## [0.8.8](https://github.com/DavidWells/analytics/compare/analytics@0.8.7...analytics@0.8.8) (2023-06-16)
715

816
**Note:** Version bump only for package analytics

packages/analytics/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "analytics",
3-
"version": "0.8.8",
3+
"version": "0.8.9",
44
"description": "Lightweight analytics library for tracking events, page views, & identifying users. Works with any third party analytics provider via an extendable plugin system.",
55
"keywords": [
66
"analytics",
@@ -62,7 +62,7 @@
6262
],
6363
"typings": "lib/types.d.ts",
6464
"dependencies": {
65-
"@analytics/core": "^0.12.6",
65+
"@analytics/core": "^0.12.7",
6666
"@analytics/storage-utils": "^0.4.2"
6767
},
6868
"ava": {

0 commit comments

Comments
 (0)