Skip to content

Commit 5df07b5

Browse files
chore: update package versions [version bump] [skip ci]
1 parent 293539c commit 5df07b5

11 files changed

Lines changed: 27 additions & 12 deletions

File tree

.changeset/quiet-masks-jump.md

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

src/PostHog.AI/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# PostHog.AI
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [293539c]
8+
- PostHog@2.6.2
9+
310
## 0.1.1
411

512
### Patch Changes

src/PostHog.AI/PostHog.AI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>0.1.1</Version>
3+
<Version>0.1.2</Version>
44
<TargetFrameworks>netstandard2.1;net8.0</TargetFrameworks>
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
66
<PackageId>PostHog.AI</PackageId>

src/PostHog.AI/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "PostHog.AI",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"private": true,
55
"dependencies": {
66
"PostHog": "workspace:*"

src/PostHog.AspNetCore/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# PostHog.AspNetCore
22

3+
## 2.6.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [293539c]
8+
- PostHog@2.6.2
9+
310
## 2.6.1
411

512
### Patch Changes

src/PostHog.AspNetCore/PostHog.AspNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>2.6.1</Version>
4+
<Version>2.6.2</Version>
55
<TargetFramework>net8.0</TargetFramework>
66
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
77
<PackageId>PostHog.AspNetCore</PackageId>

src/PostHog.AspNetCore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "PostHog.AspNetCore",
3-
"version": "2.6.1",
3+
"version": "2.6.2",
44
"private": true,
55
"dependencies": {
66
"PostHog": "workspace:*"

src/PostHog/CHANGELOG.md

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

3+
## 2.6.2
4+
5+
### Patch Changes
6+
7+
- 293539c: Disable the client without logging a project token error when the SDK is explicitly disabled or the project token is missing.
8+
39
## 2.6.1
410

511
### Patch Changes

src/PostHog/Generated/VersionConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ namespace PostHog.Versioning;
77

88
public static class VersionConstants
99
{
10-
public const string Version = "2.6.1";
10+
public const string Version = "2.6.2";
1111
}

src/PostHog/PostHog.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>2.6.1</Version>
4+
<Version>2.6.2</Version>
55
<TargetFrameworks>netstandard2.0;netstandard2.1;net8.0</TargetFrameworks>
66
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
77
<PackageId>PostHog</PackageId>

0 commit comments

Comments
 (0)