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

Commit 772a5c7

Browse files
committed
chore(release): 4.0.0
1 parent 79d3890 commit 772a5c7

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
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+
## [4.0.0](https://github.com/VChet/StyleBase/compare/v3.5.0...v4.0.0) (2021-01-07)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **styles:** URL's for styles and users have changed.
11+
New style URL: stylebase.cc/style/%url%
12+
New user URL: stylebase.cc/user/%username%
13+
14+
### Features
15+
16+
* **styles:** add styleId field to be used in style url ([9ebb722](https://github.com/VChet/StyleBase/commit/9ebb722cdf3be6d45e1aab1312492bdfffcec030))
17+
18+
19+
### Bug Fixes
20+
21+
* **favicon:** optimize svg ([9523220](https://github.com/VChet/StyleBase/commit/952322076caf69c1a82d89b4732d4c6f66a38e76))
22+
* **parser:** store original style name ([e1d8ecc](https://github.com/VChet/StyleBase/commit/e1d8ecc21d66f69a74171974f97647f18fb6da8d))
23+
* **style card:** show original style name ([a8f9e06](https://github.com/VChet/StyleBase/commit/a8f9e06d3e4cac9957bad66f76227f66eca21589))
24+
525
## [3.5.0](https://github.com/VChet/StyleBase/compare/v3.4.1...v3.5.0) (2021-01-03)
626

727
### Features

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.5.0",
3+
"version": "4.0.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.5.0",
3+
"version": "4.0.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/VChet/StyleBase.git"

0 commit comments

Comments
 (0)