Skip to content
This repository was archived by the owner on Oct 1, 2021. It is now read-only.

Commit 32578ee

Browse files
committed
chore(release): 1.7.0
1 parent be178f4 commit 32578ee

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.7.0](https://github.com/VChet/StyleBase/compare/v1.6.0...v1.7.0) (2020-10-17)
6+
7+
8+
### Features
9+
10+
* add logout button ([be178f4](https://github.com/VChet/StyleBase/commit/be178f492cc7b967a44e7d8314b9c7e4d839181f))
11+
12+
13+
### Bug Fixes
14+
15+
* **buttons:** add types and aria-labels ([c83fea0](https://github.com/VChet/StyleBase/commit/c83fea032a90ad3b704211f8ca8383a8204eca7a))
16+
* **style info:** add alternative text to image ([401fb94](https://github.com/VChet/StyleBase/commit/401fb9454fa8d54520fad759d5edd3dd05909da3))
17+
* **style info:** fix mobile styles ([2380dd5](https://github.com/VChet/StyleBase/commit/2380dd529b130334efb8d4b4017c45f360c864b8))
18+
519
## [1.6.0](https://github.com/VChet/StyleBase/compare/v1.5.0...v1.6.0) (2020-10-15)
620

721

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stylebase",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"author": "VChet",
55
"contributors": [
66
"rudnovd"

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stylebase-frontend",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"author": "VChet",
55
"contributors": [
66
"rudnovd"

0 commit comments

Comments
 (0)