Skip to content

Commit fb93e3e

Browse files
Version Packages (#208)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8e8fb6b commit fb93e3e

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

.changeset/late-hounds-refuse.md

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

.changeset/rich-seahorses-draw.md

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

packages/analytics/CHANGELOG.md

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

3+
## 0.11.2
4+
5+
### Patch Changes
6+
7+
- [#209](https://github.com/hashicorp/web-platform-packages/pull/209) [`8e8fb6b`](https://github.com/hashicorp/web-platform-packages/commit/8e8fb6b4155857ff26c075f9ace4d5ceabfeed9f) Thanks [@BRKalow](https://github.com/BRKalow)! - Fix return type of getSegmentAnonymousId()
8+
39
## 0.11.1
410

511
### Patch Changes

packages/analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hashicorp/platform-analytics",
33
"description": "Utilities for collecting analytics from our applications",
4-
"version": "0.11.1",
4+
"version": "0.11.2",
55
"author": "HashiCorp",
66
"dependencies": {
77
"@segment/analytics-next": "^1.45.0",

packages/content-conformance/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @hashicorp/platform-content-conformance
22

3+
## 0.0.11
4+
5+
### Patch Changes
6+
7+
- [#205](https://github.com/hashicorp/web-platform-packages/pull/205) [`d28384c`](https://github.com/hashicorp/web-platform-packages/commit/d28384c7f5229ec17c8b381127efa40e12359c01) Thanks [@nayres](https://github.com/nayres)! - Added non-zero exit code for Content Conformance CLI
8+
39
## 0.0.10
410

511
### Patch Changes

packages/content-conformance/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashicorp/platform-content-conformance",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"type": "module",
55
"bin": {
66
"hc-content": "./dist/cli.js"

0 commit comments

Comments
 (0)