Skip to content

Commit

Permalink
Version Packages (#401)
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
github-actions[bot] and github-actions[bot] committed Oct 18, 2021
1 parent 13d1bfb commit da2b52a
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-suits-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-spies-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-mirrors-complain.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/aside/CHANGELOG.md
@@ -0,0 +1,7 @@
# @hashicorp/react-aside

## 0.0.1

### Patch Changes

- [#329](https://github.com/hashicorp/react-components/pull/329) [`13d1bfb`](https://github.com/hashicorp/react-components/commit/13d1bfb4d62432a60739a5bd2ae10601cab71811) Thanks [@zchsh](https://github.com/zchsh)! - Adds Aside component
2 changes: 1 addition & 1 deletion packages/aside/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@hashicorp/react-aside",
"description": "The Aside component is used to render a highlighted box of content. It is intended for use in long form content areas.",
"author": "HashiCorp",
"version": "0.0.0",
"version": "0.0.1",
"license": "MPL-2.0",
"publishConfig": {
"access": "public"
Expand Down
7 changes: 7 additions & 0 deletions packages/content/CHANGELOG.md
@@ -0,0 +1,7 @@
# @hashicorp/react-content

## 8.0.3

### Patch Changes

- [#329](https://github.com/hashicorp/react-components/pull/329) [`13d1bfb`](https://github.com/hashicorp/react-components/commit/13d1bfb4d62432a60739a5bd2ae10601cab71811) Thanks [@zchsh](https://github.com/zchsh)! - Tweak pre and code selectors for better specificity.
2 changes: 1 addition & 1 deletion packages/content/package.json
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/react-content",
"description": "Styled prose content",
"version": "8.0.2",
"version": "8.0.3",
"author": "HashiCorp",
"contributors": ["Mike Wickett", "Zach Shilton"],
"license": "MPL-2.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/open-api-page/CHANGELOG.md
@@ -0,0 +1,10 @@
# @hashicorp/react-open-api-page

## 0.0.1

### Patch Changes

- [#329](https://github.com/hashicorp/react-components/pull/329) [`13d1bfb`](https://github.com/hashicorp/react-components/commit/13d1bfb4d62432a60739a5bd2ae10601cab71811) Thanks [@zchsh](https://github.com/zchsh)! - Adds OpenApiPage component

- Updated dependencies [[`13d1bfb`](https://github.com/hashicorp/react-components/commit/13d1bfb4d62432a60739a5bd2ae10601cab71811)]:
- @hashicorp/react-content@8.0.3
4 changes: 2 additions & 2 deletions packages/open-api-page/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@hashicorp/react-open-api-page",
"description": "The OpenApiPage component, and related server utilities, are used to render documentation pages for a provided Swagger 2.0 specification.",
"author": "HashiCorp",
"version": "0.0.0",
"version": "0.0.1",
"license": "MPL-2.0",
"scripts": {
"refresh-generated-fixtures": "npx -p @babel/core -p @babel/node -p @hashicorp/platform-markdown-utils -p @babel/preset-typescript babel-node --presets @babel/preset-env,@babel/preset-typescript --extensions .js,.ts --only ./**/*,/Users/zachshilton/code/react-components/node_modules/@hashicorp/platform-markdown-utils/markdown-to-html/index.ts,/Users/zachshilton/code/react-components/node_modules/@hashicorp/platform-markdown-utils/index.ts,/Users/zachshilton/code/react-components/node_modules/@hashicorp/platform-code-highlighting/rehype-surface-code-newlines/index.ts ./fixtures/refresh-generated-fixtures.js"
Expand All @@ -14,7 +14,7 @@
"@apidevtools/json-schema-ref-parser": "^9.0.9",
"@hashicorp/flight-icons": "^1.1.0",
"@hashicorp/platform-markdown-utils": "^0.1.3",
"@hashicorp/react-content": "^8.0.2",
"@hashicorp/react-content": "^8.0.3",
"change-case": "^4.1.2",
"classnames": "^2.3.1"
}
Expand Down

1 comment on commit da2b52a

@vercel
Copy link

@vercel vercel bot commented on da2b52a Oct 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.