Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @hashicorp/react-accordion@2.0.3
 - @hashicorp/react-alert-banner@7.0.0
 - @hashicorp/react-alert@6.0.0
 - @hashicorp/react-button@5.3.1
 - @hashicorp/react-call-to-action@3.1.4
 - @hashicorp/react-callouts@7.1.4
 - @hashicorp/react-case-study-slider@6.1.4
 - @hashicorp/react-checkbox-input@4.0.3
 - @hashicorp/react-code-block@4.1.5
 - @hashicorp/react-combobox@0.1.1
 - @hashicorp/react-consent-manager@6.0.2
 - @hashicorp/react-content-cta@3.1.4
 - @hashicorp/react-content@8.0.2
 - @hashicorp/react-docs-page@14.0.2
 - @hashicorp/react-docs-sidenav@8.2.4
 - @hashicorp/react-enterprise-alert@5.0.2
 - @hashicorp/react-featured-slider@4.1.4
 - @hashicorp/react-feedback-form@0.2.3
 - @hashicorp/react-glossary-page@2.5.4
 - @hashicorp/react-hashi-stack-menu@2.0.7
 - @hashicorp/react-head@3.1.2
 - @hashicorp/react-hero@7.3.5
 - @hashicorp/react-image@4.0.3
 - @hashicorp/react-inline-svg@6.0.3
 - @hashicorp/react-learn-callout@1.1.4
 - @hashicorp/react-link-wrap@3.0.3
 - @hashicorp/react-logo-grid@4.1.4
 - @hashicorp/react-markdown-page@1.4.3
 - @hashicorp/react-product-downloads-page@2.4.2
 - @hashicorp/react-product-features-list@4.1.4
 - @hashicorp/react-search@5.1.3
 - @hashicorp/react-section-header@5.0.4
 - @hashicorp/react-select-input@4.0.3
 - @hashicorp/react-sentinel-embedded@1.0.3
 - @hashicorp/react-split-rich-cta-list@2.0.3
 - @hashicorp/react-stepped-feature-list@4.0.3
 - @hashicorp/react-subnav@8.4.2
 - @hashicorp/react-tabbed-accordion@4.0.4
 - @hashicorp/react-tabs@6.1.1
 - @hashicorp/react-command-line-terminal@2.0.4
 - @hashicorp/react-text-input@4.0.3
 - @hashicorp/react-text-split-with-code@3.3.7
 - @hashicorp/react-text-split-with-image@4.2.4
 - @hashicorp/react-text-split-with-logo-grid@5.1.4
 - @hashicorp/react-text-split@3.2.4
 - @hashicorp/react-text-splits@3.2.7
 - @hashicorp/react-toggle@3.0.3
 - @hashicorp/react-use-cases@4.0.2
 - @hashicorp/react-vertical-text-block-list@6.0.4
  • Loading branch information
Bryce Kalow committed Aug 16, 2021
1 parent 9b172f7 commit 0b085b7
Show file tree
Hide file tree
Showing 96 changed files with 315 additions and 192 deletions.
2 changes: 1 addition & 1 deletion packages/accordion/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions packages/accordion/package.json
@@ -1,9 +1,11 @@
{
"name": "@hashicorp/react-accordion",
"description": "A block that displays a set of title + content items, with content collapsed by default, but expandable to view. Also includes an optional heading for the block.",
"version": "2.0.2",
"version": "2.0.3",
"author": "HashiCorp",
"contributors": ["Zach Shilton"],
"contributors": [
"Zach Shilton"
],
"dependencies": {
"@hashicorp/react-inline-svg": "^1.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/alert-banner/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions packages/alert-banner/package.json
@@ -1,13 +1,17 @@
{
"name": "@hashicorp/react-alert-banner",
"description": "Render an alert banner with text and a link",
"version": "6.2.0",
"version": "7.0.0",
"author": "HashiCorp",
"bugs": "https://github.com/hashicorp/react-components/issues?q=is:issue+%22alert-banner%22",
"contributors": ["Zach Shilton", "Jeff Escalante", "Kendall Strautman"],
"contributors": [
"Zach Shilton",
"Jeff Escalante",
"Kendall Strautman"
],
"dependencies": {
"@hashicorp/platform-product-meta": "^0.1.0",
"@hashicorp/react-inline-svg": "^6.0.2",
"@hashicorp/react-inline-svg": "^6.0.3",
"@reach/visually-hidden": "^0.16.0",
"js-cookie": "2.2.0",
"slugify": "1.3.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/alert/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions packages/alert/package.json
@@ -1,10 +1,12 @@
{
"name": "@hashicorp/react-alert",
"description": "A small alert banner with a link",
"version": "5.0.1",
"version": "6.0.0",
"author": "HashiCorp",
"bugs": "https://github.com/hashicorp/react-components/issues?q=is:issue+%22alert%22",
"contributors": ["Jeff Escalante"],
"contributors": [
"Jeff Escalante"
],
"homepage": "https://github.com/hashicorp/react-components/tree/master/packages/alert",
"license": "MPL-2.0",
"main": "index.jsx",
Expand Down
2 changes: 1 addition & 1 deletion packages/button/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions packages/button/package.json
@@ -1,9 +1,11 @@
{
"name": "@hashicorp/react-button",
"description": "A clickable text box that allows a user to take an action.",
"version": "5.3.0",
"version": "5.3.1",
"author": "HashiCorp",
"contributors": ["Jeff Escalante"],
"contributors": [
"Jeff Escalante"
],
"dependencies": {
"@hashicorp/platform-product-meta": "^0.1.0",
"@hashicorp/react-inline-svg": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/call-to-action/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 10 additions & 4 deletions packages/call-to-action/package.json
@@ -1,16 +1,22 @@
{
"name": "@hashicorp/react-call-to-action",
"description": "Display a title, content, and links in a call-to-action format",
"version": "3.1.3",
"version": "3.1.4",
"author": "HashiCorp",
"contributors": ["Zach Shilton"],
"contributors": [
"Zach Shilton"
],
"dependencies": {
"@hashicorp/react-button": "^5.3.0"
"@hashicorp/react-button": "^5.3.1"
},
"peerDependencies": {
"@hashicorp/mktg-global-styles": ">=3.x"
},
"keywords": ["call to action", "component", "react"],
"keywords": [
"call to action",
"component",
"react"
],
"license": "MPL-2.0",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/callouts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions packages/callouts/package.json
@@ -1,12 +1,14 @@
{
"name": "@hashicorp/react-callouts",
"description": "Display a set of items, each with a title, description, option links, and an optional icon.",
"version": "7.1.3",
"version": "7.1.4",
"author": "HashiCorp",
"contributors": ["Zach Shilton"],
"contributors": [
"Zach Shilton"
],
"dependencies": {
"@hashicorp/platform-product-meta": "^0.1.0",
"@hashicorp/react-button": "^5.3.0",
"@hashicorp/react-button": "^5.3.1",
"@hashicorp/react-inline-svg": "^1.0.2"
},
"license": "MPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/case-study-slider/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions packages/case-study-slider/package.json
@@ -1,11 +1,13 @@
{
"name": "@hashicorp/react-case-study-slider",
"description": "displays up to three case studies",
"version": "6.1.3",
"version": "6.1.4",
"author": "HashiCorp",
"contributors": ["Mike Wickett"],
"contributors": [
"Mike Wickett"
],
"dependencies": {
"@hashicorp/react-button": "^5.3.0",
"@hashicorp/react-button": "^5.3.1",
"@hashicorp/react-image": "^2.0.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/checkbox-input/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions packages/checkbox-input/package.json
@@ -1,9 +1,11 @@
{
"name": "@hashicorp/react-checkbox-input",
"description": "A boolean input that displays a checkbox and label.",
"version": "4.0.2",
"version": "4.0.3",
"author": "HashiCorp",
"contributors": ["Zach Shilton"],
"contributors": [
"Zach Shilton"
],
"dependencies": {
"uuid": "3.3.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/code-block/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/code-block/package.json
@@ -1,10 +1,10 @@
{
"name": "@hashicorp/react-code-block",
"description": "A simple code block with clipboard functionality",
"version": "4.1.4",
"version": "4.1.5",
"author": "HashiCorp",
"dependencies": {
"@hashicorp/react-inline-svg": "^6.0.2",
"@hashicorp/react-inline-svg": "^6.0.3",
"@reach/listbox": "0.15.0",
"shellwords": "^0.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/combobox/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions packages/combobox/package.json
@@ -1,9 +1,12 @@
{
"name": "@hashicorp/react-combobox",
"description": "Combobox component with base functionality and styles built for composability",
"version": "0.1.0",
"version": "0.1.1",
"author": "HashiCorp",
"contributors": ["Jimmy Merritello", "Kendall Strautman"],
"contributors": [
"Jimmy Merritello",
"Kendall Strautman"
],
"license": "MPL-2.0",
"dependencies": {
"@reach/combobox": "0.15.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/consent-manager/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions packages/consent-manager/package.json
@@ -1,12 +1,15 @@
{
"name": "@hashicorp/react-consent-manager",
"description": "A GDPR-compliant Consent Manager",
"version": "6.0.1",
"version": "6.0.2",
"author": "HashiCorp",
"contributors": ["Jennifer Yip", "Jeff Escalante"],
"contributors": [
"Jennifer Yip",
"Jeff Escalante"
],
"dependencies": {
"@hashicorp/react-button": "^5.3.0",
"@hashicorp/react-toggle": "^3.0.2",
"@hashicorp/react-button": "^5.3.1",
"@hashicorp/react-toggle": "^3.0.3",
"js-cookie": "^2.2.0"
},
"license": "MPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/content-cta/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions packages/content-cta/package.json
@@ -1,12 +1,14 @@
{
"name": "@hashicorp/react-content-cta",
"description": "alert style content callout with product theming",
"version": "3.1.3",
"version": "3.1.4",
"author": "HashiCorp",
"contributors": ["Nicole Forrester"],
"contributors": [
"Nicole Forrester"
],
"dependencies": {
"@hashicorp/platform-product-meta": "^0.1.0",
"@hashicorp/react-button": "^5.3.0",
"@hashicorp/react-button": "^5.3.1",
"classnames": "^2.2.6"
},
"license": "MPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/content/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions packages/content/package.json
@@ -1,9 +1,12 @@
{
"name": "@hashicorp/react-content",
"description": "Styled prose content",
"version": "8.0.1",
"version": "8.0.2",
"author": "HashiCorp",
"contributors": ["Mike Wickett", "Zach Shilton"],
"contributors": [
"Mike Wickett",
"Zach Shilton"
],
"license": "MPL-2.0",
"peerDependencies": {
"@hashicorp/mktg-global-styles": ">=3.2.x",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs-page/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 9 additions & 7 deletions packages/docs-page/package.json
@@ -1,18 +1,20 @@
{
"name": "@hashicorp/react-docs-page",
"description": "Create a Hashicorp branded docs page in NextJS projects.",
"version": "14.0.1",
"version": "14.0.2",
"author": "HashiCorp",
"contributors": ["Jeff Escalante"],
"contributors": [
"Jeff Escalante"
],
"dependencies": {
"@hashicorp/platform-docs-mdx": "^0.1.0",
"@hashicorp/platform-markdown-utils": "^0.1.0",
"@hashicorp/react-alert": "^5.0.1",
"@hashicorp/react-content": "^8.0.1",
"@hashicorp/react-docs-sidenav": "^8.2.3",
"@hashicorp/react-head": "^3.1.1",
"@hashicorp/react-alert": "^6.0.0",
"@hashicorp/react-content": "^8.0.2",
"@hashicorp/react-docs-sidenav": "^8.2.4",
"@hashicorp/react-head": "^3.1.2",
"@hashicorp/react-placeholder": "^0.1.0",
"@hashicorp/react-search": "^5.1.2",
"@hashicorp/react-search": "^5.1.3",
"@hashicorp/versioned-docs": "^0.0.18",
"classnames": "^2.2.6",
"fs-exists-sync": "0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs-sidenav/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions packages/docs-sidenav/package.json
@@ -1,12 +1,14 @@
{
"name": "@hashicorp/react-docs-sidenav",
"description": "Sidebar used for navigation HashiCorp docs",
"version": "8.2.3",
"version": "8.2.4",
"author": "HashiCorp",
"contributors": ["Jeff Escalante"],
"contributors": [
"Jeff Escalante"
],
"dependencies": {
"@hashicorp/platform-product-meta": "^0.1.0",
"@hashicorp/react-link-wrap": "^3.0.2",
"@hashicorp/react-link-wrap": "^3.0.3",
"fuzzysearch": "1.0.3"
},
"license": "MPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/enterprise-alert/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 0b085b7

@vercel
Copy link

@vercel vercel bot commented on 0b085b7 Aug 16, 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.