Skip to content

Commit

Permalink
Version Packages (#730)
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] committed Oct 4, 2022
1 parent 0aa2389 commit d02b059
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/rare-plums-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-readers-brake.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/code-block/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-code-block

## 6.1.1

### Patch Changes

- [#735](https://github.com/hashicorp/react-components/pull/735) [`0aa2389a`](https://github.com/hashicorp/react-components/commit/0aa2389a98fa9ab004a855a81decbefc4014f022) Thanks [@zchsh](https://github.com/zchsh)! - Fixes an issue where code-block would throw an error and potentially break the consuming app if local storage is disabled.

## 6.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/code-block/package.json
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/react-code-block",
"description": "A simple code block with clipboard functionality",
"version": "6.1.0",
"version": "6.1.1",
"author": "HashiCorp",
"dependencies": {
"@hashicorp/react-inline-svg": "^6.0.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/intro/CHANGELOG.md
@@ -1,5 +1,11 @@
# @hashicorp/react-intro

## 0.4.2

### Patch Changes

- [#727](https://github.com/hashicorp/react-components/pull/727) [`eff7596b`](https://github.com/hashicorp/react-components/commit/eff7596b6c36dce762de10f74ccf781c04e9530e) Thanks [@alexcarpenter](https://github.com/alexcarpenter)! - Use regex to detect HTML in the description

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/intro/package.json
@@ -1,6 +1,6 @@
{
"name": "@hashicorp/react-intro",
"version": "0.4.1",
"version": "0.4.2",
"description": "",
"author": "HashiCorp",
"license": "MPL-2.0",
Expand Down

1 comment on commit d02b059

@vercel
Copy link

@vercel vercel bot commented on d02b059 Oct 4, 2022

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.