Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @accessible-web-components/[email protected]
 - @accessible-web-components/[email protected]
  • Loading branch information
danielmatthew committed Aug 29, 2020
1 parent b16b449 commit ad6b8de
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 4 deletions.
14 changes: 14 additions & 0 deletions components/disclosure/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.0-rc.2 (2020-08-29)

* feat: add disclosure widget (#26) ([b16b449](https://github.com/danielmatthew/accessible-web-components/commit/b16b449)), closes [#26](https://github.com/danielmatthew/accessible-web-components/issues/26)
* chore: rename dropdown => disclosure ([b581f0b](https://github.com/danielmatthew/accessible-web-components/commit/b581f0b))
* chore: update privacy and versions ([cde0868](https://github.com/danielmatthew/accessible-web-components/commit/cde0868))
* chore(deps): bump lodash from 4.17.15 to 4.17.19 (#20) ([a87efb8](https://github.com/danielmatthew/accessible-web-components/commit/a87efb8)), closes [#20](https://github.com/danielmatthew/accessible-web-components/issues/20)
* chore(deps): bump npm from 6.14.5 to 6.14.6 in /components/disclosure (#16) ([90cd5db](https://github.com/danielmatthew/accessible-web-components/commit/90cd5db)), closes [#16](https://github.com/danielmatthew/accessible-web-components/issues/16)
* chore(release): publish %s ([c328c5f](https://github.com/danielmatthew/accessible-web-components/commit/c328c5f))
* chore(tabs): add test coverage (#22) ([ad9e297](https://github.com/danielmatthew/accessible-web-components/commit/ad9e297)), closes [#22](https://github.com/danielmatthew/accessible-web-components/issues/22)





## 0.0.0-alpha.1 (2020-07-12)

* chore: rename dropdown => disclosure ([b581f0b](https://github.com/danielmatthew/a11y-patterns/commit/b581f0b))
Expand Down
2 changes: 1 addition & 1 deletion components/disclosure/package-lock.json

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

2 changes: 1 addition & 1 deletion components/disclosure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accessible-web-components/dropdown",
"version": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"description": "An accessible disclosure widget web component",
"type": "module",
"main": "index.js",
Expand Down
12 changes: 12 additions & 0 deletions components/tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.3.0 (2020-08-29)

* feat: add disclosure widget (#26) ([b16b449](https://github.com/danielmatthew/accessible-web-components/commit/b16b449)), closes [#26](https://github.com/danielmatthew/accessible-web-components/issues/26)
* feat(alert): publish alert (#25) ([58cedac](https://github.com/danielmatthew/accessible-web-components/commit/58cedac)), closes [#25](https://github.com/danielmatthew/accessible-web-components/issues/25)
* chore(release): publish ([e9800cb](https://github.com/danielmatthew/accessible-web-components/commit/e9800cb))
* chore(release): publish ([78d410c](https://github.com/danielmatthew/accessible-web-components/commit/78d410c))
* chore(tabs): revert version number ([157b959](https://github.com/danielmatthew/accessible-web-components/commit/157b959))





## <small>0.2.2 (2020-08-23)</small>

* chore(tabs): revert version number ([157b959](https://github.com/danielmatthew/accessible-web-components/commit/157b959))
Expand Down
2 changes: 1 addition & 1 deletion components/tabs/package-lock.json

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

2 changes: 1 addition & 1 deletion components/tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accessible-web-components/tabs",
"version": "0.2.2",
"version": "0.3.0",
"description": "An accessible tabs web component",
"type": "module",
"main": "index.js",
Expand Down

0 comments on commit ad6b8de

Please sign in to comment.