Skip to content

Commit

Permalink
Version Packages (#210)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
hashibot-web and github-actions[bot] authored Apr 26, 2023
1 parent 58fb963 commit f1f4832
Show file tree
Hide file tree
Showing 13 changed files with 40 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/little-rules-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-berries-deliver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-mugs-yawn.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @hashicorp/platform-cli

## 2.7.2

### Patch Changes

- Updated dependencies [[`2a4f90b`](https://github.com/hashicorp/web-platform-packages/commit/2a4f90b4b3179f977f8685e5b3834d6f3dfe0f93)]:
- @hashicorp/platform-cms@0.4.0

## 2.7.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/platform-cli",
"description": "CLI for code generation, linting, formatting, etc for HashiCorp next.js websites",
"version": "2.7.1",
"version": "2.7.2",
"author": "HashiCorp",
"bin": {
"next-hashicorp": "next-hashicorp"
Expand All @@ -10,7 +10,7 @@
"private": false
},
"dependencies": {
"@hashicorp/platform-cms": "0.3.0",
"@hashicorp/platform-cms": "0.4.0",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"chalk": "4.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/cms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hashicorp/platform-cms

## 0.4.0

### Minor Changes

- [#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

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cms/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/platform-cms",
"description": "CMS utilities for HashiCorp next.js websites",
"version": "0.3.0",
"version": "0.4.0",
"author": "HashiCorp",
"dependencies": {
"rivet-graphql": "^0.6.0-canary-20230309231927"
Expand Down
7 changes: 7 additions & 0 deletions packages/markdown-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @hashicorp/platform-markdown-utils

## 0.3.1

### Patch Changes

- Updated dependencies [[`949a1fa`](https://github.com/hashicorp/web-platform-packages/commit/949a1faa6aea8cc83be6045f7d8c375edd41b664)]:
- @hashicorp/platform-types@0.4.0

## 0.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/markdown-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@hashicorp/platform-markdown-utils",
"description": "Utilities for working with markdown",
"version": "0.3.0",
"version": "0.3.1",
"author": "HashiCorp",
"dependencies": {
"@hashicorp/platform-remark-plugins": "^0.2.0",
"@hashicorp/platform-types": "^0.3.0",
"@hashicorp/platform-types": "^0.4.0",
"@mapbox/rehype-prism": "^0.6.0",
"@mdx-js/react": "1.6.22",
"rehype-katex": "^6.0.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/nextjs-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hashicorp/platform-nextjs-plugin

## 5.1.0

### Minor Changes

- [#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

## 5.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/nextjs-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/platform-nextjs-plugin",
"description": "Core plugin for HashiCorp next.js websites",
"version": "5.0.0",
"version": "5.1.0",
"author": "HashiCorp",
"scripts": {
"build": "rm -rf ./dist && tsc"
Expand All @@ -17,7 +17,7 @@
"svgo-loader": "^4.0.0"
},
"devDependencies": {
"@hashicorp/platform-types": "^0.3.0",
"@hashicorp/platform-types": "^0.4.0",
"@types/postcss-normalize": "^9.0.1",
"@types/postcss-preset-env": "^6.7.0",
"@types/webpack": "^4.41.26"
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hashicorp/platform-types

## 0.4.0

### Minor Changes

- [#154](https://github.com/hashicorp/web-platform-packages/pull/154) [`949a1fa`](https://github.com/hashicorp/web-platform-packages/commit/949a1faa6aea8cc83be6045f7d8c375edd41b664) Thanks [@dstaley](https://github.com/dstaley)! - Remove empty module declaration for rivet-graphql

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashicorp/platform-types",
"version": "0.3.1",
"version": "0.4.0",
"description": "Shared types for HashiCorp's web team",
"types": "index.d.ts",
"main": "",
Expand Down

0 comments on commit f1f4832

Please sign in to comment.