Skip to content

Commit a14714c

Browse files
Version Packages
1 parent 1fa8af6 commit a14714c

File tree

7 files changed

+16
-17
lines changed

7 files changed

+16
-17
lines changed

.changeset/cyan-dryers-happen.md

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

.changeset/large-months-mix.md

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

.changeset/silly-lions-lay.md

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

packages/cli/CHANGELOG.md

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

3+
## 2.7.0
4+
5+
### Minor Changes
6+
7+
- [#192](https://github.com/hashicorp/web-platform-packages/pull/192) [`787c569`](https://github.com/hashicorp/web-platform-packages/commit/787c569b7c5fe6c74f0538456dc25daedaa6344e) Thanks [@thiskevinwang](https://github.com/thiskevinwang)! - bump prettier from 2.5 to 2.8
8+
39
## 2.6.0
410

511
### Minor Changes

packages/cli/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-cli",
33
"description": "CLI for code generation, linting, formatting, etc for HashiCorp next.js websites",
4-
"version": "2.6.0",
4+
"version": "2.7.0",
55
"author": "HashiCorp",
66
"bin": {
77
"next-hashicorp": "next-hashicorp"

packages/tools/CHANGELOG.md

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

3+
## 0.9.0
4+
5+
### Minor Changes
6+
7+
- [#191](https://github.com/hashicorp/web-platform-packages/pull/191) [`804ed22`](https://github.com/hashicorp/web-platform-packages/commit/804ed22de4da89ed9d0e35e9a636421475ca8407) Thanks [@dstaley](https://github.com/dstaley)! - Support being run in a subdirectory
8+
9+
* [#189](https://github.com/hashicorp/web-platform-packages/pull/189) [`cb02c01`](https://github.com/hashicorp/web-platform-packages/commit/cb02c01247d43bfc4fa544b34a4f2b6b2be46320) Thanks [@dstaley](https://github.com/dstaley)! - Correctly find the next executable in monorepos
10+
311
## 0.8.0
412

513
### Minor Changes

packages/tools/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-tools",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "A collection of tools and utilities for use throughout our projects.",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)