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

Commit f7ef1fa

Browse files
committed
chore(release): 3.3.0
1 parent 23bf2fa commit f7ef1fa

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+
## [3.3.0](https://github.com/VChet/StyleBase/compare/v3.2.1...v3.3.0) (2020-12-17)
6+
7+
8+
### Features
9+
10+
* **dark mode:** add dark theme and system theme detection ([e103613](https://github.com/VChet/StyleBase/commit/e103613243443624013181925c8376a5bb2acdf9))
11+
12+
13+
### Bug Fixes
14+
15+
* **dark mode:** add ARIA attributes to switcher ([23bf2fa](https://github.com/VChet/StyleBase/commit/23bf2fa105b224e68f262bd47c040c652361b5f4))
16+
* **styles:** show fetch errors in snackbar ([001c664](https://github.com/VChet/StyleBase/commit/001c66413f2963dc01f0b864e8d91ae069d6d04e))
17+
* update color scheme and 'no-preview' image ([5233b77](https://github.com/VChet/StyleBase/commit/5233b77164df697d95c9c9a56a70dd60fd22d4d1))
18+
519
### [3.2.1](https://github.com/VChet/StyleBase/compare/v3.2.0...v3.2.1) (2020-12-16)
620

721

client/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": "3.2.1",
3+
"version": "3.3.0",
44
"author": "VChet",
55
"contributors": [
66
"rudnovd"

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": "3.2.1",
3+
"version": "3.3.0",
44
"author": "VChet",
55
"contributors": [
66
"rudnovd"

0 commit comments

Comments
 (0)