Skip to content

Commit

Permalink
chore: version packages (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and bennypowers committed May 18, 2022
1 parent 0a69b3c commit caff3d7
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"@rhds/elements": "1.0.0-beta.1"
},
"changesets": [
"rh-alert-initial"
"rh-alert-initial",
"rh-footer-initial"
]
}
64 changes: 64 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,69 @@
# @rhds/elements

## 1.0.0-beta.2

### Minor Changes

- b625710: Adds `<rh-footer>`

```html
<rh-footer>
<a slot="logo" href="/en">
<img
alt="Red Hat logo"
src="https://static.redhat.com/libs/redhat/brand-assets/2/corp/logo--on-dark.svg"
/>
</a>
<rh-footer-social-link slot="social-links-end" icon="web-icon-github">
<a aria-label="Github" href="#github">Github</a>
</rh-footer-social-link>
<h3 slot="links">Products</h3>
<ul slot="links">
<li><a href="#">Red Hat Ansible Automation Platform</a></li>
<li><a href="#">Red Hat Enterprise Linux</a></li>
<li><a href="#">Red Hat OpenShift</a></li>
<li><a href="#">Red Hat OpenShift Container Storage</a></li>
<li><a href="#">Red Hat OpenStack Platform</a></li>
<li><a href="#">See all products</a></li>
</ul>
<h3 slot="links">Tools</h3>
<ul slot="links">
<li><a href="#">My account</a></li>
<li><a href="#">Customer support</a></li>
<li><a href="#">Red Hat OpenShift</a></li>
<li><a href="#">Contact training</a></li>
<li><a href="#">Red Hat OpenStack Platform</a></li>
<li><a href="#">See all products</a></li>
</ul>
<rh-footer-block slot="main-secondary">
<h3 slot="header">About Red Hat</h3>
<p>
We’re the world’s leading provider of enterprise open source
solutions―including Linux, cloud, container, and Kubernetes. We deliver
hardened solutions that make it easier for enterprises to work across
platforms and environments, from the core datacenter to the network
edge.
</p>
</rh-footer-block>
<rh-footer-block slot="main-secondary">
<h3 slot="header">Subscribe to our free newsletter, Red Hat Shares</h3>
<pfe-cta><a href="#blocks">Sign up now</a></pfe-cta>
</rh-footer-block>
<h3 slot="footer-links-primary" hidden>Red Hat legal and privacy links</h3>
<ul slot="footer-links-primary">
<li><a href="#">About Red Hat</a></li>
<li><a href="#">Jobs</a></li>
<li><a href="#">Events</a></li>
<li><a href="#">Locations</a></li>
<li><a href="#">Contact Red Hat</a></li>
<li><a href="#">Red Hat Blog</a></li>
<li><a href="#">Cool Stuff Store</a></li>
<li><a href="#">Diversity, equity, and inclusion</a></li>
</ul>
<rh-footer-copyright slot="footer-links-secondary"></rh-footer-copyright>
</rh-footer>
```

## 1.0.0-beta.1

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rhds/elements",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "Red Hat Design System Elements",
"type": "module",
"license": "MIT",
Expand Down

0 comments on commit caff3d7

Please sign in to comment.