Skip to content

Commit f1f4832

Browse files
Version Packages (#210)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 58fb963 commit f1f4832

File tree

13 files changed

+40
-23
lines changed

13 files changed

+40
-23
lines changed

.changeset/little-rules-invent.md

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

.changeset/proud-berries-deliver.md

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

.changeset/strange-mugs-yawn.md

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

packages/cli/CHANGELOG.md

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

3+
## 2.7.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2a4f90b`](https://github.com/hashicorp/web-platform-packages/commit/2a4f90b4b3179f977f8685e5b3834d6f3dfe0f93)]:
8+
- @hashicorp/platform-cms@0.4.0
9+
310
## 2.7.1
411

512
### Patch Changes

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
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.7.1",
4+
"version": "2.7.2",
55
"author": "HashiCorp",
66
"bin": {
77
"next-hashicorp": "next-hashicorp"
@@ -10,7 +10,7 @@
1010
"private": false
1111
},
1212
"dependencies": {
13-
"@hashicorp/platform-cms": "0.3.0",
13+
"@hashicorp/platform-cms": "0.4.0",
1414
"@typescript-eslint/eslint-plugin": "^5.48.0",
1515
"@typescript-eslint/parser": "^5.48.0",
1616
"chalk": "4.1.0",

packages/cms/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [#154](https://github.com/hashicorp/web-platform-packages/pull/154) [`2a4f90b`](https://github.com/hashicorp/web-platform-packages/commit/2a4f90b4b3179f977f8685e5b3834d6f3dfe0f93) Thanks [@dstaley](https://github.com/dstaley)! - Upgrade rivet-graphql to latest version
8+
39
## 0.3.0
410

511
### Minor Changes

packages/cms/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-cms",
33
"description": "CMS utilities for HashiCorp next.js websites",
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"author": "HashiCorp",
66
"dependencies": {
77
"rivet-graphql": "^0.6.0-canary-20230309231927"

packages/markdown-utils/CHANGELOG.md

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

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`949a1fa`](https://github.com/hashicorp/web-platform-packages/commit/949a1faa6aea8cc83be6045f7d8c375edd41b664)]:
8+
- @hashicorp/platform-types@0.4.0
9+
310
## 0.3.0
411

512
### Minor Changes

packages/markdown-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@hashicorp/platform-markdown-utils",
33
"description": "Utilities for working with markdown",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"author": "HashiCorp",
66
"dependencies": {
77
"@hashicorp/platform-remark-plugins": "^0.2.0",
8-
"@hashicorp/platform-types": "^0.3.0",
8+
"@hashicorp/platform-types": "^0.4.0",
99
"@mapbox/rehype-prism": "^0.6.0",
1010
"@mdx-js/react": "1.6.22",
1111
"rehype-katex": "^6.0.2",

packages/nextjs-plugin/CHANGELOG.md

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

3+
## 5.1.0
4+
5+
### Minor Changes
6+
7+
- [#154](https://github.com/hashicorp/web-platform-packages/pull/154) [`9a33aa9`](https://github.com/hashicorp/web-platform-packages/commit/9a33aa910661d6555957d57bdb5017f7500d80c1) Thanks [@dstaley](https://github.com/dstaley)! - Use graphql-tag/loader to support #import statements in graphql files
8+
39
## 5.0.0
410

511
### Major Changes

0 commit comments

Comments
 (0)