Skip to content

Commit

Permalink
prep for release 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
horuskol committed Nov 16, 2022
1 parent a1e2250 commit f09623d
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 3 deletions.
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# Accessible Web Components
# ![Accessible Web Components](https://github.com/SavvyWombat/accessible-web-components/tree/main/images/accessible-web-components-banner.png "Banner")

An ongoing project to provide a library of accessible, stylable, and lightweight Web Components, and to promote accessible practices in Web Component design.
An ongoing project to provide a library of accessible, stylable, and lightweight Web Components, and to promote accessible practices in Web Component design.

## Installation

`npm require @savvywombat/accessible-web-components`

`yarn add @savvywombat/accessible-web-components`

## Homepage

https://accessible-web-components.dev/

## GitHub

https://github.com/SavvyWombat/accessible-web-components

## Licence

https://github.com/SavvyWombat/accessible-web-components/blob/main/LICENCE
16 changes: 16 additions & 0 deletions docs/source/_blog/2022/2022-11/15-release-0.2.0.blade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
extends: _layouts.blog
category: Release
title: 0.2.0
author: Stuart Jones
date: 2022-11-15
description: Spin Button and some fixes.
---

This release includes a new component:

* [Spin Button](/component-library/spin-button/)

I have also made a couple of fixes to the <code class="html-tag">Dropdown Selector</code> and its documentation:

* [Dropdown Selector](/component-library/dropdown-selector/)
Binary file added images/accessible-web-components-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@savvywombat/accessible-web-components",
"version": "0.1.0",
"version": "0.2.0",
"description": "A light-weight library of accessible and stylable web components",
"keywords": [
"accessible",
Expand Down

0 comments on commit f09623d

Please sign in to comment.